Install Python3
For Ubuntu :
sudo apt install python3 python3-pip
- Clone the repository
git clone https://github.com/sumony2j/Simple-Python-Scripts.git
- In Command Line Type :
python3 script_name.py
-
Example_1.py-Check If A Number Is Pallindrom/Amstrong Or Not
-
Example_2.py-Implementation Of Binary Search Algorithm
-
Example_3.py-Class Concept Implementation In Python
-
Example_4.py-Implementation Of Factorial In Python
-
Example_5.py-Implementation Of Fibbonaci Series In Python
-
Example_6.py-Computation of First and Follow sets
-
Example_7.py-Implement Histogram In Cli
-
Example_8.py-Intermediate Code Generation: Three Address Code, Postfix, Prefix
-
Example_9.py-Implement Insertion Sort
-
Example_10.py-Implement Elimination of Left Recursion
-
Example_11.py-Implement Merge Sort
-
Example_12.py-check If A Number Is Odd or Even
-
Example_13.py-Construction of Predictive Parsing Table
-
Example_14.py-Check If A Character Is Vowel Or Not
-
Example_15.py-Implementation of Shift Reduce Parsing
-
Example_16.py-Regular Expression To NFA
-
Example_17.py-Print The Numbers Which Are lesser Than 5
-
Example_18.py-Class Concept Implementation In Python