Python 3 IDE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Python 3 IDE

Hello! I am looking for a Python IDE that can use Turtle graphics. Or, if it'd be easier, getting Notepad++ working with Python 3. Ut seems to be stuck on Python 2.7, though I have downloaded and installed Python 3.5. Aside from Notepad, I've tried PyCharm, however, I couldn't get any programs to run. Also, if it matters, my Python 3 was added to the PATH and Python 2 was not. Thanks for the help!

4th Dec 2016, 1:31 PM
Keto Z
Keto Z - avatar
2 Answers
+ 2
If python3 is the only one added to the PATH then is the one the system is taking as default, and is run when you call python. As an example : If you have python 2.7 installed at C:\Python27\python.exe And python 3.5 installed at C:\Python35\python.exe then you have to call python 2.7 with C:\Python27\ location Other wise, your operate system always will call python3 because is the one on the PATH I believe turtle graphics works with python 2.5 and don't work with python 3 +, check the documentation. You have to configure the path where you install each versions of python on any IDE, ones you have done that, you can run several versions of python on each IDE (one at the time). Sublime text, atom, pycharm, Notepad ++, spyder, it doesn't matter The best IDE is the one you feel comfortable with
12th Jun 2017, 7:11 AM
AldoS
AldoS - avatar
0
I think that VIM or Sublime Text 3 will be the best after all, there is everything that is necessary, but it is also possible to pay attention to Wing IDE.
4th Dec 2016, 4:18 PM
Даня Пекарчук
Даня Пекарчук - avatar