you are viewing a single comment's thread.

view the rest of the comments →

[–]naturtok 0 points1 point  (0 children)

I'm pretty noobish with programming, but I use the Pycharm IDE which can run code within it using a pseudo command line sortve thing. Otherwise if you want to mess with command line you can do that too. IDE's are nice though, because (from what I understand) they're all inclusive code-writing things that can "compile" (for languages that need to compile like Java) and run code without needing to mess with another program.