Skip to content
Courses
DSA to Development
Newly Launched!
Generative AI & ChatGPT
Master Django Framework
Digital Marketing Program
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Software Testing & Automation (Live)
Data Structures & Algorithms in Python
For Students
Interview Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
GATE Exam Courses
GATE CS & IT (LIVE)
GATE CS & IT (Self-Paced)
GATE DS & AI (LIVE)
GATE DS & AI (Self-Paced)
GATE Classroom Course (NCR)
All Courses
Tutorials
Data Structures & Algorithms
DSA for Beginners
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Generic Tree
Binary Tree
Binary Search Tree
AVL Tree
B Tree
B+ Tree
Red Black Tree
Tree Data Structure Tutorial
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
Complete DSA Tutorial
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
Wipro Coding Sheet
Infosys Coding Sheet
TCS Coding Sheet
Cognizant Coding Sheet
HCL Coding Sheet
DSA Cheat Sheets
DSA Sheet for Beginners
SDE Sheets
FAANG Coding Sheet
Love Babbaar Sheet
Mass Recruiter Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top 100 DSA Interview Questions Topic-wise
100 Days of Code
Python
Python Tutorial
Python Exercises
Python List Exercise
Python String Exercise
Python Tuple Exercise
Python Dictionary Exercise
Python Set Exercise
Python Excercises Topic wise
Python Quiz
Python Programs
Advanced Python Tutorial
Python API Tutorial
Python Database Tutorial
Python JSON
Python Cheat Sheet
Python Projects
Python Interview Questions
ML & Data Science
Machine Learning
Machine Learning Tutorial
Maths for ML
ML Projects
100 Days of Machine Learning
Data Science Tutorial
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Data Visualization with Python
Data Visualization with R
Tableau
Power BI
Data Analysis
Data Analysis with Python
Data Analysis with R
100 Days of Data Analytics
Deep Learning
NLP Tutorial
OpenCV Tutorial
Interview Questions
Machine Learning Interview Questions
Deep Learning Interview Questions
R Interview Questions
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Puzzles for Interviews
Languages
C
C++
Java
Python
R Tutorial
C#
SQL
Scala
Perl
Go Language
Web Development
HTML
HTML Tutorial
Free HTML Course
HTML Cheat Sheet
CSS
CSS Tutorial
Free CSS Course
CSS Cheat Sheet
JavaScript
JavaScript Tutorial
JavaScript Questions
JavaScript Cheat Sheet
DSA using JavaScript
Free JavaScript Course
JavaScript A to Z Complete Guide
TypeScript
ReactJS
ReactJS Tutorial
Free ReactJS Course
ReactJS Cheat Sheet
NextJS
Node.js
PHP
AngularJS
jQuery
Web Development Using Python
Django
Flask
Selenium
Postman
Github
Web Design
100 Days of Web Development
CS Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps And Linux
DevOps Tutorial
GIT
AWS
Kubernetes
Docker
Microsoft Azure Tutorial
Google Cloud Platform
DevOps Roadmap
DevOps Interview Questions
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permissions in Linux
Linux System Administration
Linux Shell Scripting
Linux Networking
Linux Interview Questions
School Learning
Class 8 Study Material
Class 9 Study Material
Class 10 Study Material
Class 11Study Material
Class 12 Study Material
English Grammar
GfG School
Commerce
GATE
GATE Computer Science Notes
Last Minute Notes
GATE CS Solved Papers
GATE CS Original Papers and Official Keys
GATE CS 2025 Syllabus
GATE DA 2025 Syllabus
Other CS Exams
ISRO
UGC NET
GeeksforGeeks Videos
Jobs
Get Hired: Apply for Jobs
Corporate Hiring Solutions
Filtered Jobs
Jobs for Freshers
Jobs for Experienced
All Jobs
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Love Babbar Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Contests
Job-A-Thon Hiring Challenge
GfG Weekly [Rated Contest]
All Contests and Events
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
DSA
22.1k+ articles
Python
19.2k+ articles
Python Programs
3.8k+ articles
Python dictionary-programs
540+ articles
Python string-programs
530+ articles
python-list
350+ articles
Python tuple-programs
190+ articles
Python matrix-program
64 articles
Python-sort
51 articles
Python-list-of-lists
24 articles
Python list-programs
1.6k+ posts
Popular Articles
Recent Articles
Python | Convert set into a list
Last Updated: 07 December 2023
Given a set, write a Python program to convert the given Set to List. Input : ('Geeks', 'for', 'geeks')Output : ['Geeks', 'for', 'geeks']Exp
...read more
Python
Python Programs
Python list-programs
Python set-programs
Python | Convert a List into a Tuple
Last Updated: 28 August 2023
Given a list, write a Python program to convert the given list into a Python tuple.Examples:Input : [1, 2, 3, 4]Output : (1, 2, 3, 4)Input :
...read more
Python
Python Programs
python-list
python-tuple
Python list-programs
Python tuple-programs
python
Python Program to Convert a List to String
Last Updated: 05 January 2024
Given a list, write a Python program to convert the given list to a string. There are various situations we might encounter when a list is g
...read more
Python
Python Programs
python-list
python-string
Python list-programs
Python string-programs
python
Similar Topics
DSA
22.1k+ articles
Python
19.2k+ articles
Python Programs
3.8k+ articles
Python dictionary-programs
540+ articles
Python string-programs
530+ articles
python-list
350+ articles
Python tuple-programs
190+ articles
Python matrix-program
64+ articles
Python-sort
51+ articles
Python-list-of-lists
24+ articles
Python | Converting all strings in list to integers
Last Updated: 28 August 2023
Interconversion between data types is facilitated by python libraries quite easily. But the problem of converting the entire list of strings
...read more
Python
python-list
Python list-programs
Python - Remove first element of list
Last Updated: 22 April 2023
The queue data structure is a very well-known data structure, lists in Python usually append the elements to the end of the Python list. For
...read more
Python
python-list
Python list-programs
Python - Ways to remove duplicates from list
Last Updated: 11 August 2023
This article focuses on one of the operations of getting a unique list from a list that contains a possible duplicate. Removing duplicates f
...read more
Python
python-list
Python list-programs
Merge Two Lists in Python
Last Updated: 07 August 2023
Let's see how to concatenate two lists using different methods in Python. This operation is useful when we have a number of lists of elemen
...read more
Python
python-list
Python list-programs
Iterate over a list in Python
Last Updated: 12 December 2023
The List is equivalent to arrays in other languages, with the extra benefit of being dynamic in size.In Python, the list is a type of contai
...read more
Python
python-list
Picked
Python list-programs
Check if element exists in list in Python
Last Updated: 26 March 2024
The list is an important container in Python as it stores elements of all the data types as a collection. Knowledge of certain list operatio
...read more
Python
python-list
Python list-programs
Python Program to Find Largest Number in a List
Last Updated: 28 August 2023
Given a list of numbers, the task is to write a Python program to find the largest number in given list.Examples:Input : list1 = [10, 20, 4]
...read more
Python
Python Programs
python-list
Python list-programs
Python | Multiply all numbers in the list
Last Updated: 07 December 2023
Given a list, print the value obtained after multiplying all numbers in a Python list.Examples:Input : list1 = [1, 2, 3]Output : 6Explanatio
...read more
Python
Python-numpy
python-list
Python list-programs
Python | Get unique values from a list
Last Updated: 17 August 2023
In this article, we will explore various techniques and strategies for efficiently extracting distinct elements from a given list. By delvin
...read more
Python
python-list
Python list-programs
Python | Program to convert String to a List
Last Updated: 29 February 2024
In this program, we will try to convert a given string to a list, where spaces or any other special characters, according to the user's choi
...read more
Python
python-list
python-string
Python list-programs
Python string-programs
Reversing a List in Python
Last Updated: 04 December 2023
Python provides us with various ways of reversing a list. We will go through some of the many techniques on how a list in Python can be reve
...read more
Python
python-list
Python list-programs
Find average of a list in python
Last Updated: 14 March 2024
Given a list of numbers, the task is to find the average of that list. Average is the sum of elements divided by the number of elements.Inpu
...read more
Python
python-list
Python list-programs
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
273k+ interested Geeks
DSA to Development: A Complete Guide
Explore
271k+ interested Geeks
Complete Machine Learning & Data Science Program
Explore
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 !