Blogs
- 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- 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
- 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- 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- Life
- 3 min read
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- Technology
- 2 min read
Google Tips for Efficient Searching
Maximize your search results with these insider tips for using Google like a pro. Find information faster and easier.
Read More- Python
- 3 min read
Tasks To Automate With Python
Some tasks that you can easily automate using python script.
Read More- Technology
- 1 min read
Professional Email Sentences
Write some useful and professional email sentences that you should use in your daily email tasks.
Read More- Life
- 2 min read
Formal and Informal Words
Learn some useful formal and informal words that you can use in your daily work.
Read More- Python
- 1 min read
Important Methods in Python
Python Methods | List | Tuple | Set | Dictionary
Read More- Technology
- 3 min read
Multiple Node Versions in MacOS
How to use NVM to setup multiple NodeJS versions in MacOS, Mac M1
Read More- Python
- 1 min read
Python Libraries & Frameworks
Python Libraries & Frameworks | Pandas, Numpy, Django, Flask, Requests, Scrapy, Requests, Matplotlib, Tensorflow, OpenCV etc
Read More- Python
- 5 min read
Work with MongoDB and Python - Connect, Manage and Store Your Data!
Learn how to install PyMongo & Pandas, create a logging class, and use the MongoDB class in Python for various tasks.
Read More- Python
- 3 min read
5 Essential Python Techniques for Efficient Coding
5 Essential Python Techniques for Efficient Coding like: Lambda, List comprehension, Map Function, Sorting Dictionary, Filter
Read More- Python
- 4 min read
IPDB Cheatsheet
Discover the power of IPDB, the IPython-enhanced Python debugger. Learn the common commands, installation and usage of this interactive debugger. Deb…
Read More