We got a complete game, but we need a specific Python environment to run it. In this post, I show how to create a standalone executable and an installer! This post is part of the Discover Python and Patterns series … Continue reading →... (more…)
Read more »
A couple of years ago I was working with a couple other languages beside Python and began to get frustrated with their virtualenv equivalents. Not that they were doing anything wrong, just that they didn't work the way I was used to with virtualenvs. On t... (more…)
Read more »
Pythonista is a complete development environment for writing Python™ scripts on your iPad or iPhone. Lots of examples are included — from games and animations to plotting, image manipulation, custom user interfaces, and automation scripts. (more…)
Read more »
Dinamopy is a python helper library for dynamodb. You can define your access patterns in a json file and can use dynamic method names to make operations. - GitHub - rasimandiran/dinamopy: Dinamopy ... (more…)
Read more »
The fundamental nature of Cython can be summed up as follows: Cython is Python
with C data types. (more…)
Read more »