- Understanding the Code Structure
- Be “Pythonic” and why PEP Style Guide is important?
- Data structures review (Lists, Hashes, Sets and Tuples)
- Basic OOP understanding VirtualEnv and requirements.txt
- How to use logging package and log levels
- pdb package
- Brief review of argparse package
- Handling arguments and options
- Dealing with different data-types
- Securing passwords
- Creating endpoints
- Handling request body and headers
- Fetching external APIs
- Working responses and headers
- Creating a PIP package
- Installing a package from a Git server