CSci 1133H: Notes
Useful Python resources
Here is reference material on Python:
- 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.
- a comprehensive Python tutorial
https://docs.python.org/3/tutorial/index.html
- another simple
Hands-on Python Tutorial. Simple, with many examples.
- Google Python class, a dense but clear introduction to many
features of the language
https://developers.google.com/edu/python/?hl=en
- 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/
- A complete
online course on Python, Starts easy, goes quite advanced.
- 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.