Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Kenny Yu edited this page Nov 4, 2013 · 11 revisions

HCS Bootcamp: Intro to Python

By Kenny Yu

Prerequisites

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.

Introduction

In this bootcamp, we'll:

  • Teach you Python basics
  • Have you work on some Python exercises

See the associated slides

Agenda

  1. What is Python
  2. Exercise: Hello World
  3. Control flow
  4. Tuples, Strings, Lists, Sets, Dictionaries
  5. Exercise: Spell Checker
  6. Exercise: Programming!

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.