Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Misc
8.8K+ articles
python
1.2K+ articles
python-list
426+ articles
python-basics
282+ articles
python-string
255+ articles
Python-Library
181+ articles
Python-Functions
121+ articles
Python-Built-in-functions
139+ posts
Recent Articles
Popular Articles
Python program to print the octal value of the numbers from 1 to N
Last Updated: 22 April 2023
Given a number N, the task is to write a Python program to print the octal value of the numbers from 1 to N.Examples: Approach:We will take the value of N as input....
read more
Technical Scripter
Python
Python Programs
Technical Scripter 2020
Python-Built-in-functions
How to convert fraction to percent in Python?
Last Updated: 24 January 2021
Fractions are a part of a whole commodity that can be expressed in the form of a numerator divided by the denominator. A fraction is of the form\pm\frac{p}{q}, where p=q.T...
read more
Python
Picked
Python-Built-in-functions
How to remove all decimals from a number using Python?
Last Updated: 27 March 2025
We have to remove all decimals from a number and get the required output using Python. There are several ways to achieve this, depending on whether you want to simply trun...
read more
Technical Scripter
Python
Picked
Technical Scripter 2020
Python-Built-in-functions
Solve Linear Equations using eval() in Python
Last Updated: 26 March 2021
Linear equations using one variable of the form a + bx = c + dx can be solved in Python using eval() function. The input type will be a linear equation in the form of a st...
read more
Python
Python-Built-in-functions
Python List append() Method
Last Updated: 18 March 2025
append() method in Python is used to add a single item to the end of list. This method modifies the original list and does not return a new list. Let's look at an example ...
read more
Python
python-list
Python-Built-in-functions
python-list-functions
Python list-programs
Python String ljust() Method
Last Updated: 02 January 2025
Python ljust() method is used to left-justify a string, padding it with a specified character (space by default) to reach a desired width. This method is particularly usef...
read more
Python
Python-Built-in-functions
python-string
Python-string-functions
Python String maketrans() Method
Last Updated: 08 January 2025
maketrans() method in Python is a powerful tool for creating mapping tables that specify how specific characters in a string should be replaced. This method is often used ...
read more
Python
Python-Built-in-functions
python-string
Python-string-functions
Python String rjust() Method
Last Updated: 30 December 2024
The rjust() method in Python is a string method used to right-align a string within a specified width by padding it with a specified character (default is a space). This m...
read more
Python
Python-Built-in-functions
python-string
Python-string-functions
Python Built in Functions
Last Updated: 24 July 2023
Python is the most popular programming language created by Guido van Rossum in 1991. It is used for system scripting, software development, and web development (server-sid...
read more
Python
Python-Built-in-functions
Python open() Function
Last Updated: 29 August 2023
The Python open() function is used to open internally stored files. It returns the contents of the file as Python objects.Python open() Function SyntaxThe open() function ...
read more
Python
Picked
Python-Built-in-functions
python
Python print() function
Last Updated: 10 January 2023
The python print() function as the name suggests is used to print a python object(s) in Python as standard output.Syntax: print(object(s), sep, end, file, flush)Parameters...
read more
Python
Picked
Blogathon
Python-Built-in-functions
Difference between casefold() and lower() in Python
Last Updated: 01 March 2025
In this article, we will learn the differences between casefold() and lower() in Python. The string lower() is an in-built method in Python language. It converts all upper...
read more
Python
Python-Functions
Python-Built-in-functions
Built-in Modules in Python
Last Updated: 28 April 2025
Python is one of the most popular programming languages because of its vast collection of modules which make the work of developers easy and save time from writing the cod...
read more
Python
Picked
Python-Built-in-functions
python-os-module
Python-tkinter
Python-datetime
Python-json
Python-sys
Python-random
Python: Difference between dir() and help()
Last Updated: 04 March 2025
In Python, the dir() and help() functions help programmers understand objects and their functionality.dir() lists all the attributes and methods available for an object, ...
read more
Python
Python-Functions
Python-Built-in-functions
python-basics
Python Dictionary with Multiple Values to DataFrame
Last Updated: 28 April 2025
Python's powerful libraries like Pandas make data manipulation and analysis easier. One of the most common things that can be performed with Pandas is to convert data stru...
read more
Python
Picked
Python-Built-in-functions
Geeks Premier League 2023
1
2
3
4
...
10
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 !