06 May Python How I Fix Pulling a Page with Raw Socket a 404 Errors May 6, 2025 By Daniyal Ahmed 0 comments I thought my setup was bullet‑proof: a tiny Apache server inside an Ubuntu VM, a single index.html, and a friendly DNS shortcut into /e... Continue reading
06 May Python How I Fix Flask Global 404 Handler for API and HTML Routes May 6, 2025 By Daniyal Ahmed 0 comments I run a mini‑web server at home. It shows a plain web page at / and serves JSON under /gnodes/api/v1.0/*. At first glance the code look... Continue reading
03 May Python How to Easily Create Box and Whisker Plot in Python May 3, 2025 By Daniyal Ahmed 0 comments Hi, I’m a data‑science hobbyist who loves turning raw numbers into pictures that tell the story in one glance. Today I’m walking you th... Continue reading
03 May Python How To Generate OTP Using Python May 3, 2025 By Daniyal Ahmed 0 comments I’m a big fan of practical mini‑projects the kind you can build, test, and extend in a single sitting. Today I’ll walk you through one ... Continue reading
29 Apr Python How to Build a Tiny Python App That Reminds Me to Take Breaks April 29, 2025 By Daniyal Ahmed 0 comments Spending all day at a screen is brutal on the eyes, the back, and the brain. So I decided to whip up a desktop toast that nudges me eve... Continue reading
29 Apr Python How I Built a Flexible CAPTCHA Generator & Verifier Using Python April 29, 2025 By Daniyal Ahmed 0 comments I’ve always enjoyed adding little “mini-projects” to my tool belt especially ones that combine clean code with a bit of visual flair. R... Continue reading
28 Apr Python How to Fix Application Error in Twilio Voice Call with Django/Python? April 28, 2025 By Daniyal Ahmed 0 comments I’m excited to share my recent experience integrating Twilio Voice into a Django application to deliver one-time passwords (OTPs) via p... Continue reading
28 Apr Python How to Fix Python Application Giving Error Deployed Through Docker April 28, 2025 By Daniyal Ahmed 0 comments I’m excited to share a little troubleshooting journey I recently went through while deploying a Python web application inside Docker. I... Continue reading
21 Apr Python How to Fix a Wrong Occurred When I Import cv2 April 21, 2025 By Daniyal Ahmed 0 comments I’m working on a computer‑vision feature for a client’s project when I ran into a frustrating roadblock. In a fresh Jupyter Notebo... Continue reading
21 Apr Python How to Install the Keyboard Module (Python 3.12.3) on Linux Mint April 21, 2025 By Daniyal Ahmed 0 comments I remember the first time I tried to capture key presses on my Linux Mint machine python I was building a little productivity tool... Continue reading