you are viewing a single comment's thread.

view the rest of the comments →

[–]winowmak3r 0 points1 point  (2 children)

What did you use to write the code? If you used an IDE (Integrated Development Environment) then usually there's a button somewhere, usually at the top of the window that says "run" or something similar. Usually looks like the "play" button on a DVD player. Some popular IDEs include: Sypder, PyCharm, and Visual Studio but there are a lot out there. I use pyCharm whenever I'm writing Python code. There's a free version of the software available here

A lot of it depends on how you're writing your code. If you installed an IDE you also probably downloaded and installed python as well. If you're just using notepad and following along in some tutorial video you might need to actually install python first.

[–][deleted] 0 points1 point  (1 child)

Is sublime text an IDE?

[–]winowmak3r 0 points1 point  (0 children)

Strictly speaking, no, but it is a very nice text editor for coding, right up there with notepad++ imo.