0

Hey , how can i verify my code on my computer

ok

23rd Jul 2017, 9:57 PM
YANN AXEL PLEI
YANN AXEL PLEI - avatar
3 Réponses
+ 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.
23rd Jul 2017, 10:09 PM
Jamie
Jamie - avatar
+ 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.
23rd Jul 2017, 10:05 PM
God Usopp
God Usopp - avatar
+ 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
25th Jul 2017, 6:05 PM
Lukogo Mudumba Lebon
Lukogo Mudumba Lebon - avatar