Python is an object-oriented programming language created by Guido Rossum in 1989. It is ideally designed for rapid prototyping of complex applications. It has interfaces to many OS system calls and libraries, and is extensible to C or C++. Many large companies use the Python programming language, including NASA, Google, YouTube, BitTorrent, etc. Python is widely used in Artificial Intelligence, Natural Language Generation, Neural Networks, and other advanced fields in Computer Science. Python has a deep focus on code readability & this class will teach you python from the basics.
This repostory contains simple examples of code in python. It will help beginners learn python from the beginning.
- bubble sort in python
- heap sort in python
- insertion sort in python
- quick sort
- mergesort
- segment tree
- sieve of eratosthenes
- claim whichever issue you want.
- search for an example or code in another language (e.g. ruby) that would be a better solution for your issue
- create file with the title of the issue as the filename, and paste some code showing an example of that issue
- create a pull request
these links will help you with your contribution
thank you
❤️ ❤️ ❤️
python
Add info what you know in python and update any algorithm or any other