Projects, documentation, guides, examples, etc. for BigSteve's class work.
Go to file
2024-06-26 11:06:39 -04:00
PyGame add sprite demo 2024-06-19 12:38:28 -04:00
Python A basic example for querying web/REST API data 2024-06-26 11:06:39 -04:00
.gitignore Ignore any file that begins with "test_" 2024-06-26 10:02:09 -04:00
README.md Add some prerequesites for basic examples 2024-06-26 10:54:21 -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.

Prerequesits

  • The requests module provides web/REST API access
  • The colorama module provides access to color and cursor positioning in a terminal

Inside a terminal:

pip install requests colorama

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.