Snek is a cross-platform PowerShell module for working with Python. Pass objects between the two languages and use Python modules directly in your scripts. (more…)
Read more »
Here's how you can use Python, Pillow and Tweepy to create your own 8-bit lightsaber art. This twitter bot tweets out a unique lightsaber every day. (more…)
Read more »
One of the most interesting features of CPython is the ability to add new built-in modules to Python... (more…)
Read more »
python -m lets you run modules as scripts. If your module is just one .py file it'll be executed (which usually means code under if __name_...
Read more »
Ice is a Python module with a WSGI microframework meant for developing
small web applications in Python. (more…)
Read more »