Reading Python Crash Course, hopefully including my brother and other relatives
Read this book, Serious Python, after Python Crash Course
Look into generating documentation from docstrings - this would be a good habit to have early on
Using autoformatters in VS Code: https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0
- It was a more complicated process; required enabling format on save, trying it, and being prompted by VS Code to change from autopep8 to black.
For Game design project ideas
space invaders game with physics added for bullet weight, pushing energy ships into each other, causing them residual damagegamedesign