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
Python
20.1k+ articles
Python Programs
4.1k+ articles
python
1.1k+ articles
python-list
410+ articles
python-basics
270+ articles
python-string
240+ articles
Python-Built-in-functions
120+ articles
Python-OOP
66 articles
Python function-programs
26 articles
python-lambda
21 articles
Python-Functions
110+ posts
Popular Articles
Recent Articles
Pass by reference vs value in Python
Last Updated: 09 August 2024
Developers jumping into Python programming from other languages like C++ and Java are often confused by the process of passing arguments in
...read more
Python
Python-Functions
python-basics
__call__ in Python
Last Updated: 08 April 2025
Python has a set of built-in methods and __call__ is one of them. The __call__ method enables Python programmers to write classes where the
...read more
Python
Python-Functions
How to pass multiple arguments to function ?
Last Updated: 03 July 2024
A Routine is a named group of instructions performing some tasks. A routine can always be invoked as well as called multiple times as requir
...read more
Python
Python-Functions
Similar Topics
Python
20.1k+ articles
Python Programs
4.1k+ articles
python
1.1k+ articles
python-list
410+ articles
python-basics
270+ articles
python-string
240+ articles
Python-Built-in-functions
120+ articles
Python-OOP
66+ articles
Python function-programs
26+ articles
python-lambda
21+ articles
Python - Call function from another function
Last Updated: 01 July 2024
Prerequisite: Functions in PythonIn Python, any written function can be called by another function. Note that this could be the most elegant
...read more
Python
Python-Functions
Picked
Private Methods in Python
Last Updated: 01 July 2024
Encapsulation is one of the fundamental concepts in object-oriented programming (OOP) in Python. It describes the idea of wrapping data and
...read more
Python
Python-Functions
Python-OOP
Python return statement
Last Updated: 10 December 2024
A return statement is used to end the execution of the function call and it "returns" the value of the expression following the return keywo
...read more
Python
Python-Functions
time.perf_counter() function in Python
Last Updated: 01 July 2024
The time module provides various time-related functions. We must import the time module before using perf_counter() so we can access the fun
...read more
Python
Python-Functions
Python | datetime.timedelta() function
Last Updated: 20 June 2024
Python timedelta() function is present under datetime library which is generally used for calculating differences in dates and also can be u
...read more
Python
Python-Functions
classmethod() in Python
Last Updated: 05 September 2024
The classmethod() is an inbuilt function in Python, which returns a class method for a given function. This means that classmethod() is a bu
...read more
Python
Python-Functions
python
Polymorphism in Python
Last Updated: 16 December 2024
Polymorphism is a foundational concept in programming that allows entities like functions, methods or operators to behave differently based
...read more
Technical Scripter
Python
Python-Functions
python-oop-concepts
Picked
python-inheritance
Python-OOP
Technical Scripter 2018
yield Keyword - Python
Last Updated: 07 April 2025
In Python, the yield keyword is used to create generators, which are special types of iterators that allow values to be produced lazily, one
...read more
Python
Python-Functions
Python Functions
Last Updated: 10 March 2025
Python Functions is a block of statements that return the specific task. The idea is to put some commonly or repeatedly done tasks together
...read more
Python
Python-Functions
Picked
Default arguments in Python
Last Updated: 11 September 2024
Python allows function arguments to have default values. If the function is called without the argument, the argument gets its default value
...read more
Python
Python-Functions
Python String join() Method
Last Updated: 12 November 2024
The join() method in Python is used to concatenate the elements of an iterable (such as a list, tuple, or set) into a single string with a s
...read more
Python
Python-Functions
python-list
python-string
Python Lambda Functions
Last Updated: 11 December 2024
Python Lambda Functions are anonymous functions means that the function is without a name. As we already know the def keyword is used to def
...read more
Python
Python-Functions
python-lambda
python
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 !