An open API service indexing awesome lists of open source software.

https://github.com/chandkund/basic-python-program

This project is a collection of basic Python programs for learning and reference purposes.
https://github.com/chandkund/basic-python-program

Last synced: 3 months ago
JSON representation

This project is a collection of basic Python programs for learning and reference purposes.

Awesome Lists containing this project

README

        

# Basic-Python-program
This project is a collection of basic Python programs for learning and reference purposes.
## Files

- [Addition](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Addition.ipynb)

- [Maximum_of_two](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Maximum_of_two.ipynb)

- [Factorial](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Factorial.ipynb)

- [Find simple interest](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Find%20simple%20interest.ipynb)

- [Find compound interest](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Find%20compound%20interest.ipynb)

- [Check Armstrong Number](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Check%20Armstrong%20Number.ipynb)

- [Find area of a circle](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Find%20area%20of%20a%20circle.ipynb)

- [Print all Prime numbers in an Interval](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Print%20all%20Prime%20numbers%20in%20an%20Interval.ipynb)

- [Check whether a number is Prime or not](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Check%20whether%20a%20number%20is%20Prime%20or%20not.ipynb)

- [Nth multiple of a number in Fibonacci Series](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Nth%20multiple%20of%20a%20number%20in%20Fibonacci%20Series.ipynb)

- [print ASCII Value of a character](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/print%20ASCII%20Value%20of%20a%20character.ipynb)

- [WAP FOR TOPOLOGICAL SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/45.WAP%20FOR%20TOPOLOGICAL%20SORT.ipynb)

- [Sum of squares of first n natural numbers](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Sum%20of%20squares%20of%20first%20n%20natural%20numbers.ipynb)

- [Cube sum of first n natural numbers](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Cube%20sum%20of%20first%20n%20natural%20numbers.ipynb)

- [Find sum of array](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Find%20sum%20of%20array.ipynb)

- [Interchange first and last elements in a list](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/Interchange%20first%20and%20last%20elements%20in%20a%20list.ipynb)

- [WAP to add two matrix](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20to%20add%20two%20matrix..ipynb)

- [WAP to multiply two matrix](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20to%20multiply%20two%20matrix..ipynb)

- [WAP to adding and subtracting two matrix](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20to%20adding%20and%20subtracting%20two%20matrix..ipynb)

- [WAP to find the size of a Tuple](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20to%20find%20the%20size%20of%20a%20Tuple..ipynb)

- [WAP TO CHECK IF A SUBSTRING IS PRESENT IN A STRING](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20%20TO%20CHECK%20IF%20A%20SUBSTRING%20IS%20PRESENT%20IN%20A%20STRING..ipynb)

- [WAP TO COUNT THE NUMBERS OF MATCHING CHARACTERS IN A PAIR OF A STRING ](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20COUNT%20THE%20NUMBERS%20OF%20MATCHING%20CHARACTERS%20IN%20A%20PAIR%20OF%20A%20STRING%20..ipynb)

- [WAP TO FIND LENGTH OF STRING](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20FIND%20LENGTH%20OF%20STRING..ipynb)

- [WAP TO ACCEPT THE STRINGS WHICH CONTAINS ONLY VOWELS](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20ACCEPT%20THE%20STRINGS%20WHICH%20CONTAINS%20ONLY%20VOWELS..ipynb)
- [WAP TO CHECK IF A STRING IS PALINDROM OR NOT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20CHECK%20IF%20A%20STRING%20IS%20PALINDROM%20OR%20NOT..ipynb)
- [WAP TO CHECK STRING IS SYMMETRICAL OR PALINDROM](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20CHECK%20STRING%20IS%20SYMMETRICAL%20OR%20PALINDROM..ipynb)

- [WAP TO REVERSE WORDS IN A STRING](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20REVERSE%20WORDS%20IN%20A%20STRING..ipynb)

- [WAP TO REMOVE LETTERS FROM STRING](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20REVERSE%20WORDS%20IN%20A%20STRING..ipynb)

- [WAP FOR BINARY SEARCH](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20BINARY%20SEARCH.ipynb)
- [WAP FOR INSERTION SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20INSERTION%20SORT..ipynb)
- [WAP FOR HEAP SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20%20FOR%20HEAP%20SORT.ipynb)
- [WAP FOR QUICK SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20%20FOR%20QUICK%20SORT..ipynb)
- [WAP FOR BUBBLE SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20BUBBLE%20SORT..ipynb)
- [WAP FOR LINEAR SEARCH](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20LINEAR%20SEARCH.ipynb)
- [WAP FOR MERGE SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20MERGE%20SORT..ipynb)
- [WAP FOR SELECTION SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20SELECTION%20SORT..ipynb)
- [WAP FOR SHELL SORT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20FOR%20SHELL%20SORT.ipynb)
- [WAP TO CONVERT TIME FROM 12 HOUR TO 24 HOUR FORMAT](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20CONVERT%20TIME%20FROM%2012%20HOUR%20TO%2024%20HOUR%20FORMAT..ipynb)
- [WAP TO FIND YESTRDAY’S, TODAY’S AND TOMORROW’S DATE](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20FIND%20YESTRDAY%E2%80%99S%2C%20TODAY%E2%80%99S%20AND%20TOMORROW%E2%80%99S%20DATE.ipynb)
- [WAP TO GET THE CURRENT TIME](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20GET%20THE%20CURRENT%20TIME..ipynb)
- [WAP TO PRINT INVERTED STAR PATTERN](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20PRINT%20INVERTED%20STAR%20PATTERN..ipynb)
- [WAP TO PRINT THE PATTERN ‘G’](https://github.com/chandkund/Basic-Python-program/blob/main/Basic%20Python%20program/WAP%20TO%20PRINT%20THE%20PATTERN%20%E2%80%98G%E2%80%99.ipynb)

## Getting Started

1. Clone the repository:
```sh
git clone https://github.com/chandkund/Basic-Python-program.git