Endless tick-tock generators. Contribute to pomponchik/metronomes development by creating an account on GitHub. (more…)
Read more »
Python natively does not support function overloading - having multiple functions with the same name. Today we see how we can implement and add this functionality to Python by using common language constructs like decorators and dictionaries. (more…)
Read more »
Elsie allows you to create slides programmatically using Python. It is a Python library
that lets you build SVG slides in a
composable way and then render them to PDF. There is no DSL or GUI – presentations created with
Elsie are fully programmed with Pyt... (more…)
Read more »
In this post we will see how to apply a function along the axis of a dataframe using apply and applymap and how to map the values of a Series from one domain to another using map... (more…)
Read more »
I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyon... (more…)
Read more »