quickle is a fast and small serialization format for a subset of Python
types. It’s based off of Pickle, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with quickl... (more…)
Read more »
:bird: A Twitter retweet bot using Twitter API and Tweepy built with Python. Supports multiple keywords/hashtags. - Xtremilicious/Twitter-Retweet-Bot... (more…)
Read more »
I gave a talk the other day at Python meetup in Stockholm with the same title. I wanted to also put it online as a post in case anybody is…...
Read more »
I propose to introduce Python classes to implement the Game Loop pattern. Using these tools, I show how to refactor the code in the previous post to get a more robust and readable program. This post is part of the … Continue reading →... (more…)
Read more »