0% found this document useful (0 votes)
29 views10 pages

Examples

The document lists 60 Python programming examples organized by topic and linked URLs. It covers basic concepts like Hello World and arithmetic operations as well as more advanced topics like recursion, matrices, and dictionaries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views10 pages

Examples

The document lists 60 Python programming examples organized by topic and linked URLs. It covers basic concepts like Hello World and arithmetic operations as well as more advanced topics like recursion, matrices, and dictionaries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Firefox https://www.programiz.

com/python-programming/examples

All Examples Advanced Introduction Object Oriented

Python Program to Print Hello world!


1
(/python-programming/examples/hello-world)

Python Program to Add Two Numbers


2
(/python-programming/examples/add-number)

Python Program to Find the Square Root


3
(/python-programming/examples/square-root)

Python Program to Calculate the Area of a Triangle


4
(/python-programming/examples/area-triangle)

Python Program to Solve Quadratic Equation


5
(/python-programming/examples/quadratic-roots)

Python Program to Swap Two Variables


6
(/python-programming/examples/swap-variables)

Python Program to Generate a Random Number


7
(/python-programming/examples/random-number)

Python Program to Convert Kilometers to Miles


8
(/python-programming/examples/km-mile)

Python Program to Convert Celsius To Fahrenheit


9 (/python-programming/examples/celsius-
fahrenheit)

Python Program to Check if a Number is Positive,


Negative or 0
10
(/python-programming/examples/positive-
negative-zero)

Python Program to Check if a Number is Odd or


11 Even
(/python-programming/examples/odd-even)

1 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Check Leap Year


12
(/python-programming/examples/leap-year)

Python Program to Find the Largest Among Three


Numbers
13
(/python-programming/examples/largest-number-
three)

Python Program to Check Prime Number


14
(/python-programming/examples/prime-number)

Python Program to Print all Prime Numbers in an


Interval
15
(/python-programming/examples/prime-number-
intervals)

Python Program to Find the Factorial of a Number


16
(/python-programming/examples/factorial)

Python Program to Display the multiplication Table


17 (/python-programming/examples/multiplication-
table)

Python Program to Print the Fibonacci sequence


18 (/python-programming/examples/fibonacci-
sequence)

Python Program to Check Armstrong Number


19 (/python-programming/examples/armstrong-
number)

Python Program to Find Armstrong Number in an


Interval
20
(/python-programming/examples/armstrong-
interval)

Python Program to Find the Sum of Natural


Numbers
21
(/python-programming/examples/sum-natural-
number)

2 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Display Powers of 2 Using


Anonymous Function
22
(/python-programming/examples/power-
anonymous)

Python Program to Find Numbers Divisible by


23 Another Number
(/python-programming/examples/number-divisible)

Python Program to Convert Decimal to Binary, Octal


and Hexadecimal
24
(/python-programming/examples/conversion-
binary-octal-hexadecimal)

Python Program to Find ASCII Value of Character


25
(/python-programming/examples/ascii-character)

Python Program to Find HCF or GCD


26
(/python-programming/examples/hcf)

Python Program to Find LCM


27
(/python-programming/examples/lcm)

Python Program to Find the Factors of a Number


28
(/python-programming/examples/factor-number)

Python Program to Make a Simple Calculator


29
(/python-programming/examples/calculator)

Python Program to Shuffle Deck of Cards


30
(/python-programming/examples/shuffle-card)

Python Program to Display Calendar


31 (/python-programming/examples/display-
calendar)

Python Program to Display Fibonacci Sequence


Using Recursion
32
(/python-programming/examples/fibonacci-
recursion)

3 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Find Sum of Natural Numbers


Using Recursion
33
(/python-programming/examples/natural-number-
recursion)

Python Program to Find Factorial of Number Using


Recursion
34
(/python-programming/examples/factorial-
recursion)

Python Program to Convert Decimal to Binary Using


Recursion
35
(/python-programming/examples/decimal-binary-
recursion)

Python Program to Add Two Matrices


36
(/python-programming/examples/add-matrix)

Python Program to Transpose a Matrix


37 (/python-programming/examples/transpose-
matrix)

Python Program to Multiply Two Matrices


38
(/python-programming/examples/multiply-matrix)

Python Program to Check Whether a String is


39 Palindrome or Not
(/python-programming/examples/palindrome)

Python Program to Remove Punctuations From a


String
40
(/python-programming/examples/remove-
punctuation)

Python Program to Sort Words in Alphabetic Order


41 (/python-programming/examples/alphabetical-
order)

4 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Illustrate Different Set


42 Operations
(/python-programming/examples/set-operation)

Python Program to Count the Number of Each


43 Vowel
(/python-programming/examples/count-vowel)

Python Program to Merge Mails


44
(/python-programming/examples/merge-mails)

Python Program to Find the Size (Resolution) of an


Image
45
(/python-programming/examples/resolution-
image)

Python Program to Find Hash of File


46
(/python-programming/examples/hash-file)

Python Program to Create Pyramid Pa�erns


47 (/python-programming/examples/pyramid-
pa�erns)

Python Program to Merge Two Dictionaries


48 (/python-programming/examples/merge-
dictionaries)

