Category: Python
[SOLVED] How to disable Django Debug Toolbar while rendering a template?
Continue reading on Medium » Continue reading on Medium » Read More Django on Medium #python
Quark’s Outlines: Python Delimiters
Overview, Historical Timeline, Problems & Solutions Continue reading on Medium » Overview, Historical Timeline, Problems & SolutionsContinue reading on Medium » Read More Python on Medium #python
How to Create Professional and Readable Scientific Plots in Python
(This is an adaptation of a post about MATLAB plots, available here) Continue reading on Medium » (This is an adaptation of a post about [more…]
Guide to Learn Python with AI at DQLab
Tentang Materi Continue reading on Medium » Tentang MateriContinue reading on Medium » Read More Python on Medium #python
Why I get “KeyError” exception in django instead of “This field is required” exception on the form…
I’m new to Django, I have a registration form, Everything works fine If I fill all fields and when I don’t fill all the fields. But [more…]
Why I get “KeyError” exception in django instead of “This field is required” exception on the form…
I’m new to Django, I have a registration form, Everything works fine If I fill all fields and when I don’t fill all the fields. But [more…]
kafka-replay-cli: A Lightweight Kafka Replay & Debugging Tool
A lightweight, CLI tool for dumping and replaying Kafka messages using Parquet files. Built for observability, debugging, and safe testing. Continue reading on Medium » [more…]
Optimizing Linear Problems Using Gurobi: A Practical Guide for Researchers and Developers
Linear Programming (LP) has been a cornerstone of operations research and optimization for decades. Whether it’s optimizing transportation… Continue reading on Medium » Linear Programming [more…]
Django_005: Creating Model Forms
This post builds on my previous post, Django_004: Rendering Database Data into Django Templates, where we explored rendering database data… Continue reading on Medium » [more…]
Building an API Gateway Using FastAPI: A Modern API Router
As applications grow, managing microservices becomes increasingly complex. One effective strategy is to route all service traffic through… Continue reading on Medium » As applications [more…]
Convertidor de formato FLAC > WAV
Hace un par de años vengo fungiendo de forma amateur el arte del djing, en mi caso cuento con equipos de principio del siglo en el [more…]
5 Uncommon AI Projects You Can Build in a Weekend (With Python)
From Beginner Friendly to Advanced Continue reading on Python in Plain English » From Beginner Friendly to AdvancedContinue reading on Python in Plain English » Read [more…]
SDET: The Magic of Python Data Structures
Greetings, fellow wizards of the quality and code, Continue reading on Medium » Greetings, fellow wizards of the quality and code,Continue reading on Medium » Read [more…]
Exploring Encapsulation in Python: A Guide to Secure and Structured Object-Oriented Programming
This blog post takes a deep dive into Encapsulation in Python, exploring essential principles that shape well-structured code. Key topics… Continue reading on AI & QA [more…]
Achieve Text-to-Speech in Python with pyttsx3: A Simple Guide
Today, I want to walk you through how you can easily convert text to speech (TTS) using the Python programming language. You might be… Continue reading [more…]
My First Time Using Async in Python
A series of becoming a better Python Developer Continue reading on Medium » A series of becoming a better Python DeveloperContinue reading on Medium » Read [more…]
Creating self-healing spiders with Scrapling in Python without AI (Web Scraping)
If you have been doing Web Scraping for a long time, you probably noticed that there are repeating problems with Web Scraping. Continue reading on Medium [more…]
The Surge of Python
In 2024, Python achieved a significant milestone by securing the TIOBE Programming Language of the Year award, reflecting a remarkable 9.3%… Continue reading on Medium » [more…]
Django send automatic DB backups to email using celery
Backups are very crucial for applications, as this can save companies from disasters. Code once lost can be recovered but not data, and… Continue reading on [more…]
A Simple Way to Use Text-to-Speech to Support Meetings When You’re Unavailable
If you regularly lead project status meetings but aren’t always available to attend, text-to-speech can help deliver key updates on your… Continue reading on Medium » [more…]