|
1 | 1 | #The Algorithms - Python<!-- [](https://travis-ci.org/TheAlgorithms/Python)--> |
2 | | -[](https://www.paypal.me/TheAlgorithms/100) |
| 2 | +[](https://www.paypal.me/TheAlgorithms/100) |
3 | 3 | [](https://gitter.im/TheAlgorithms) |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ###All algorithms implemented in Python (for education) |
7 | 7 |
|
8 | 8 | These implementations are for learning purposes. They may be efficient than the implementations in the Python standard library. |
9 | 9 |
|
| 10 | +Run, edit and contribute using Gitpod.io a free online dev environment. |
| 11 | + |
| 12 | +[](https://gitpod.io/#https://github.com/TheAlgorithms/Python) |
| 13 | + |
10 | 14 | ##Contribution Guidelines |
11 | 15 |
|
12 | 16 | * File name should be in camel case. |
|