CS 270 01/Zelle
Fall 2018
Resources
This is a dynamic page where I will post links to various web resources that we use in class.
Python Resources
Python Language Page
Programming Tools
Atom editor
git
nose tests
Project Resources
OpenCV
Python Imaging Library
OpenCV for multiple choice exam example
Report Lab
PyMuPDF
This might be all we need for both PDF reading and manipulation. See note from Rob on Socrates discussion.
tkinter programming
Python Docs
Book (select Python as language)
note: Use this for Tk concepts, the actual code-style is not object-oriented.
Another Book
Paper on Presenter-First Development