Projects, documentation, guides, examples, etc. for BigSteve's class work.
Go to file
2024-06-11 20:24:36 -04:00
PyGame Add some randomness to the audio 2024-06-11 20:24:36 -04:00
Python Merge branch 'master' of https://git.jaj.com/junior/BigSteve 2024-06-11 18:01:17 -04:00
.gitignore ignore desktop.ini files 2024-06-11 13:37:47 -04:00
README.md Add Python Basics to top level readme 2024-06-03 14:00:38 -04:00

Learning Resources

This repository is primarily a collection of resources and learning aides for Steve's classroom work. This can include coding examples in various languages, project examples, documentation, instructional guides, and just about anything else.

Python Basics

This is the home of many examples of basic Python syntax and logic. An attempt has been made to name them in such a way that they increase in complexity and build on each other as you go down the list of files.

PyGame

This is the home of Python PyGame examples. Many of these are examples demonstrating "final project" level work for both simple and advanced levels.