Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 793 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 793 Bytes

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.