Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 946 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 946 Bytes

Self-Study - Advanced Python

✨ This repo contains my practices to revise advanced python. ✨ This is based on this Youtube playlist | by Patrick Loeber.

Topics

  1. Lists in Python
  2. Tuples in Python
  3. Dictionaries in Python
  4. Sets in Python
  5. Strings in Python
  6. Collections in Python
  7. Itertools in Python
  8. Lambda in Python
  9. Exceptions in Python
  10. Logging in Python
  11. JSON in Python
  12. Random Numbers in Python
  13. Decorators in Python
  14. Generators in Python
  15. Threading vs Multiprocessing in Python
  16. Threading in Python
  17. Multiprocessing in Python
  18. Function arguments in detail
  19. The asterisk (*) operator in Python
  20. Shallow vs Deep Copying in Python
  21. Context Managers in Python