Python Program to Safely Create a Nested


Directory
49
(/python-programming/examples/create-nested-
directories)

Python Program to Access Index of a List Using for


50 Loop
(/python-programming/examples/index-for-loop)

Python Program to Fla�en a Nested List


51 (/python-programming/examples/fla�en-nested-
list)

5 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Slice Lists


52
(/python-programming/examples/list-slicing)

Python Program to Iterate Over Dictionaries Using


for Loop
53
(/python-programming/examples/iterate-for-
dictionary)

Python Program to Sort a Dictionary by Value


54 (/python-programming/examples/sort-dictionary-
value)

Python Program to Check If a List is Empty


55 (/python-programming/examples/check-empty-
list)

Python Program to Catch Multiple Exceptions in


One Line
56
(/python-programming/examples/catch-multiple-
exceptions)

Python Program to Copy a File


57
(/python-programming/examples/copy-file)

Python Program to Concatenate Two Lists


58 (/python-programming/examples/concatenate-
two-lists)

Python Program to Check if a Key is Already Present


in a Dictionary
59
(/python-programming/examples/key-in-
dictionary)

Python Program to Split a List Into Evenly Sized


60 Chunks
(/python-programming/examples/list-chunks)

Python Program to Parse a String to a Float or Int


61 (/python-programming/examples/string-to-float-
or-int)

6 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Print Colored Text to the


Terminal
62
(/python-programming/examples/colored-
terminal)

Python Program to Convert String to Datetime


63 (/python-programming/examples/string-to-
datetime)

Python Program to Get the Last Element of the List


64
(/python-programming/examples/list-element-list)

Python Program to Get a Substring of a String


65 (/python-programming/examples/substring-of-
string)

Python Program to Print Output Without a Newline


66 (/python-programming/examples/print-without-
newline)

Python Program Read a File Line by Line Into a List


67
(/python-programming/examples/read-line-by-line)

Python Program to Randomly Select an Element


From the List
68
(/python-programming/examples/random-list-
element)

Python Program to Check If a String Is a Number


(Float)
69
(/python-programming/examples/check-string-
number)

Python Program to Count the Occurrence of an


Item in a List
70
(/python-programming/examples/occurrence-of-
item)

Python Program to Append to a File


71
(/python-programming/examples/append-to-file)

7 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Delete an Element From a


Dictionary
72
(/python-programming/examples/delete-from-
dictionary)

Python Program to Create a Long Multiline String


73
(/python-programming/examples/multiline-string)

Python Program to Extract Extension From the File


Name
74
(/python-programming/examples/extract-file-
extension)

Python Program to Measure the Elapsed Time in


75 Python
(/python-programming/examples/elapsed-time)

Python Program to Get the Class Name of an


76 Instance
(/python-programming/examples/class-name)

Python Program to Convert Two Lists Into a


Dictionary
77
(/python-programming/examples/list-to-
dictionary)

Python Program to Differentiate Between type() and


isinstance()
78
(/python-programming/examples/type-vs-
instance)

Python Program to Trim Whitespace From a String


79
(/python-programming/examples/trim-whitespace)

Python Program to Get the File Name From the File


Path
80
(/python-programming/examples/file-name-from-
file-path)

8 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Represent enum


81
(/python-programming/examples/represent-enum)

Python Program to Return Multiple Values From a


Function
82
(/python-programming/examples/multiple-return-
values)

Python Program to Get Line Count of a File


83
(/python-programming/examples/line-count)

Python Program to Find All File with .txt Extension


84 Present Inside a Directory
(/python-programming/examples/find-txt-files)

Python Program to Get File Creation and


Modification Date
85
(/python-programming/examples/file-
modification-date)

Python Program to Get the Full Path of the Current


Working Directory
86
(/python-programming/examples/current-working-
directory)

Python Program to Iterate Through Two Lists in


Parallel
87
(/python-programming/examples/iterate-two-lists-
parallelly)

Python Program to Check the File Size


88
(/python-programming/examples/check-filesize)

Python Program to Reverse a Number


89 (/python-programming/examples/reverse-a-
number)

Python Program to Compute the Power of a Number


90
(/python-programming/examples/power)

9 of 10 5/13/24, 03:19
Firefox https://www.programiz.com/python-programming/examples

Python Program to Count the Number of Digits


Present In a Number
91
(/python-programming/examples/number-of-
digits)

Python Program to Check If Two Strings are


92 Anagram
(/python-programming/examples/anagram)

Python Program to Capitalize the First Character of


a String
93
(/python-programming/examples/capitalise-first-
character)

Python Program to Compute all the Permutation of


the String
94
(/python-programming/examples/permutation-of-
string)

Python Program to Create a Countdown Timer


95 (/python-programming/examples/countdown-
timer)

Python Program to Count the Number of


Occurrence of a Character in String
96
(/python-programming/examples/number-of-
character)

Python Program to Remove Duplicate Element From


a List
97
(/python-programming/examples/remove-
duplicate-from-list)

Python Program to Convert Bytes to a String


98
(/python-programming/examples/bytes-to-string)

10 of 10 5/13/24, 03:19

You might also like