These articles are quite good. Thanks for posting them.<p>I like the encyclopedic process of picking a topic, and digging in as deep as one can go. I had no idea there was so much going on with Python's import system until now.<p>Having said that, I think you might have missed a swell feature: import xx as y.<p>I think most people use it just to simplify function names, but it's especially important for people who create their own private libraries, which inevitably result in function name clashes down the line. I guess also if you tend to use a lot of similar libraries, like what often happens with networking or math.<p>Anyway, I'm just learning Python, so you gained at least one new reader here.