Introduction to Python Class for Adults 2025: Difference between revisions

From BPP Wiki
Jump to navigation Jump to search
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
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!
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!
<br>
<br>
[[Media:Lesson_1_Intro_to_Python_for_Adults.pdf|Lesson 1 Presentation]]
<br>
[[Media:Lesson_1_Intro_to_Python_for_Adults.pdf|Week 1 Presentation]]
<br>
<br>
[[Media:Welcome_to_UMD_Workshop.pdf|Week 1 Notes + Extra Problems!]]
[[Media:Welcome_to_UMD_Workshop.pdf|Week 1 Notes + Extra Problems!]]
<br>
<br>
You can find full code for the Rock, Paper, Scissors game here: https://replit.com/@JeremyKuznetso1/RockPaperScissors#main.py
<br>
<br>
navigate to the "code" tab on the right portion of the screen in order to view
 
=== Lesson 2: Rock, Paper, Scissors! ===
In this workshop, we finished our version of Rock, Paper, Scissors and started talking about loops and arrays (lists)!
<br>
<br>
[[Media:Lesson_2_Arrays_and_Memory.pdf|Week 2 Presentation]]
<br>
[[Media:RockPaperScissors_Code.pdf|Example Rock Paper Scissors Code]]
<br>
[[Media:Advanced_RPS_Code.pdf|Advanced Rock Paper Scissors Code]]
<br>
<br>
<br>
=== Lesson 2: Rock, Paper, Scissors! ===


=== Lesson 3:  ===
=== Lesson 3:  ===


=== Lesson 4: ===
=== Lesson 4: ===

Revision as of 13:54, 9 April 2025

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

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!

Lesson 2: Rock, Paper, Scissors!

In this workshop, we finished our version of Rock, Paper, Scissors and started talking about loops and arrays (lists)!

Week 2 Presentation
Example Rock Paper Scissors Code
Advanced Rock Paper Scissors Code

Lesson 3:

Lesson 4: