BPP Stem Workshop 2023: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
=== 2. Turtle Graphics in Python Programming === | === 2. Turtle Graphics in Python Programming === | ||
In this lesson, we learned how to use Python to generate shapes, visuals, and graphics, along with how to handle "for" loops | |||
<br> | |||
=== 3. 3D Modeling & 3D Printing === | === 3. 3D Modeling & 3D Printing === |
Revision as of 19:29, 6 February 2023
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!
Workshop Lessons
1. Python Programming Introduction
In this lesson, 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
2. Turtle Graphics in Python Programming
In this lesson, we learned how to use Python to generate shapes, visuals, and graphics, along with how to handle "for" loops