CSci 1133H: Notes

Useful Python resources

Here is reference material on Python:
  1. the official page of the Python Software Foundation https://www.python.org/. A good place for updates, installation guides, complete documentation of the language, etc. Make sure you look at Python 3.
  2. a comprehensive Python tutorial https://docs.python.org/3/tutorial/index.html
  3. another simple Hands-on Python Tutorial. Simple, with many examples.
  4. Google Python class, a dense but clear introduction to many features of the language https://developers.google.com/edu/python/?hl=en
  5. if you like to have online interactive tutorials, where you have a python interpreter running in the web page where you can type instructions and have them executed, try http://www.learnpython.org/
  6. A complete online course on Python, Starts easy, goes quite advanced.
  7. for a slower introduction to python done through exercises try https://learnpythonthehardway.org/python3/. Only some of the parts are free.
Copyright: © 2018 by the Regents of the University of Minnesota
Department of Computer Science and Engineering. All rights reserved.
Comments to: Maria Gini
Changes and corrections are in red.