Skip to content

nlouie/nlouie-intro-to-python-atbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Python

Description

IPython Notebook for Intro to Programming with Python. Originally created for Boston Chinatown Neighborhood Center

Resources

License

CC BY-NC-SA 3.0

Index

  1. Module 0 Python Basics
  2. Module 1 Flow Control

Building this project (for instructor/contributor use)

System Requirements

  • Python 3.X
  • jupyter

or use anaconda environment

Setting up the project

$ pip install -r requirements.txt

Converting the Notebook to Markdown

$ jupyter nbconvert demo0.ipynb --to markdown