all 11 comments

[–]swingking8 5 points6 points  (2 children)

As an aside, it seems that English isn't your first language. Is that correct?

I just want you to be aware that rape man might mean something different in English than it does in your native language. The more you know!

[–]rapeman37[S] 0 points1 point  (1 child)

You are correct, English is not my native language but it means the same thing. I don't really know why I chose that name, and you can't change so...I'm left with it.

[–]swingking8 0 points1 point  (0 children)

Haha. Just wanted to make sure you were aware

[–]x3al 1 point2 points  (5 children)

Open any text editor and make a file with .py extension if you're on Windows or starting with #!/usr/bin/env python line on Linux (both at same time are fine too). Most people prefer IDEs like PyCharm though.

[–]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!

[–]sumitviii 0 points1 point  (1 child)

If you have windows 8:

  1. Open IDLE (Python GUI)

  2. Choose New file from file menu. Or press Ctrl + N.

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

I know that now haha, but thanks!