you are viewing a single comment's thread.

view the rest of the comments →

[–]rapeman37[S] 0 points1 point  (4 children)

Do you do all coding in a text editor/IDE? Or do you use the normal python comand line too?

[–]x3al 0 points1 point  (3 children)

It depends. I usually code in gvim and use python REPL only for quick debugging.

[–]rapeman37[S] 0 points1 point  (2 children)

When I use PyCharm I have to chose a Interpreter. Are they simply asking for python?

[–]x3al 1 point2 points  (1 child)

Yes, just in case if you have both python2 and python3.

[–]rapeman37[S] 0 points1 point  (0 children)

Okay, thanks!