Zaheer Soebhan

@freezas
8 Followers
30 Following
133 Posts

senior #python #developer & coding architect | nl, en, ~fr, ~de, ~es

Other profile: @zas (currently inactive)

homepagehttps://www.freezas.com
linkedinhttps://www.linkedin.com/in/zaheersoebhan
spotifyhttps://open.spotify.com/user/zaheers?si=nFXt3w7-QWCdTBBBgYxjUQ

Python Tip #169 (of 365):

Use PDB's post-mortem mode to debug exceptions

Python script raising an exception and want to drop into an interactive environment RIGHT after the exception occurs?

Use "python -m pdb your_script.py"

Using "-m" runs the pdb module as a script.

When launched like this, PDB enters "post-mortem debugging" mode.

You'll drop into PDB as soon as your program launches.

🧵 (1/3)

#Python #DailyPythonTip

It’s amazing how many astonishing things you can make with pure #HTML and #CSS right now, and @Cyd is proving it right now at #TheWebYouWant.

And it doesn’t even have to break things, making them complex, messy, confusing. #ProgressiveEnhancement and #gracefulDegradation are fundamental mantras.

@tink opening #TheWebYouWant:

AI is compensating for where the web has failed

The most insightful, critical, and sincere account of LLM usage for “computer vision” and sight accessibility I have heard so far.

Plus,

We are outsourcing understanding

This really reminds me of an interview to @kepano I have listened to recently, where he was sharing exactly the same concern.

#AI #LLM #a11ty #accessibility #Web #WebA11ty

Most days I’m pro browser engine diversity, other days I wish certain company would just stop making browser. #WebDev
https://lernerpython.com/2026/05/19/is-python-becoming-pinyin/
It's incredible to look at all the possibilities with generating code, also in other languages and eco-systems. Even though I've mostly programmed in Python in my career, I've generated way more frontend code and was close to becoming a .NET developer because of #AI #codegen
Is Python becoming Pinyin? - LernerPython

I just got back from PyCon US. It was delightful; I saw old friends, met new ones, gave a tutorial on decorators, and spoke at the education summit. I’m a […]

LernerPython
Your Docker Image Is 1.2GB. Here Is How To Get It Under 80MB.

A step-by-step optimization of a real Node.js Docker image — from a 1.2GB monster to a 78MB production container. Each technique is benchmarked, copy-paste ready, and explained with the trade-offs.

The elephant in the room • Josh W. Comeau

Friendly articles and tutorials for front-end web developers. ❤️

Besides the appreciation of the technological breakthrough, I also find it hilarious to read the Github #caveman project: https://github.com/juliusbrussee/caveman "Verbose not always better. Sometimes less word = more correct." #llm #ai
GitHub - JuliusBrussee/caveman: 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman - JuliusBrussee/caveman

GitHub
Please launch Antigravity CLI on Termux 😭

Yes, it is possible, but it might be fragile, which is why I didn’t turn it into a script. I leave everything to AI agents because they are better and will automatically know what to do when an error occurs.

Google AI Developers Forum