Adafruit learning resources on CPX ↗
Note that you can use the Circuit Playground Express with multiple languages (MakeCode/javascript, arduino/C, etc.) I linked specifically to the page for Circuit Python. You're welcome to look at the other ones we just will specifically looking at Python. These are straight from Adafruit, the people who make the Circuit Playground Express
Adafruit CPX project examples ↗
These are links to projects made with the CPX that might be useful for understanding connecting to other buttons, lights, enclosures, etc.
Python Resources
w3 schools Python ↗
Most of the things we're learning in class (conditional logic like if, elif, else, for and while loops, variables, functions) are idenitical to how they would be used in "regular" python, this site has resources for that, so if you're look