3

What do I need to start coding and running python on Windows 10? I mean what do I need to set up and instal like compiler and others..
Also if you could please recommend me some good free compilers and stuff!

Comments
  • 1
    Download Python and IDLE?

    I mean, you don't need much more than that.
  • 2
    Just download python:

    https://www.python.org/

    Once you have it downloaded you can write a document with any text editor (incl. textedit, though I would suggest Sublime) and name the document "<something>.py". Once you've done that open cmd and type "python <file>" and it'll run.
  • 1
    @TheOct0 @qwerty77asdf oh great thank you very much!
  • 1
    Fortunately, no compiler is necessary. Just the python interpreter, and a text editor.
  • 0
  • 2
    @norman70688 if you didn't want to answer you didn't have to, and if all you are going to comment is something bad, don't do it, I'm new at this and sometimes the information that you find in google is confusing, thats why I ask here
  • 2
    @patrik11 Don't listen to him. Everyone starts somewhere, and everyone knows very well that searching for something can be very confusing when you're starting. And even then, you might still need some more explanations. Don't hesitate to do it again in the future.

    EDIT: Welcome here by the way, don't hesitate to create yourself an avatar on your profile!
  • 1
    Use Anaconda, it's best
  • 1
    @TheOct0 yes I know, thank you for the welcome!
Add Comment