You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+73-61Lines changed: 73 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -3,86 +3,98 @@ This repo consists code of all the programs discussed at https://programminginpy
3
3
## List of all the programs
4
4
<h4>Basic Programs</h4>
5
5
<ul>
6
-
<li><ahref="https://programminginpython.com/python-program-find-digits-number/">Python program to find number of digits in a number</a></li>
7
-
<li><ahref="https://programminginpython.com/python-program-area-triangle-base-height/">Python program to find area of triangle (given base and height)</a></li>
8
-
<li><ahref="https://programminginpython.com/find-area-of-triangle/">Python program to find area of a triangle ( given all sides )</a></li>
9
-
<li><ahref="https://programminginpython.com/python-program-find-number-prime-composite/">Python program to find a number is prime or composite</a></li>
10
-
<li><ahref="https://programminginpython.com/find-square-root-using-sqrt/">Find square root of a number using sqrt() function</a></li>
11
-
<li><ahref="https://programminginpython.com/find-square-root-number-exponential-operation/">Find square root of a number using exponential operation</a></li>
12
-
<li><ahref="https://programminginpython.com/python-program-calculate-sum-elements-list/">Python program to calculate the sum of elements in a list</a></li>
13
-
<li><ahref="https://programminginpython.com/python-biggest-smallest-3-numbers-lists/">Python Program to find the Biggest and Smallest of 3 numbers using lists</a></li>
14
-
<li><ahref="https://programminginpython.com/python-program-largest-smallest-number-list/">Python program to find the largest and smallest number in a list</a></li>
15
-
<li><ahref="https://programminginpython.com/biggest-smallest-3-numbers/">Python Program to find the Biggest and Smallest of 3 numbers</a></li>
16
-
<li><ahref="https://programminginpython.com/python-check-armstrong-number/">Python Program to check Armstrong number or not</a></li>
17
-
<li><ahref="https://programminginpython.com/python-program-check-palindrome/">Python program to check whether a number is Palindrome or not</a></li>
18
-
<li><ahref="https://programminginpython.com/python-program-to-find-reverse-of-a-number/">Python program to find reverse of a number</a></li>
19
-
<li><ahref="https://programminginpython.com/find-reverse-number-slice/">Python program to find reverse of a number using slice</a></li>
20
-
<li><ahref="https://programminginpython.com/python-program-find-average-n-numbers/">Python program to find average of N numbers</a></li>
21
-
<li><ahref="https://programminginpython.com/python-program-to-find-whether-a-number-is-even-or-odd/">Python Program to find whether an integer is even or odd number</a></li>
22
-
<li><ahref="https://programminginpython.com/python-program-arithmetic-operations/">Python program for performing Arithmetic Operations</a></li>
<li><ahref="https://www.programminginpython.com/lcm-two-numbers-python-program/">Python Program to find the LCM of two numbers</a></li>
7
+
<li><ahref="https://www.programminginpython.com/python-program-find-digits-number/">Python program to find number of digits in a number</a></li>
8
+
<li><ahref="https://www.programminginpython.com/python-program-area-triangle-base-height/">Python program to find area of triangle (given base and height)</a></li>
9
+
<li><ahref="https://www.programminginpython.com/find-area-of-triangle/">Python program to find area of a triangle ( given all sides )</a></li>
10
+
<li><ahref="https://www.programminginpython.com/python-program-find-number-prime-composite/">Python program to find a number is prime or composite</a></li>
11
+
<li><ahref="https://www.programminginpython.com/find-square-root-using-sqrt/">Find square root of a number using sqrt() function</a></li>
12
+
<li><ahref="https://www.programminginpython.com/find-square-root-number-exponential-operation/">Find square root of a number using exponential operation</a></li>
13
+
<li><ahref="https://www.programminginpython.com/python-program-calculate-sum-elements-list/">Python program to calculate the sum of elements in a list</a></li>
14
+
<li><ahref="https://www.programminginpython.com/python-biggest-smallest-3-numbers-lists/">Python Program to find the Biggest and Smallest of 3 numbers using lists</a></li>
15
+
<li><ahref="https://www.programminginpython.com/python-program-largest-smallest-number-list/">Python program to find the largest and smallest number in a list</a></li>
16
+
<li><ahref="https://www.programminginpython.com/biggest-smallest-3-numbers/">Python Program to find the Biggest and Smallest of 3 numbers</a></li>
17
+
<li><ahref="https://www.programminginpython.com/python-check-armstrong-number/">Python Program to check Armstrong number or not</a></li>
18
+
<li><ahref="https://www.programminginpython.com/python-program-check-palindrome/">Python program to check whether a number is Palindrome or not</a></li>
19
+
<li><ahref="https://www.programminginpython.com/python-program-to-find-reverse-of-a-number/">Python program to find reverse of a number</a></li>
20
+
<li><ahref="https://www.programminginpython.com/find-reverse-number-slice/">Python program to find reverse of a number using slice</a></li>
21
+
<li><ahref="https://www.programminginpython.com/python-program-find-average-n-numbers/">Python program to find average of N numbers</a></li>
22
+
<li><ahref="https://www.programminginpython.com/python-program-to-find-whether-a-number-is-even-or-odd/">Python Program to find whether an integer is even or odd number</a></li>
23
+
<li><ahref="https://www.programminginpython.com/python-program-arithmetic-operations/">Python program for performing Arithmetic Operations</a></li>
<li><ahref="https://programminginpython.com/domain-to-ip-converter-python-gui-tkinter/">How to create a Domain to IP converter in Python GUI using TKInter</a></li>
28
-
<li><ahref="https://programminginpython.com/layout-managers-python-gui-pack-grid-place/">Layout Managers in Python GUI – Pack, Grid and Place</a></li>
29
-
<li><ahref="https://programminginpython.com/create-temperature-converter-app-python-gui-using-tkinter/">How to create a temperature converter app in python GUI using TKInter</a></li>
30
-
<li><ahref="https://programminginpython.com/python-gui-calculator-using-tkinter/">A simple python GUI calculator using TKInter</a></li>
31
-
<li><ahref="https://programminginpython.com/intro-python-gui-labels-frames-buttons/">Introduction to Python GUI – Labels, Frames, Buttons</a></li>
28
+
<li><ahref="https://www.programminginpython.com/domain-to-ip-converter-python-gui-tkinter/">How to create a Domain to IP converter in Python GUI using TKInter</a></li>
29
+
<li><ahref="https://www.programminginpython.com/layout-managers-python-gui-pack-grid-place/">Layout Managers in Python GUI – Pack, Grid and Place</a></li>
30
+
<li><ahref="https://www.programminginpython.com/create-temperature-converter-app-python-gui-using-tkinter/">How to create a temperature converter app in python GUI using TKInter</a></li>
31
+
<li><ahref="https://www.programminginpython.com/python-gui-calculator-using-tkinter/">A simple python GUI calculator using TKInter</a></li>
32
+
<li><ahref="https://www.programminginpython.com/intro-python-gui-labels-frames-buttons/">Introduction to Python GUI – Labels, Frames, Buttons</a></li>
32
33
</ul>
33
34
<h4>Programs on Functions</h4>
34
35
<ul>
35
-
<li><ahref="https://programminginpython.com/insertion-sort-algorithm-python/">Insertion Sort algorithm in Python</a></li>
36
-
<li><ahref="https://programminginpython.com/domain-to-ip-converter-python-gui-tkinter/">How to create a Domain to IP converter in Python GUI using TKInter</a></li>
37
-
<li><ahref="https://programminginpython.com/merge-sort-algorithm-python/">Merge Sort Algorithm in Python</a></li>
38
-
<li><ahref="https://programminginpython.com/selection-sort-algorithm-python/">Selection Sort Algorithm in Python</a></li>
39
-
<li><ahref="https://programminginpython.com/bubble-sort-algorithm-python/">Bubble Sort algorithm in Python</a></li>
40
-
<li><ahref="https://programminginpython.com/python-set-operations/">Python Set Operations</a></li>
41
-
<li><ahref="https://programminginpython.com/binary-search-algorithm-python/">Python program to implement Binary Search Algorithm</a></li>
42
-
<li><ahref="https://programminginpython.com/create-temperature-converter-app-python-gui-using-tkinter/">How to create a temperature converter app in python GUI using TKInter</a></li>
43
-
<li><ahref="https://programminginpython.com/python-gui-calculator-using-tkinter/">A simple python GUI calculator using TKInter</a></li>
44
-
<li><ahref="https://programminginpython.com/python-program-print-fibonacci-sequence/">Python program to print Fibonacci sequence</a></li>
45
-
<li><ahref="https://programminginpython.com/biggest-smallest-3-numbers/">Python Program to find the Biggest and Smallest of 3 numbers</a></li>
36
+
<li><ahref="https://www.programminginpython.com/print-pattern-letter-b-python/">Print letter pattern ‘B’ in python</a></li>
37
+
<li><ahref="https://www.programminginpython.com/insertion-sort-algorithm-python/">Insertion Sort algorithm in Python</a></li>
38
+
<li><ahref="https://www.programminginpython.com/domain-to-ip-converter-python-gui-tkinter/">How to create a Domain to IP converter in Python GUI using TKInter</a></li>
39
+
<li><ahref="https://www.programminginpython.com/merge-sort-algorithm-python/">Merge Sort Algorithm in Python</a></li>
40
+
<li><ahref="https://www.programminginpython.com/selection-sort-algorithm-python/">Selection Sort Algorithm in Python</a></li>
41
+
<li><ahref="https://www.programminginpython.com/bubble-sort-algorithm-python/">Bubble Sort algorithm in Python</a></li>
42
+
<li><ahref="https://www.programminginpython.com/set-operations-python/">Set Operations in Python</a></li>
43
+
<li><ahref="https://www.programminginpython.com/binary-search-algorithm-python/">Python program to implement Binary Search Algorithm</a></li>
44
+
<li><ahref="https://www.programminginpython.com/create-temperature-converter-app-python-gui-using-tkinter/">How to create a temperature converter app in python GUI using TKInter</a></li>
45
+
<li><ahref="https://www.programminginpython.com/python-gui-calculator-using-tkinter/">A simple python GUI calculator using TKInter</a></li>
46
+
<li><ahref="https://www.programminginpython.com/python-program-print-fibonacci-sequence/">Python program to print Fibonacci sequence</a></li>
47
+
<li><ahref="https://www.programminginpython.com/biggest-smallest-3-numbers/">Python Program to find the Biggest and Smallest of 3 numbers</a></li>
46
48
</ul>
47
49
<h4>Programs on List</h4>
48
50
<ul>
49
-
<li><ahref="https://programminginpython.com/insertion-sort-algorithm-python/">Insertion Sort algorithm in Python</a></li>
50
-
<li><ahref="https://programminginpython.com/merge-sort-algorithm-python/">Merge Sort Algorithm in Python</a></li>
51
-
<li><ahref="https://programminginpython.com/selection-sort-algorithm-python/">Selection Sort Algorithm in Python</a></li>
52
-
<li><ahref="https://programminginpython.com/bubble-sort-algorithm-python/">Bubble Sort algorithm in Python</a></li>
53
-
<li><ahref="https://programminginpython.com/binary-search-algorithm-python/">Python program to implement Binary Search Algorithm</a></li>
54
-
<li><ahref="https://programminginpython.com/python-program-linear-search-algorithm/">Python program to implement Linear Search Algorithm</a></li>
55
-
<li><ahref="https://programminginpython.com/find-union-two-lists-python/">How to find Union of two lists in Python</a></li>
56
-
<li><ahref="https://programminginpython.com/separate-even-odd-numbers-lists/">Separate even and odd numbers in a list</a></li>
57
-
<li><ahref="https://programminginpython.com/python-program-merge-concatenate-two-lists/">Python program to merge / concatenate two lists</a></li>
58
-
<li><ahref="https://programminginpython.com/python-program-calculate-sum-elements-list/">Python program to calculate the sum of elements in a list</a></li>
59
-
<li><ahref="https://programminginpython.com/python-biggest-smallest-3-numbers-lists/">Python Program to find the Biggest and Smallest of 3 numbers using lists</a></li>
60
-
<li><ahref="https://programminginpython.com/python-program-largest-smallest-number-list/">Python program to find the largest and smallest number in a list</a></li>
<li><ahref="https://www.programminginpython.com/quick-sort-algorithm-python/">QuickSort Algorithm in Python</a></li>
52
+
<li><ahref="https://www.programminginpython.com/insertion-sort-algorithm-python/">Insertion Sort algorithm in Python</a></li>
53
+
<li><ahref="https://www.programminginpython.com/merge-sort-algorithm-python/">Merge Sort Algorithm in Python</a></li>
54
+
<li><ahref="https://www.programminginpython.com/selection-sort-algorithm-python/">Selection Sort Algorithm in Python</a></li>
55
+
<li><ahref="https://www.programminginpython.com/bubble-sort-algorithm-python/">Bubble Sort algorithm in Python</a></li>
56
+
<li><ahref="https://www.programminginpython.com/binary-search-algorithm-python/">Python program to implement Binary Search Algorithm</a></li>
57
+
<li><ahref="https://www.programminginpython.com/python-program-linear-search-algorithm/">Python program to implement Linear Search Algorithm</a></li>
58
+
<li><ahref="https://www.programminginpython.com/find-union-two-lists-python/">How to find Union of two lists in Python</a></li>
59
+
<li><ahref="https://www.programminginpython.com/separate-even-odd-numbers-lists/">Separate even and odd numbers in a list</a></li>
60
+
<li><ahref="https://www.programminginpython.com/python-program-merge-concatenate-two-lists/">Python program to merge / concatenate two lists</a></li>
61
+
<li><ahref="https://www.programminginpython.com/python-program-calculate-sum-elements-list/">Python program to calculate the sum of elements in a list</a></li>
62
+
<li><ahref="https://www.programminginpython.com/python-biggest-smallest-3-numbers-lists/">Python Program to find the Biggest and Smallest of 3 numbers using lists</a></li>
63
+
<li><ahref="https://www.programminginpython.com/python-program-largest-smallest-number-list/">Python program to find the largest and smallest number in a list</a></li>
<li><ahref="https://programminginpython.com/python-program-print-fibonacci-sequence/">Python program to print Fibonacci sequence</a></li>
66
-
<li><ahref="https://programminginpython.com/python-program-find-factorial-number/">Python program to find Factorial of a given number</a></li>
67
-
<li><ahref="https://programminginpython.com/python-program-area-triangle-base-height/">Python program to find area of triangle (given base and height)</a></li>
68
-
<li><ahref="https://programminginpython.com/find-area-of-triangle/">Python program to find area of a triangle ( given all sides )</a></li>
69
-
<li><ahref="https://programminginpython.com/find-square-root-number-exponential-operation/">Find square root of a number using exponential operation</a></li>
70
-
<li><ahref="https://programminginpython.com/python-program-check-palindrome/">Python program to check whether a number is Palindrome or not</a></li>
68
+
<li><ahref="https://www.programminginpython.com/lcm-two-numbers-python-program/">Python Program to find the LCM of two numbers</a></li>
69
+
<li><ahref="https://www.programminginpython.com/python-program-print-fibonacci-sequence/">Python program to print Fibonacci sequence</a></li>
70
+
<li><ahref="https://www.programminginpython.com/python-program-find-factorial-number/">Python program to find Factorial of a given number</a></li>
71
+
<li><ahref="https://www.programminginpython.com/python-program-area-triangle-base-height/">Python program to find area of triangle (given base and height)</a></li>
72
+
<li><ahref="https://www.programminginpython.com/find-area-of-triangle/">Python program to find area of a triangle ( given all sides )</a></li>
73
+
<li><ahref="https://www.programminginpython.com/find-square-root-number-exponential-operation/">Find square root of a number using exponential operation</a></li>
74
+
<li><ahref="https://www.programminginpython.com/python-program-check-palindrome/">Python program to check whether a number is Palindrome or not</a></li>
0 commit comments