Blogs

Clear
19 Money Rules You Should Learn By 25

Learn some basic money rules, that will help you to build financially stable and independent.

Read More
Using Environment Variables in Django

Python Decouple is a great library that helps you strictly separate the settings parameters from your source code. The idea is simple: Parameters rel…

Read More
Python's Generator and Yield Explained

Generators are iterators, a kind of iterable you can only iterate over once. An iterator is an object that can be iterated (looped) upon.

Read More
How to create a virtual environment for Python

A virtual environment is a self-contained directory tree that contains dependencies required by different projects isolated to existing packages. By …

Read More
How To Install Python 3 on Mac OS

Python is a versatile language used for multi-purpose programming it is undoubtedly the most popular dynamic programming language that is being used …

Read More
Django dumpdata and loaddata

Django provides management commands, which can be use to backup(export) or import the model instances or whole database.

Read More
Generate QR Code into the SVG using python

Learn how to generate and save a QR code in Python using the qrcode library. Customizable and versatile, QR codes are a valuable tool for businesses …

Read More
Django select_related and prefetch_related

Learn how to use select_related and prefetch_related queries in django to optimize query.

Read More
Generate QR Code in python

Learn how to generate and save a QR code in Python using the qrcode library. Customizable and versatile, QR codes are a valuable tool for businesses …

Read More
Best practices working with Django models

Learn about the best practices working with Django models using python. What should be the name of the model. How to use related name with foreign ke…

Read More
QuerySets and Aggregations in Django

Learn Django Querysets and Aggregations, Optimize the Django Queryset operations

Read More
Send and Read Emails with Gmail API

Learn how to setup Gmail API and use to send and read email using Gmail API in python.

Read More
Model Inheritance in Django

Models inheritance works the same way as normal Python class inheritance works, the only difference is, whether we want the parent models to have the…

Read More
Making Django Admin Jazzy With django-jazzmin

Django Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily customise, including a built-in UI …

Read More
Mindful Living: 6 Important Life Guidelines

Stay grounded and live your best life with these 6 important guidelines. Learn how to mind your thoughts, tongue, temper, behavior and ego.

Read More
Wonders of Life: Family, Friends, and Love

Explore the wonders of life with family, friends, and love. Learn how the people closest to us shape who we become. Discover the beauty of life's jou…

Read More