Using PyCharm

There are many IDE's you could use to write Python programs. Python comes with IDLE, a basic text editor. There are advantages to using something simple and quick, but for larger projects, a feature righ IDE will make a big difference. This section will cover the basics on how to create, and run a new project using Pycharm. A free IDE specifically made for Python.

Getting Started with PyCharm.pdf
Creating a Project in PyCharm.mp4