- ArjanCodes - setting up VSCode
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:
Guide for installing extensions in VSCode.
- Python
- Pylance
- Python Preview (basically Python Tutor inside VSCode)
- Test Explorer
- Python Indent
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: