This repository contains 100 Python Programs.
- How to detect Positive and Negative Numbers.py
- How to check for Even and odd Numbers.py
- How to check for divisibility of a Number.py
- How to check for Greatest of 3 Numbers.py
- How to convert from Celsius to Fahrenheit.py
- How to convert from Fahrenheit to Celsius.py
- How to create a simple Thermometer.py
- How to calculate Mass, Density and Volume.py
- How to determine the quadrant of a point.py
- How to determine if a Triangle exist.py
- How to check for Leap year.py
- How to check if a point belongs to Circle.py
- How to create quadratic Equation.py
- How to make ques of Random number.py
- How to print out the ASCII Table.py
- How to create a Multiplication Table using while loop.py
- How to create Multiplication Table using for loop.py
- How to convert from base 2 to 9.py
- How to build a simple Calculator.py
- Number of digits in an Integer.py
- How to get Sum and Product of digits.py
- How to make a Binary search of number in an array.py
- How to sum of N series of an element.py
- How to get value of Even and Odd digits.py
- How to get a Factorial using a while loop.py
- How to get Factorial using for loop.py
- How to create a Fibonacci Sequence.py
- How to get the value of Fibonacci Element.py
- How to get find the Greatest Common Divisor.py
- How to maximum value of a floating point number.py
- How to get Prime and Complex Numbers.py
- Quadratic Equation with Solutions at specified Range of Coefficient.py
- How to Reverse Numbers.py
- How to expand Strings of Alphabet.py
- How to Replace a Substring of a String.py
- How to select Integers from String.py
- How to sort words according to their length.py
- How to find the longest word in a String.py
- How to get Percentage of Uppercase and Lowercase.py
- How to check for String Palindrome.py
- How to generate Random numbers using Arrays.py
- How to get the Maximum Element in an Array.py
- How to get the Minimum Element in an Array.py
- How to get the Number of Even and Odd numbers.py
- How to get Positive numbers out of Negative Numbers.py
- How to get numbers greater than the average of an Array.py
- How to Replace list-items with -1, 0, 1.py
- How to check for File Extension.py
- How to remove symbols from Text.py
- How to get Intersection of list using for loop.py
- Simple Intersection of List.py
- Longest ordered sequence in ascending order.py
- How to get the most occurrence Element.py
- How to bubble sort elements of an Array.py
- How to sort Array using Selection sorting.py
- How to generate Matrix of Random numbers.py
- How to get the rows and columns with maximum sum of elements.py
- Sum items in rows and columns of elements.py
- How to sum diagonals of a Matrix.py
- How to interchange the principal diagonals of matrix.py
- How to sort columns of element by sorting the first row.py
- How to check rows and columns that has particular element.py
- How to generate beautiful Unicode.py
- How to get prices of products.py
- How to make list of dictionary using 2 Lists.py
- How to delete dictionary item.py
- Return value of 2 Arguments using function.py
- How to fill List.py
- How to get the Arithmetic mean of a List.py
- How to generate Fibonacci sequence using Function.py
- How to get Fibonacci value using recursion.py
- How to get Factorial using recursion.py
- How to get the LCM.py
- How to Reverse Word Sequence.py
- How to search for Binary numbers.py
- How to make a ring shift or recycle items of a list.py
- How to Read Text.py
- How to use Read Method.py
- How to use ReadLine Method.py
- How to use ReadLines Method.py
- How to Write to File.py
- How to Read Text from File to Dictionary.py
- How to count Number of Lines, Words and Letters in a text file.py
- How to capture String Errors.py
- How to check for non existence of number.py
- How to display Error message for non existed files.py
- How to get Division by Zero error.py
- How to get Index out of Exception.py
- How to Raise Exceptions.py
- How to use classes and constructor.py
- How to fill a list with natural Numbers.py
- How to fill a list with Random Numbers.py
- How to select Even Numbers from list.py
- How to create List from Dictionary.py
- How to unpack Matrix into one level list.py
- Read Data from file into Lines and Characters.py
- How to calculate the Orbital speed.py
- Sum of a Random of 3 digit numbers.py
- How to calculate the Area and Perimeter of Right Angle Triangle.py
- How to get Total Surface Area of a Cylinder.py