0
Hey , how can i verify my code on my computer
ok
3 odpowiedzi
+ 2
Under Linux-based OSs, run this in the terminal:
python code.py
Where "code.py" is the file you saved your code to. Should work for BSD as well and possibly Mac. As for Windows, I dunno, I stopped using it years back.
Suggestion: Get a Python IDE as it'll make life easier if you're new.
Notes: Always make sure you use the correct Python version as 3 is not backwards compatible, but 2.7 is the default on many systems. Thus "python3" must be called.
+ 1
To do this, I downloaded the python IDLE and Visual Studio 2017. It's quite fun.
https://www.python.org/downloads/
https://www.visualstudio.com/downloads/
Actually after downloading Visual Studio, when you're installing it, it gives the option to install the Python IDLE as well.
+ 1
Hey!
I recommande to you Anaconda
https://www.continuum.io/downloads
Which can be supported by any OS and has all the latest tools for Python (Jupyter, Ipython, Spider, Anaconda cloud,IDEL and other more)
It easy to user and to set up