In this post I’ll write a simple python app that will post message to Slack when your users purchase a subscription. The web app will be a aiohttp server tha... (more…)
Read more »
In this blog post, I will show how we diagnosed and fixed a memory problem in EvalML, the open-source AutoML library developed by Alteryx Innovation Labs. (more…)
Read more »
A somewhat famous thing about Python is that more or less all of
the official ways to install packages put them into somewhere on
the filesystem that contains the Python series version (which is
things like '3.13' but not '3.13.5'). This is true for site ... (more…)
Read more »
Last November Python briefly swapped positions with Java for the second position in the TIOBE index, and this month Python strikes again. The difference is only 0.11%, but it is reasonable to assume that Python will keep its second position for a longer ... (more…)
Read more »
In a Q&A, Python programming language creator Guido van Rossum said it was "almost taboo to talk about a Python 4 in a serious sense" following the troubled migration from Python 2.0 to Python 3.0. (more…)
Read more »