In this short tutorial, I will walk you through the steps for creating your own Telegram bot in python right from scratch. (more…)
Read more »
I wanted to share what I think is a neat implementation of currying in Python. Getting the arity of a function First we need to be able to get the arity of a function. This is how we do it: … (more…)
Read more »
pyecore - A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)... (more…)
Read more »
As programmers, we can create tools to make programming easier. Often this means building something that can be easily invoked on the command line, whether it is a bash script or a CLI app with a full UI. This post focuses on optimizing the latter option. (more…)
Read more »