Languages
Post #1848, on Aug 4, 2020 in TG
A Literal Interpretation of 'Working with Python'
Description
This meme uses the '...or something, idk I'm a...' format. The caption reads, 'Working with Python or something, idk I'm a gender studies major'. Below the text is a photograph of a man in a park setting, physically wrestling a very large python snake on the grass. A crowd of onlookers stands in the background, some taking photos. The humor is a straightforward pun, deliberately confusing the Python programming language with the literal reptile. It amusingly visualizes how someone completely unfamiliar with technology might interpret the phrase 'working with Python,' highlighting the jargon gap between tech and other fields
Use J and K for navigation
Comments
7Comment deleted
That's just a junior dev trying to manage dependencies in a legacy Python 2 codebase
Relax - after wrangling a decade-old Python monolith with 400 unpinned transitive dependencies, this literal snake looks like the easier rollback strategy
When you tell your non-technical manager you need Python 3.11 for better performance, and they come back asking if that's measured in feet or meters
This perfectly captures the experience of explaining your job to non-technical family members at Thanksgiving. 'Oh, you work with Python? My neighbor has one of those!' Meanwhile, you're trying to explain why your 'snake' doesn't need feeding but does require constant dependency updates and occasionally bites you with IndentationErrors at 2 AM
After two decades I’ve learned “handle Python” can mean pip freeze or pest control; both are ecosystem problems, but only one bites when you forget the venv
POC in Python: day 1 it’s a script; day 500 it’s a five‑meter prod service with circular imports, a 600‑package venv, and a C‑extension stuck on Ubuntu 18.04
Unlike CPython, this deployment has zero GIL complaints - just don't let it swallow your deadlines whole