Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
C++
3.7K+ articles
Python Programs
3.7K+ articles
Difference Between
3.1K+ articles
Solidity
112+ articles
Blockchain
92+ articles
java-swing
63+ articles
Programming Language
/
Python
Python
20.3K+ posts
Recent Articles
Popular Articles
Access List Items in Python
Last Updated: 23 July 2025
Accessing elements of a list is a common operation and can be done using different techniques. Below, we explore these methods in order of efficiency and their use cases. ...
read more
Python
python-list
Django Templates Directory Structure
Last Updated: 23 July 2025
Django templates allow us to define the structure and layout of HTML pages. But to render the templates, Django needs to know where to locate and load them. In this articl...
read more
Python
Picked
Python Django
Django
Difference Between fields and read_only_fields in ModelSerializer
Last Updated: 23 July 2025
In Django REST Framework (DRF), ModelSerializer simplifies creating API endpoints by automatically mapping our model's fields to the API. You can customize the data shown ...
read more
Python
Picked
Python Django
Delete Multiple Objects at Once in Django
Last Updated: 23 July 2025
In Django, deletions of objects are very common once we want to delete outdated information or information we no longer have a need for within our database. Django ORM pro...
read more
Python
Picked
Python Django
Django
How to Add Multiple Objects to ManyToMany Relationship at Once in Django?
Last Updated: 23 July 2025
In Django, the ManyToManyField allows for the creation of relationships where multiple records in one table can be associated with multiple records in another table. Addin...
read more
Python
Picked
Python Django
Django
How to Query Case-insensitive Data in Django ORM
Last Updated: 23 July 2025
To query case insensitive data, Django provides several lookup methods that we can use like iexact, icontains, istartswith, iendswith, etc. In this article we will be disc...
read more
Python
Picked
Python Django
Django
How to Configure Where to Redirect After a Log Out in Django?
Last Updated: 04 November 2024
One common requirement in many Django applications is redirecting users to a specific page after they log out. By default, Django redirects users to the login page, but th...
read more
Python
Picked
Python Django
Django
Python for Game Development: Getting Started with Pygame
Last Updated: 23 July 2025
For a variety of uses, including web development, data research, automation, and, more and more, game creation, Python has grown to be an immensely popular language. Pytho...
read more
Python
Picked
Python Blog
Automating Tasks with Python: Tips and Tricks
Last Updated: 23 July 2025
Python is a versatile and simple-to-learn programming language for all developers to implement any operations. It is an effective tool for automating monotonous operations...
read more
Python
Picked
Python Blog
How to Use Pytest for Efficient Testing in Python
Last Updated: 23 July 2025
Writing, organizing, and running tests is made easier with Pytest, a robust and adaptable testing framework for Python. Developers looking to guarantee code quality and de...
read more
Python
Picked
Python Blog
Top 8 Python Frameworks for MicroServices
Last Updated: 23 July 2025
Microservices architecture has gained immense popularity for developing scalable and maintainable applications. This architectural style allows developers to build applica...
read more
Python
Picked
Python Blog
Python Projects for Final Year Students
Last Updated: 23 July 2025
As final-year students approach the culmination of their academic journey, one of the most significant tasks lies ahead: their final-year project. This project not only sh...
read more
Python
Picked
Top Python Projects on GitHub
Last Updated: 23 July 2025
Python has established itself as one of the most versatile and user-friendly programming languages in recent years. With a strong community and extensive libraries, it sup...
read more
Python
Picked
Python Blog
How to automate system administration with Python
Last Updated: 23 July 2025
Python has become one of the most popular programming languages for system administrators due to its simplicity, flexibility, and extensive support for various system mana...
read more
Python
Picked
Python Blog
How to Optimize Your PC for Python Development
Last Updated: 09 October 2024
Whether you are a seasoned developer or just starting with Python, optimizing your PC for smooth and efficient development is crucial.How to Optimize Your PC for Python De...
read more
Python
Picked
Python Blog
1
...
29
30
31
...
1352