ASTsearch is an intelligent search tool for Python code.
Read more »
I believe Python's ExitStack feature does not get the recognition
it deserves. I think part of the reason for this is that its
documentation is somewhere deep down in the (already obscure)
contextlib module because formally ExitStack is just one of many
a... (more…)
Read more »
Who else hates doing repetitive tasks that you know could be automated? I know I do 🙋♀️. This is part two about how I used cron jobs and python to take care of ‘the boring stuff’ (link to Part 1). In this article I will discuss how I used Strava’s API... (more…)
Read more »
Blue green deployment approach is based on creating a replica(call it green fleet) of the current production infrastructure(call it blue fleet) and route all the traffic from blue fleet to green… (more…)
Read more »
I bought the physical copy of Bengford, Bilbro & Ojeda’s Applied Text Analysis with Python in 2019 when I attended PyCon in person. 2019 and attending conferences in person feels like a long time… (more…)
Read more »