|
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 | 8 |
|
9 | | -## Resources |
| 9 | + **Note: You can easily convert this markdown file to a PDF in [VSCode](https://code.visualstudio.com/) using this handy extension [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf).** |
| 10 | + |
| 11 | + <p align="center"> |
| 12 | + <img src="https://user-images.githubusercontent.com/45159366/118338208-696bd480-b4ca-11eb-97f4-697c2c4179ff.png"> |
| 13 | + <br /> |
| 14 | +</p> |
| 15 | + |
| 16 | + |
| 17 | +## Python Learning Resources |
10 | 18 |
|
11 | 19 | [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 | 20 |
|
|
48 | 56 |
|
49 | 57 | [Python Courses Online from Coursera](https://www.coursera.org/courses?query=python)
|
50 | 58 |
|
51 | | -## Tools |
| 59 | +#Python Frameworks, Libraries, and Tools |
52 | 60 |
|
53 | 61 | [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.
|
54 | 62 |
|
|
113 | 121 | [Matplotlib](https://matplotlib.org/) is a 2D plotting library for creating static, animated, and interactive visualizations in Python. Matplotlib produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms.
|
114 | 122 |
|
115 | 123 | [Scikit-Learn](https://scikit-learn.org/stable/index.html) is a simple and efficient tool for data mining and data analysis. It is built on NumPy,SciPy, and mathplotlib.
|
| 124 | + |
| 125 | +## Contribute |
| 126 | + |
| 127 | +- [x] If would you like to contribute to this guide simply make a [Pull Request](https://github.com/mikeroyal/Python-Guide/pulls). |
| 128 | + |
| 129 | + |
| 130 | +## License |
| 131 | + |
| 132 | +Distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Public License](https://creativecommons.org/licenses/by/4.0/). |
0 commit comments