Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.69 KB

suggested-study.md

File metadata and controls

32 lines (20 loc) · 1.69 KB

Suggested Study

VSCode Setup

VSCode Debugging

Some tutorial series covering how to use the Python debugger in VSCode. These tutorials are not in a special order, look around and find the one that works best for you:

VSCode Extensions

Guide for installing extensions in VSCode.

Python Classes

This repository has a good series of example programs that demonstrate how to do Object Oriented Programming in Python. To learn how classes work, you can study these programs with predictive stepping: