Skip to content

This is a repository consisting of some simple codes in python3+

Notifications You must be signed in to change notification settings

sumony2j/Simple-Python-Scripts

Repository files navigation

Requirement :

Install Python3

For Ubuntu :

	sudo apt install python3 python3-pip

Run The code :

  1. Clone the repository
	git clone https://github.com/sumony2j/Simple-Python-Scripts.git
  1. In Command Line Type :
	python3 script_name.py

List Of Codes :

  1. Example_1.py-Check If A Number Is Pallindrom/Amstrong Or Not

  2. Example_2.py-Implementation Of Binary Search Algorithm

  3. Example_3.py-Class Concept Implementation In Python

  4. Example_4.py-Implementation Of Factorial In Python

  5. Example_5.py-Implementation Of Fibbonaci Series In Python

  6. Example_6.py-Computation of First and Follow sets

  7. Example_7.py-Implement Histogram In Cli

  8. Example_8.py-Intermediate Code Generation: Three Address Code, Postfix, Prefix

  9. Example_9.py-Implement Insertion Sort

  10. Example_10.py-Implement Elimination of Left Recursion

  11. Example_11.py-Implement Merge Sort

  12. Example_12.py-check If A Number Is Odd or Even

  13. Example_13.py-Construction of Predictive Parsing Table

  14. Example_14.py-Check If A Character Is Vowel Or Not

  15. Example_15.py-Implementation of Shift Reduce Parsing

  16. Example_16.py-Regular Expression To NFA

  17. Example_17.py-Print The Numbers Which Are lesser Than 5

  18. Example_18.py-Class Concept Implementation In Python

About

This is a repository consisting of some simple codes in python3+

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages