Skip to content

Commit e994e0c

Browse files
authored
Merge pull request #6 from mikeroyal/mikeroyal-patch-1
Added Certs to resourse section.
2 parents 6d53e3d + 1aa5229 commit e994e0c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,26 @@
88

99
## Resources
1010

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.
1212

1313
[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.
1414

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+
1531
[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).
1632

1733
[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 @@
2642

2743
[Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3)
2844

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+
2949
## Tools
3050

3151
[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

Comments
 (0)