|
12 | 12 |
|
13 | 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 | 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 | + |
15 | 19 | [Python Institute](https://pythoninstitute.org)
|
16 | 20 |
|
17 | 21 | [PCEP – Certified Entry-Level Python Programmer certification](https://pythoninstitute.org/pcep-certification-entry-level/)
|
|
28 | 32 |
|
29 | 33 | [Google's Python Education Class](https://developers.google.com/edu/python/)
|
30 | 34 |
|
31 | | -[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). |
32 | | - |
33 | | -[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. |
34 | | - |
35 | 35 | [Real Python](https://realpython.com)
|
36 | 36 |
|
37 | 37 | [The Python Open Source Computer Science Degree by Forrest Knight](https://github.com/ForrestKnight/open-source-cs-python)
|
|
0 commit comments