Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 426 Bytes

File metadata and controls

16 lines (14 loc) · 426 Bytes

0x15. API

Learning objectives for this project:

  • What Bash scripting should not be used for
  • What is an API
  • What is a REST API
  • What are microservices
  • What is the CSV format
  • What is the JSON format
  • Pythonic Package and module name style
  • Pythonic Class name style
  • Pythonic Variable name style
  • Pythonic Function name style
  • Pythonic Constant name style
  • Significance of CapWords or CamelCase in Python