From 1aa5229ec5b858c0a705b80bd57793b0b6036469 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 25 Oct 2020 12:05:41 -0700 Subject: [PATCH] Added Certs to resourse section. --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e39f8..1a8a211 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,26 @@ ## Resources -[Python](https://www.python.org) is an interpreted, high-level programming language. +[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. [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. +[Python Institute](https://pythoninstitute.org) + +[PCEP – Certified Entry-Level Python Programmer certification](https://pythoninstitute.org/pcep-certification-entry-level/) + +[PCAP – Certified Associate in Python Programming certification](https://pythoninstitute.org/pcap-certification-associate/) + +[PCPP – Certified Professional in Python Programming 1 certification](https://pythoninstitute.org/pcpp-certification-professional/) + +[PCPP – Certified Professional in Python Programming 2](https://pythoninstitute.org/pcpp-certification-professional/) + +[MTA: Introduction to Programming Using Python Certification](https://docs.microsoft.com/en-us/learn/certifications/mta-introduction-to-programming-using-python) + +[Google's Python Style Guide](https://google.github.io/styleguide/pyguide.html) + +[Google's Python Education Class](https://developers.google.com/edu/python/) + [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). [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,6 +42,10 @@ [Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3) +[Learn Python with Online Courses and Classes from edX](https://www.edx.org/learn/python) + +[Python Courses Online from Coursera](https://www.coursera.org/courses?query=python) + ## Tools [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.