Introduction to Python Class for Adults 2025

From BPP Wiki
Revision as of 20:08, 16 March 2025 by PearlUva (talk | contribs) (Created page with "== '''Welcome to the Community STEM Workshop page, run by the University of Maryland, Balloon Payload Program!''' == If you are here, you are probably a student of the workshop, an interested learner, or a member of our club. This page has all of the resources from our workshop lessons: presentations, documents, codes, files, extra pamphlets, and challenge exercises! If you participated in our event and want to provide extremely valuable feedback, please take this 5-mi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Welcome to the Community STEM Workshop page, run by the University of Maryland, Balloon Payload Program!

If you are here, you are probably a student of the workshop, an interested learner, or a member of our club. This page has all of the resources from our workshop lessons: presentations, documents, codes, files, extra pamphlets, and challenge exercises!

If you participated in our event and want to provide extremely valuable feedback, please take this 5-minute survey: https://forms.gle/HNnK253b7mydUBFA9


Workshop Lessons

Lesson 1: Coding Basics

In this workshop, we learned the basics of Python programming, and combined them together to make a "Rock, Paper, Scissors" videogame where you can challenge your computer!
Week 1 Presentation
Week 1 Notes + Extra Problems!
This week's code project: https://replit.com/@JeremyKuznetso1/RockPaperScissors#main.py

Lesson 2: Rock, Paper, Scissors!

Lesson 3:

Lesson 4: