python

Session on Python, a general-purpose programming language used for a wide variety of computational tasks.

View the Project on GitHub dhsouthbend/python

«< Previous Back to beginning

Python resources

Automate the Boring Stuff with Python - A fun book that teaches Python while automating some common (and annoying) tasks.

How to Think Like a Computer Scientist - Python Edition - A good intro if you’re also interested in learning basic computer science concepts. Free to use, but donations solicited.

Hands-on Python Tutorial - A more exhaustive introductory course to Python by Dr. Andrew N. Harrington; includes video demo downloads and lots of practice activities. It’s all free to use!

CodeAcademy: Python - An interactive tutorial for learning the basics of Python. (I recommend trying the books above first, as learning to use a text editor or IDE such as IPython or IDLE is an important part of the learning curve.) A good supplemental resource.

«< Previous Back to beginning