|
5 | 5 | </h1>
|
6 | 6 |
|
7 | 7 | #### A guide covering the Python programming language including the applications and tools that will make you a better and more efficient Python developer.
|
| 8 | + |
| 9 | +## Resources |
| 10 | + |
| 11 | +[Python](https://www.python.org) is an interpreted, high-level programming language. |
| 12 | + |
| 13 | +[Python Developer’s Guide](https://devguide.python.org) is a comprehensive resource for contributing to Python – for both new and experienced contributors. It is maintained by the same community that maintains Python. |
| 14 | + |
| 15 | +[Azure Functions Python developer guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python) is an introduction to developing Azure Functions using Python. The content below assumes that you've already read the [Azure Functions developers guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference). |
| 16 | + |
| 17 | +[CheckiO](https://checkio.org/) is a programming learning platform and a gamified website that teaches Python through solving code challenges and competing for the most elegant and creative solutions. |
| 18 | + |
| 19 | +[Real Python](https://realpython.com) |
| 20 | + |
| 21 | +[Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) |
| 22 | + |
| 23 | +[Intro to Python by w3schools](https://www.w3schools.com/python/python_intro.asp) |
| 24 | + |
| 25 | +[Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3) |
0 commit comments