Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
C++
3.7K+ articles
Python Programs
3.7K+ articles
Difference Between
3.1K+ articles
Solidity
112+ articles
Blockchain
91+ articles
java-swing
63+ articles
Programming Language
/
Python
Python
20.3K+ posts
Recent Articles
Popular Articles
To-Do List App using FastAPI
Last Updated: 26 August 2025
In this project, we build a To-Do List web application using FastAPI, Jinja2 templates and SQLite. This app allows users to register, log in, add tasks, edit tasks and del...
read more
Python
Python-projects
Login & Registration System with JWT in FastAPI
Last Updated: 27 August 2025
In this project, you’ll build a FastAPI auth system with JWT. Users can register, log in to get a token and access a protected profile. Passwords are hashed for security a...
read more
Python
Python-projects
Custom Middlewares in FastAPI
Last Updated: 23 August 2025
Custom middlewares in FastAPI allow you to inject your own logic before and after every request without duplicating that code in each route. They’re especially useful for ...
read more
Python
FastAPI
AyDictionary Module in Python
Last Updated: 21 August 2025
AyDictionary is a Python 3–compatible library for fetching word meanings, synonyms, and antonyms. It’s a modern alternative to PyDictionary, which often fails in Python 3....
read more
Python
Middlewares in FastAPI
Last Updated: 22 August 2025
When you build an API with FastAPI, every request from client first passes through a pipeline before reaching your actual endpoint (function that handles the request). Thi...
read more
Python
FastAPI
REST API with FastAPI
Last Updated: 22 August 2025
FastAPI, a modern Python framework, makes building REST APIs easier with high performance, built-in validation and interactive documentation. In this article, we’ll explor...
read more
Python
FastAPI
Python Lambda Functions, Modules, I/O & Memory Handling Interview Question
Last Updated: 26 August 2025
In Python interviews, topics like Lambda functions, Modules, I/O and Memory Handling are commonly asked to test both coding skills and core understanding of the language.1...
read more
Python
python
Interview-Questions
C vs C++ vs Java vs Python vs PHP
Last Updated: 13 August 2025
C, C++, Java, Python, and PHP are widely used programming languages, each suited for different purposes.C: Compiled, procedural. A low-level, high-performance language wit...
read more
Python
Companies That Use Python
Last Updated: 12 August 2025
Python is trusted by some of the biggest companies in the world because it’s easy to work with and supports everything from web apps to AI. From tech giants to startups, b...
read more
Python
Careers & Jobs in Python
Last Updated: 12 August 2025
Python lets you start your career in one field and easily move into another without learning a completely new language. And since Python powers many of today’s fastest-gro...
read more
Python
blogs
Firecrawl: Web Crawling for Gen AI
Last Updated: 06 August 2025
For years, developers have relied on powerful libraries like BeautifulSoup and Scrapy to extract data from the web. These tools are robust and have served us well, but any...
read more
Python
Python Comprehensions Interview Questions
Last Updated: 26 August 2025
In Python, comprehensions are a concise way to create new sequences (like lists, sets, or dictionaries) from existing iterables. They combine a loop and an expression into...
read more
Python
python-lambda
python
Python Data Types Interview Questions
Last Updated: 26 August 2025
Python’s built-in data structures are among its most powerful features, enabling fast and flexible coding. Interviewers often assess a candidate's ability to use these str...
read more
Python
Data Types
python
GeoPandas Tutorial
Last Updated: 29 August 2025
GeoPandas is an open-source Python library that makes working with geospatial data easy. It extends pandas to support geometric data types and operations, enabling spatial...
read more
Python
AI-ML-DS With Python
PySpark Tutorial
Last Updated: 18 July 2025
PySpark is the Python API for Apache Spark, designed for big data processing and analytics. It lets Python developers use Spark's powerful distributed computing to efficie...
read more
Python
Python-Pyspark
1
2
3
4
...
1351
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !