AWS Lambda functions using Python with Pandas

No long stuff, just substance, prepare a layer to upload to Lambda and use it. Stop. Read more

Similar

Automate Boring Stuff with Python

Are you doing a repetitive task that feels like it could be automated? I was. Every day for the past year I’d been importing new users for an app into MailChimp by hand. No more! Now that I’ve learned how to code I’ve handed that task over to Python and C... (more…)

Read more »

Understanding a Python Closure Oddity

Recently, Glyph pointed out a Python oddity on the Fediverse and I had to stare at it for a bit to understand what was going on, partly because my mind is partly thinking in Go these days, and Go has a different issue in similar code. So let's start with ... (more…)

Read more »