Intro to Python (STEMinar Series)

00 – Getting Started

  1. Go to Repl.it
  2. Create a new account if you don’t already have one (you can also log in using your Google, GitHub, or Facebook account)
  3. Log into Repl.it
  4. Create a new repl ( “+ new repl” button)
  5. Choose “Python”, then either keep the generated project name or rename it
  6. Click “Create Repl” button and wait a few moments…
  7. You’re ready to rock some Python! 🙂
  8. Unfortunately, Repl.it has prioritized profit over any kind of support for freely available educational resources–so, the code spaces referenced in this series are no longer accessible through that platform.
  9. You may, however, use other resources, such as Github Codespaces or Google Colab, to code interactively within the browser–no downloads or installs necessary.
  10. For a ready-made, in-browser, high quality Python introduction, there’s also an offering from DataWars.io.

w3schools Python Tutorial (free and high quality):

https://www.w3schools.com/python/

01 – Input/Output and Variables (Mad Libs Game)

02 – Branching (if/elif/else) (Text Adventure Game)

03 – Looping (repetition) (Guessing Game)

04 – Collections (lots of things) (Hangman)

Leave a Reply

Your email address will not be published. Required fields are marked *