Homework
Week 1
- Review the slides for Week 1 and finish installing the stuff below
- Python & Atom
- Or do MakePython
- Chromebook Install Instructions
- No admin password (for you, Cameron!), install “Anaconda“
Week 2: Slides
- Do as many challenges as you can from the slides
- For chromebook dudes, finish Chromebook Install
Week 3:Slides
- Finish all the challenges from the slides
Week 4: Slides
- Make a “choose your own adventure” game (or something similar), with at least 2 actions per decision and at least 3 decisions.
- For ChromeBook dudes WHO HAVE ANACONDA INSTALLED, do this:
- Ctrl+Alt+T
- Do
shell
- Do
vim ~/.profile
- Arrow key down to an empty line
- Write a line saying
PATH=/usr/local/conda3:$PATH
- Press
ESC
button on the keyboard - Press
:
(colon) button on the keyboard (don’t forget to use shift) - Type
x
and pressENTER
(this saves the file) - Now you should be good to go!
- Do a new Ctrl+Alt+T
- Type
python
and see if it works
Week 5: Catchup
Week 8 and Onwards: Link to Github with Coding Challenges