Python Forum

Full Version: Python Modules and Tutorials
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to learn some more python beyond just pygame. Which modules would you recommend a beginner/intermediate learner learn, and which tutorials? I am looking for tutorials that have things to do as part of the tutorial (so for e.g. I would like to learn requests and want something that not only teaches you how it works but gives you interesting things to do.)

Any help appreciated.
I'm not sure about tutorials, but I would make sure you are familiar with the standard library. Especially collections, functools, itertools, re, time, datetime, os, sys, glob, decimal.