|
8 | 8 |
|
9 | 9 | ## Resources
|
10 | 10 |
|
11 | | -[Python](https://www.python.org) is an interpreted, high-level programming language. |
| 11 | +[Python](https://www.python.org) is an interpreted, high-level programming language. Python is used heavily in the fields of Data Science and Machine Learning. |
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 | +[Python Institute](https://pythoninstitute.org) |
| 16 | + |
| 17 | +[PCEP – Certified Entry-Level Python Programmer certification](https://pythoninstitute.org/pcep-certification-entry-level/) |
| 18 | + |
| 19 | +[PCAP – Certified Associate in Python Programming certification](https://pythoninstitute.org/pcap-certification-associate/) |
| 20 | + |
| 21 | +[PCPP – Certified Professional in Python Programming 1 certification](https://pythoninstitute.org/pcpp-certification-professional/) |
| 22 | + |
| 23 | +[PCPP – Certified Professional in Python Programming 2](https://pythoninstitute.org/pcpp-certification-professional/) |
| 24 | + |
| 25 | +[MTA: Introduction to Programming Using Python Certification](https://docs.microsoft.com/en-us/learn/certifications/mta-introduction-to-programming-using-python) |
| 26 | + |
| 27 | +[Google's Python Style Guide](https://google.github.io/styleguide/pyguide.html) |
| 28 | + |
| 29 | +[Google's Python Education Class](https://developers.google.com/edu/python/) |
| 30 | + |
15 | 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).
|
16 | 32 |
|
17 | 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.
|
|
26 | 42 |
|
27 | 43 | [Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3)
|
28 | 44 |
|
| 45 | +[Learn Python with Online Courses and Classes from edX](https://www.edx.org/learn/python) |
| 46 | + |
| 47 | +[Python Courses Online from Coursera](https://www.coursera.org/courses?query=python) |
| 48 | + |
29 | 49 | ## Tools
|
30 | 50 |
|
31 | 51 | [Python Package Index (PyPI)](https://pypi.org/) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community.
|
|
0 commit comments