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! 🙂

w3schools Python Tutorial (free and high quality):

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

Also, an interactive Python tutorial on Repl.it:

https://coolcodersj.github.io/Python-TheTutorial/

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 *