Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 293 Bytes

PythonCrashCourse

Crash Course on the Basics of Python

  1. Writing Comments and Introduction to Data Types
  2. Mathematical and Logical Operators
  3. Variables
  4. Control Flow
  5. Interactive Coding
  6. Interactive Coding with your own function
  7. Lists and Loops
  8. Object Oriented Programming