Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 551 Bytes

Beginner Python Training

This is intentded to be an introductory course to programming and programming concepts using Python. It is being developed for use with my children for their homeschooling.

Lessons

  1. Creating Files and Folders
  2. Using VSCode
  3. Introduction to Git and Github
  4. Printing Data to the Screen
  5. Simple Variables
  6. Input from User
  7. Inputs from Arguments
  8. If Statement
  9. Comparison Operators
  10. While loop
  11. Lists (Arrays)
  12. Looping through lists
  13. Dictionaries
  14. Reading and Writing files
  15. ??

Contributing