The Summer Series consists of 6 code-along-with-us videos explaining introductory python concepts that cumulate in coding a game of Rock-Paper-Scissors!
Checkout the full playlist on youtube or the invididual links below:
Topics | Videos | Notebooks |
---|---|---|
Using Colab Notebooks | Video 0 | |
Syntax & Variables | Video 1 | Notebook 1 |
Numbers & Booleans | Video 2 | Notebook 2 |
Strings | Video 3 | Notebook 3 |
Lists | Video 4 | Notebook 4 |
Conditionals | Video 5 | Notebook 5 |
Loops | Video 6 | Notebook 6 |
Rock Paper Scissors game | RPS Notebook |
Video 0 does not have a notebook, but will familiarize you with using Google Colab. The Rock-Paper-Scissors notebook does not have a corresponding video.
To download the notebooks to your computer, right click on the links above and select "Save link as" (Chrome) or "Download linked file" (Safari). Watch Video 0 above to learn how to upload them into Google Colab and start coding!
Need answers? They can be found here.