Skip to content

bpoldrack/think-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro CS at NYC iSchool

This repository is split into the following directories:

  • Slides: Daily slides that are based on the Think Python textbook.
  • Exercises: In class exercises.
  • Projects: Larger multi-day projects.
  • Worksheets:
  • Textbook:

Helpful Commands for Using this Repo

  • Convert ipython notebook to HTML
	ipython nbconvert --to html MyNotebook.ipynb
  • Convert ipython notebook to fancy website
	ipython nbconvert --to slides --post serve MyNotebook.ipynb
  • Convert markdown to PDF
	pandoc README.md -o example13.pdf

Follow the pandoc installation instructions here.

About

Slides for intro CS class at NYC iSchool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.0%
  • Jupyter Notebook 27.3%
  • Python 2.7%