Posts tagged with "python"
How to Create a Django Project with UV Package Manager (Step-by-Step Guide)
Python developers have long relied on package managers like pip and pipenv, but a new tool called uv is gaining tractio…
Sep 19, 2025
Suresh Thapa
Building a Scalable Django Project Structure (Step by Step Guide)
When you start a Django project, it’s tempting to keep everything inside a single settings.py file and clutter your roo…
Sep 24, 2025
Suresh Thapa
How to Host a Django App on a Linux Server with Nginx and Gunicorn (Step-by-Step Guide)
Learn how to deploy a Django project on a Linux server using Nginx and Gunicorn. Includes full code, configuration file…
Oct 06, 2025
Suresh Thapa