-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Kenny Yu edited this page Nov 4, 2013
·
11 revisions
By Kenny Yu
In order to start this bootcamp, you must:
- Setup your environment, using directions from here. In particular, you must have a UNIX environment (e.g. Mac OS X, Ubuntu, CS50 Appliance, NOT Windows), and you must have
git
installed - Finish the git bootcamp here.
In this bootcamp, we'll:
- Teach you Python basics
- Have you work on some Python exercises
- What is Python
- Exercise: Hello World
- Control flow
- Strings
- Data structures: Lists, Sets, Dictionaries