Skip to content

Latest commit

 

History

History
 
 

lectures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ways to view these slides:

  1. Recommended: Clone this repo and open the ipython notebook, which will allow you to run and modify the example code. E.g., for lecture 1:
git clone https://github.com/iit-cs429/main.git
cd main/lectures/lec01
ipython notebook Introduction.ipynb
  1. The online version, using rawgithub.com. E.g., lecture 1:online version, which was created with ipython nbconvert --to slides Introduction.ipynb. These will look somewhat different from the view in class, which used ipython slideshow support.
  2. The code from class is in a python file. E.g., for lecture 1: Introduction.py. The original markdown content of the slides is included as comments. This was created with ipython nbconvert --to python Introduction.ipynb