When to use getattr in Python
The basic idea Normally, you access attributes like this: python p.name That works only if you know the attribute name at coding time. getattr lets you do the...
The basic idea Normally, you access attributes like this: python p.name That works only if you know the attribute name at coding time. getattr lets you do the...
What Happened? Imagine you have a table called organizations full of precious data. You decide to add a new column called plan. If you add it as NOT NULL, ever...
StatMate – A Modern Desktop Statistics Calculator Python is often praised for its data‑science ecosystem, but you don’t always need Pandas or NumPy to build so...
Challenge Overview Taking on a new challenge: solving GeeksforGeeks POTD daily and sharing my solutions! 💻🔥 Problem Minimum time to fulfil all orders Geeksfo...
!Cover image for Intro to Python core, Epam Data Software Engineering traininghttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,f...
The Real Challenge Most articles focus on getting data from Salesforce into BigQuery for analysis. That's the easy direction. What's harder—and what you actual...
markdown !Cover image for “I’m tired of calling glued‑together scripts ‘workflow automation’”https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover...
Lately, I've noticed something changing in how I learn. I'm no longer excited just because something works. I'm more interested in why it works, and what breaks...
!Cover image for Python by Structure: Precise Error Scoping with Try/Except/Elsehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto...
Problem GeeksforGeeks – Kth smallest element in a Matrixhttps://www.geeksforgeeks.org/problems/kth-element-in-matrix/1 Difficulty: Medium | Accuracy: 61.42% Gi...
Introduction Want to build a lightning‑fast API without the Python packaging mess? In this guide we’ll create a Todo API using FastAPI and uv, a next‑gen Pytho...
Objective of the week The goal of this week was to take the next real step toward full‑stack development. Until now, everything lived either in a static page o...