- Data Types, Variables, Basic Operators
- Control Structures (if, for, while, etc.)
- Functions and Recursion
- Exception Handling
- Modules and Packages
- Classes and Objects
- Inheritance, Polymorphism, Encapsulation
- Dunder Methods
- Class Methods, Static Methods, Property Decorators
- Metaclasses and class decorators
- Mixins and Multiple Inheritance
- PEP 8 guidelines
- Writing idiomatic Python (e.g., "Pythonic" ways of doing things)
- Effective use of List Comprehensions, Generator Expressions
- Lists, Tuples, Sets, Dictionaries
- Understanding of basic algorithms (sorting, searching)
- Complexity (Time and Space)
- Trees, Graphs, Queues, Stacks, and Heaps
- Flask, Django Basics (Routing, Templates, ORM)
- RESTful API Development and Consumption
- Parsing API responses
- Handling API authentication and authorization
- HTTP-HTTPS, REST, security best practices in Python
- Writing secure Python code
- Understanding vulnerabilities (SQL injection, XSS, etc.)
- Docker, CI-CD pipelines
- Basics of cloud computing (IaaS, PaaS, SaaS)
- Deploying Python applications on cloud platforms
- Basic Git Commands and Workflow
- Understanding of branching, merging, pull requests
- Git rebase, squash, and cherry-pick
- Managing merge conflicts