New to Pycharm, need help with setup. Follow
I just got pycharm and am struggling to figure out how to set it up. Previously I was using the Wing IDE inside a Ubuntu Virtual Box. Can someone explain to me how to start coding in python in this program?
Please sign in to leave a comment.
do you have PyCharm running?
If so, just describe in general what you'd like to do.
Just click 'Tools -> Run Python Console...'.
Or were you asking how to tell PyCharm which interpreter to use?
The Python interpreter should notify you of run time errors, no matter which IDE is used.
Just run your script.
As to PyCharm, it detects issues / suggests changes to your code while you type. very useful.
http://www.jetbrains.com/pycharm/quickstart/index.html