|
23 | 23 | [Intro to Python by w3schools](https://www.w3schools.com/python/python_intro.asp)
|
24 | 24 |
|
25 | 25 | [Codecademy's Python 3 course](https://www.codecademy.com/learn/learn-python-3)
|
| 26 | + |
| 27 | +## Tools |
| 28 | + |
| 29 | +[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. |
| 30 | + |
| 31 | +[PyCharm](https://www.jetbrains.com/pycharm/) is the best IDE I've ever used. With PyCharm, you can access the command line, connect to a database, create a virtual environment, and manage your version control system all in one place, saving time by avoiding constantly switching between windows. |
| 32 | + |
| 33 | +[Python Tools for Visual Studio(PTVS)](https://microsoft.github.io/PTVS/) is a free, open source plugin that turns Visual Studio into a Python IDE. It supports editing, browsing, IntelliSense, mixed Python/C++ debugging, remote Linux/MacOS debugging, profiling, IPython, and web development with Django and other frameworks. |
| 34 | + |
| 35 | +[Django](https://www.djangoproject.com/) is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. |
| 36 | + |
| 37 | +[Flask](https://flask.palletsprojects.com/) is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. |
| 38 | + |
| 39 | +[Web2py](http://web2py.com/) is an open-source web application framework written in Python allowing allows web developers to program dynamic web content. One web2py instance can run multiple web sites using different databases. |
0 commit comments