New to Pycharm, need help with setup.

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?
0
8 comments
Avatar
Permanently deleted user
Hi Logan,
do you have PyCharm running?
If so, just describe in general what you'd like to do.
0
Avatar
Permanently deleted user
I don't know how to access the interpreter, for one. I am familiar with the Wing IDE and now I can't find anything. : (
0
Avatar
Permanently deleted user
No problem - PyCharm has a great built in interpreter:
Just click 'Tools -> Run Python Console...'.

Or were you asking how to tell PyCharm which interpreter to use?
0
Avatar
Permanently deleted user
Okay, thanks. If I have any more questions, can I let you know?
0
Avatar
Permanently deleted user
Of course :-)
0
Avatar
Permanently deleted user
In Wing IDE when your program encountered an error, it told you why it failed, saying something like, "int() argument must be string or num, not 'line'" is it possible to get pycharm to do the same?
0
Avatar
Permanently deleted user
The IDE itself told you that or the interpreter? I'm guessing the IDE just displayed the output.
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.
0
Please check out the quick start guide:
http://www.jetbrains.com/pycharm/quickstart/index.html
0

Please sign in to leave a comment.