Intro To Python

Syllabus Here

Homework

Week 1

  1. Review the slides for Week 1 and finish installing the stuff below
    1. Python & Atom
    2. Or do MakePython
  2. Chromebook Install Instructions
  3. No admin password (for you, Cameron!), install “Anaconda

Week 2: Slides

  1. Do as many challenges as you can from the slides
  2. For chromebook dudes, finish Chromebook Install

Week 3:Slides

  1. Finish all the challenges from the slides

Week 4: Slides

  1. Make a “choose your own adventure” game (or something similar), with at least 2 actions per decision and at least 3 decisions.
  2. For ChromeBook dudes WHO HAVE ANACONDA INSTALLED, do this:
    1. Ctrl+Alt+T
    2. Do shell
    3. Do vim ~/.profile
    4. Arrow key down to an empty line
    5. Write a line saying PATH=/usr/local/conda3:$PATH
    6. Press ESC button on the keyboard
    7. Press :  (colon) button on the keyboard (don’t forget to use shift)
    8. Type x and press ENTER  (this saves the file)
    9. Now you should be good to go!
      1. Do a new Ctrl+Alt+T
      2. Type python and see if it works

Week 5: Catchup

Week 6: Slides Err… Slides

Week 7: Slides Err… Slides

Week 8 and Onwards: Link to Github with Coding Challenges

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s