PythonResource
Below are resources for the Programming basics using Python program. Your coach Chris will be leading the sessions and here you can find previous recordings.
SAME ZOOM EVERY WEEK
Zoom Information:
https://us02web.zoom.us/j/5760136296?pwd=NEdodGp2UjV3ZGVLYmVMWXVVb2xmUT09
TIMES:
Every Thursday at 3:00pm
Recordings
Week 1: 8/6
Recording Week 1:
https://us02web.zoom.us/rec/share/1ON-cLvfrzhJftLVwVrAar8dNNS1X6a8hnJL-PUEz0oK4WMFKRJigNeK4EfztEaX
Password: ED1Y?jwA
Summary:
This week was mainly getting the kids environment setup to start coding. We even started out with a simple example code.
Week 2
Recording Week 2:
Summary:
The kids should be able to open and use Spyder. Downloads for this can be found here: https://www.anaconda.com/products/individual
If the installation ran and they can open Spyder, they should be all good to go for this class. They can test it by writing print(‘Hello World!’) into the empty file that appears, and clicking the Play [▶️] button on the top of the window.
The links for the graphical installer should guide you through the process.
By the end of this class, the goal is for the kids to have programmed a rock-paper-scissors game to learn about the input() tool in Python, and if statements as well.