Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 480 Bytes

File metadata and controls

17 lines (15 loc) · 480 Bytes

PythonPrograms

A list of python programs with well documented code from beginner to intermediate level.

(Follows the CodeWithMosh PythonForBeginners Course and the Python playlist of CodeWithHarry on Youtube)

Following Topics are covered:

  1. Primitive Types
  2. Control Flow
  3. Functions
  4. Data Structures
  5. Exceptions
  6. Classes
  7. Modules
  8. Python Standard Library
  9. Python Object Oriented Programming
  10. PyGame (with Snakes Game)
  11. Few Python Exercises/Mini Projects