Skip to content

Python revisit

This is a simple documentation about the python topics

Topics

  1. Basics
    • Data types
    • Built-in functions
    • Exceptional handling
    • Control Flow statements
  2. DSA
  3. Advanced
    • OOP
    • Lambda
    • Generators
    • Iterators and Iterables
    • Decorators
  4. Modules and Frameworks
  5. Testing
    • pytest

Resource

  1. Basic Python Roadmap: