This post was originally published hereThis holiday I discovered Pythonista, and my mind was blown. In the iOS world, Pythonista is a well known quantity. I can find articles about it from sources like MacStories from back in 2012. Back then it was fairly...
Read more »
ActiveState surveyed a wide array of Python users to better understand how they have been preparing for the End of Life (EOL) of Python 2. Readers should find the survey data useful when it comes to understanding the challenges, strategies and tactics for... (more…)
Read more »
Ever since I watched the movie ‘Arrival’, I wanted to create my own logographs. Just like the one they show in the movie. So, I started searching about the symbols they shown in the movie. I found that the movie company hired Wolfram to produce the logogr... (more…)
Read more »
There are several pandas methods which accept the regex in pandas to find the pattern in a String within a Series or Dataframe object. These methods works on the same line as Pythons re module. Its really helpful if you want to find the names starting wit... (more…)
Read more »
A library and tool for generating .pex (Python EXecutable) files...
Read more »