Python resources

Python resources

Last week, the Digital Fellows held a workshop on the Python programming language, and the Interactive Technology and Pedagogy (ITP)program will be holding another in October.  It seems like a good time to share a list of Python tutorials and resources. Before jumping into the list, remember that the Digital Fellows holds Python User Group every Wednesday from 12:00 to 2:00, and office hours on Tuesdays from 2:00 to 4:00. Also check outDigital Fellow Hannah Aizenman’s recommended resources for Python, especially her list of beginner-friendly programming environments. Happy Pythoning!

Introductory Books and Tutorials

Learn Python the Hard Way

The book most frequently recommended by the Digital Fellows for those new to programming. Shaw’s teaching philosophy is to make you write code first and then explain it to you, which generally seems to work. The book is available for free online.

How to Think Like a Computer Scientist

An interactive introduction to computer science concepts using the Python programming language. This book uses its own embedded web-based code interpreter, so you won’t necessarily have to use the command line from the beginning. A good introduction to Python with an emphasis on working with data.

Automate the Boring Stuff with Python

A book on automating common computing tasks with Python. If you’re finding yourself using repetitive workflows or collecting, cleaning, or transferring data by hand, this book will prove useful. Available for free online.

Python for Kids

A playful introduction to Python that explains concepts in simpler terms than many comparable books. Unless you’re interested, you may want to move on to another learning resource once you encounter the chapters on creating a game.

A Byte of Python

A fairly accessible general overview of Python programming concepts that is less opinionated than Learn Python the Hard Way. Also free online.

CodeAcademy: Python

An interactive tutorial for learning the basics of Python. (I recommend trying the books above first, as learning to use an IDE such as IDLE is an important part of the learning curve.)

Specialized Tutorials

Google’s Python class

A non-gentle crash course in Python. Good choice of material but moves very quickly.

Python Programming for the Humanities

A serious introduction to topics in Python programming such as natural language processing, writing algorithms, and creating web applications. Not recommended for complete beginners.

References

Hitchhiker’s Guide to Python

An opinionated learning resource and reference for Python. Useful for both beginning and experienced programmers.

Awesome Python

A curated list of high-quality Python modules.

Elements of Python Style

The Strunk and White of ideomatic Python programming.

Learn Python in 10 Minutes

Not really a tutorial, but decent general overview of Python for those experienced in multiple programming languages.

List of blog posts related to Python

Intermediate to experienced Python programmers might benefit from this list of blog articles covering specialized topics.

Python Book Lists

Python section in Free Programming Books

A fairly comprehensive list of Python books, including books on the Flask and Django web frameworks

Python Books

Free Python books in no particular order

Introductory Python Books

Books for prior programmers who are new to Python

Programming Language Beginner’s Resources on Vodien

The Python section of this collection of resources for programming beginners shares a few other strong suggestions for further reading.

Skip to toolbar