Python Programming Tutorial 2 - Installing PyCharm IDE (Integrated Development Environment)

preview_player
Показать описание
Python programming tutorial in which I briefly discuss the advantages of using the PyCharm Integrated Development Environment (IDE) for Python development. I then go on to download and install the PyCharm IDE followed by creating a project and accompanying source code within the IDE. Finally, I run the program and examine the program's output in the Python console within the PyCharm IDE.
Рекомендации по теме
Комментарии
Автор

Thank you, great simple intro to the IDE

franzfertig
Автор

Thanks for the helpful info on setting up PyCharm. After a little personalizing it works great!

peterfarrell
Автор

Brett I am still having problems with this Python file :

import math
math.sqrt(1000)

whern I try to run it in PyCharm 4.5 I never get a return value! I DO get the return value though using Idle.

steveburrus
Автор

I don't get the same screen when I open Python 4.4, in the file, new project I get the box
Interpreter: 2.7.9 at C:\Python27\python.exe. 
I don't have the option for project name.  I don't know anything about programming so this is all foreign and new for me.  
Thank you,
Dirah

dirah
Автор

Correction: To save, it's not command-s... it's nothing at all!!! :)

mlrhazi
Автор

For Ubuntu Linux installation, here's a very good link on how to install Pycharm:

FranciscoBenavides