Blogs
- Finance
- 6 min read
Snowball vs Avalanche Method: Which is the Best Debt Paydown Strategy?
Looking to pay off your debt? Learn about the snowball and avalanche method, and find out which one might be the best debt paydown strategy for you.
Read More- Finance
- 3 min read
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- Django
- 6 min read
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
- 5 min read
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- Python
- 5 min read
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- Python
- 4 min read
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
- 6 min read
Django select_related and prefetch_related
Learn how to use select_related and prefetch_related queries in django to optimize query.
Read More- Django
- 9 min read
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- Django
- 9 min read
QuerySets and Aggregations in Django
Learn Django Querysets and Aggregations, Optimize the Django Queryset operations
Read More- Django
- 5 min read
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- Python
- 2 min read
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- Python
- 2 min read
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- Python
- 13 min read
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- Django
- 2 min read
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- Django
- 5 min read
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- Life
- 3 min read
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