Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 1.78 KB

File metadata and controls

55 lines (52 loc) · 1.78 KB

Algorithms and Notebooks

Mathematics and Data Science go hand in hand, hence it always makes sense to have a common repository for Python 101 and Notebooks. Python scripts, programs and object hierarcies to demonstrate the capabilities of Python language (as of its data structures and API), algorithms implemented using Python language and the methods to refer for use in other projects.

Python 101

Python scripts and programs with PDF processing (text to speech generation) and Mathematical functions. Some of them are:

  • list comprehension
  • dict comprehension
  • set comprehension
  • addTwoNums.py
  • areaOfTriangleByBaseAndHeight.py
  • armstrongNumber.py
  • armstrongNumbersInRange.py
  • checkEvenOddNumber.py
  • checkLeapYear.py
  • checkPositiveNegativeZero.py
  • checkPrimeNumber.py
  • classInheritance.py
  • classMethodToInItInstances.py
  • convertKmToMile.py
  • convertMileToKm.py
  • dunderMethods.py
  • factorial.py
  • fibonacciSeries.py
  • generateRandomNumber.py
  • largestNumberQuiz.py
  • largestOfThreeNumbers.py
  • listSlicing.py
  • main.py
  • multiplicationTable.py
  • o2c_otc.pdf
  • objectMembers.py
  • palindromeNumber.py
  • passwordGenerator.py
  • powersOfTwo.py
  • printHelloWorld.py
  • printPrimeNumberInSomeRange.py
  • propertySetterDeleter.py
  • readPdfFileOut.py
  • search-engine.py
  • squareRoot.py
  • swapTwoNumbers.py
  • temperatureCelToFahr.py

Jupyter notebooks

Notebooks with scenarios of extracting random values out of arrays and some complex Math formulas. Some of them are:

  • calendar.ipynb
  • cuberoot.ipynb
  • randomuse.ipynb
  • and many more...

For any queries, feel free to utilise the contact points at: