Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily. Never email yourself a file again! (more…)
Read more »
In this post, I want to show you how to load a level created by Tiled, a free level editor. This post is part of the Discover Python and Patterns series Assets To follow this post, you need the image … Continue reading →... (more…)
Read more »
Simple SQL in Python. Contribute to nackjicholson/aiosql development by creating an account on GitHub. (more…)
Read more »
I believe Python's ExitStack feature does not get the recognition
it deserves. I think part of the reason for this is that its
documentation is somewhere deep down in the (already obscure)
contextlib module because formally ExitStack is just one of many
a... (more…)
Read more »
Python makes concurrency easy. It took less than an hour to add multiprocessing to my blog engine, First Crack, and I have used it often since. Everyone likes to call premature optimization the root of all evil, but architecting programs for concurrent ex... (more…)
Read more »