Reading Python Crash Course, hopefully including Austin and maybe looping in Christian Perez

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.

Game design project ideas

space invaders game with physics added for bullet weight, pushing energy ships into each other, causing them residual damagegamedesign