Today we are pleased to announce the open-sourcing of Python Fire . Python Fire generates command line interfaces (CLIs) from any Python cod... (more…)
Read more »
A library to assist writing memory-unsafe code in "pure" python, without any imports (i.e. no ctypes etc.) - DavidBuchanan314/unsafe-python... (more…)
Read more »
s = “Hello World” looks simple, but there’s much more to it than meets the eye.
Read more »
I've gone through a gazillion ways to setup Python, ensure I've gotten the right version installed on MacOS. This is a quick guide I've put together if you're getting started or looking at a more defacto set way to get it installed. I've added links for L... (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 »