Module 01 – DIVE INTO THE PYTHON STANDARD LIBRARY

  1. Workbook (Pdf)
  2. The Glob Module
  3. The Itertools Module: Infinite Iterations
  4. The Itertools Module: Combinatorics
  5. The Itertools Module: Shortest Input
  6. The Collections Module: Namedtuple
  7. The Collections Module: Defaultdict
  8. The Collections Module: Counter
  9. The Functools Module: Iru_cache
  10. The Functools Module: Total_ordering
  11. The Functools Module: Partial
  12. The Functools Module: Reduce
  13. The Json Module: Reading & Writing
  14. The Json Module: Function Encode & Decode
  15. The Json Module: Class Encode & Decode
  16. The Csv Module: CSV Reading & Writing
  17. The Csv Module: DictReader And DictWriter
  18. The Os.Path Module
  19. The Socket Module: TCP Server
  20. The Socket Module: TCP Client
  21. The Socket Module: UDP Server
  22. The Socket Module: UDP Client
  23. Datetime Strftime
  24. Datetime Strptime
  25. Concurrent.Futures ThreadPoolExecutor Submit
  26. Concurrent.Futures ProcessPoolExecutor Submit
  27. Review Quiz (Number of attempts allowed: Unlimited)