Notes and the book used for the Python Study Group
Using the links under Tools (below)
- Download python 3.6.0
- Download git for your platform
- Download slack
- Install python3 for your platform
- Install git for your platform
git clonethis repository- join the slack channel
Think Python
How to Think Like a Computer Scientist
Allen B. Downey
2nd Edition, Version 2.2.20
http://greenteapress.com/wp/think-python-2e/
Direct PDF book download: http://greenteapress.com/thinkpython2/thinkpython2.pdf
Slack
- Python3
- Idle3 (for an IDE (ships with Python))
- (ships with Pyton3 in the above link)
- git (for a file repo)
- slack (for IM)
git clone git@github.com:MobyAtTheo/PSG3.git
git clone https://github.com/MobyAtTheo/PSG3.git
Kickoff meeting on Tuesday! Read chapter 1 & ch 2
Meet on Tuesday to discuss ch1 & ch2 Read ch3 & ch4
Meet on Tuesday to discuss ch4 & ch5 Read ch6 & ch7 for next week
Meet on Tuesday to discuss ch6 & ch7 Read ch8 & ch9 (ch8 strings!)