Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
python
1.1k+ articles
python-list
410+ articles
python-basics
270+ articles
python-string
240+ articles
Python-Library
160+ articles
Python-Functions
110+ articles
python-set
80 articles
python-list-functions
32 articles
Python-Built-in-functions
120+ posts
Popular Articles
Recent Articles
Python - Print Output using print() function
Last Updated: 02 April 2025
Python print() function prints the message to the screen or any other standard output device. In this article, we will cover about print() f
...read more
Python
Python-Output
Python-Built-in-functions
python-basics
Spotlight
set() Function in python
Last Updated: 26 February 2025
set() function in Python is used to create a set, which is an unordered collection of unique elements. Sets are mutable, meaning elements ca
...read more
Python
python-set
Python-Built-in-functions
Python-set-functions
Python | random.sample() function
Last Updated: 27 September 2024
sample() is an built-in function of random module in Python that returns a particular length list of items chosen from the sequence i.e. lis
...read more
Python
Python-Built-in-functions
python-modules
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
python
1.1k+ articles
python-list
410+ articles
python-basics
270+ articles
python-string
240+ articles
Python-Library
160+ articles
Python-Functions
110+ articles
python-set
80+ articles
python-list-functions
32+ articles
type() function in Python
Last Updated: 09 August 2024
The type() function is mostly used for debugging purposes. Two different types of arguments can be passed to type() function, single and thr
...read more
Python
Programming Language
Python-Built-in-functions
python
statistics mean() function - Python
Last Updated: 23 April 2025
The mean() function from Python’s statistics module is used to calculate the average of a set of numeric values. It adds up all the values
...read more
Python
Competitive Programming
Python-Built-in-functions
DSA
Python String format() Method
Last Updated: 26 March 2025
format() method in Python is a tool used to create formatted strings. By embedding variables or values into placeholders within a template s
...read more
Python
Programming Language
Python-Built-in-functions
python-string
DSA
randint() Function in Python
Last Updated: 09 August 2024
randint() is an inbuilt function of the random module in Python3. The random module gives access to various useful functions one of them bei
...read more
Python
Python-Built-in-functions
python-modules
DSA
Python List pop() Method
Last Updated: 24 October 2024
The pop() method is used to remove an element from a list at a specified index and return that element. If no index is provided, it will rem
...read more
Python
python-list
Python-Built-in-functions
python-list-functions
python
Python List index() - Find Index of Item
Last Updated: 27 April 2025
index() method in Python is a helpful tool when you want to find the position of a specific item in a list. It works by searching through th
...read more
Python
python-list
Python-Built-in-functions
python-list-functions
python
Python math.sqrt() function | Find Square Root in Python
Last Updated: 14 February 2025
math.sqrt() returns the square root of a number. It is an inbuilt function in the Python programming language, provided by the math module.
...read more
Python
Python-Built-in-functions
floor() and ceil() function Python
Last Updated: 08 April 2025
Python provides a built-in math module that includes many useful mathematical functions and constants. It is commonly used for operations su
...read more
Python
Python-Library
Python-Built-in-functions
filter() in python
Last Updated: 11 December 2024
The filter() method filters the given sequence with the help of a function that tests each element in the sequence to be true or not.Let's s
...read more
Python
Python-Built-in-functions
python
round() function in Python
Last Updated: 07 August 2024
Python round() function is a built-in function available with Python. It will return you a float number that will be rounded to the decimal
...read more
Python
Python-Built-in-functions
python
sum() function in Python
Last Updated: 02 January 2025
The sum of numbers in the list is required everywhere. Python provides an inbuilt function sum() which sums up the numbers in the list. [
...read more
Python
Python-Built-in-functions
python
Enumerate() in Python
Last Updated: 20 January 2025
enumerate() function adds a counter to each item in a list or other iterable. It turns the iterable into something we can loop through, wher
...read more
Python
Python-Built-in-functions
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
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 !