Hi all, was wondering if anyone knew of an accessible IDE (integrated development environment) for Python? I understand that there is a command line compiler for windows, but I am a lazy coder and need autocomplete and I hate working in CMD if I can avoid it. Any assistance would be appreciated.
Punteggio: +0
2. pilote,
vsCode, pyCharm
Punteggio: +0
3. Symbian,
I would recomend VSCode or Eclipse/Liclipse.
Punteggio: +0
4. godfather,
Seconded vs code
Punteggio: +0
5. Symbian,
the normal Visual Studio (Community) should be usable too for Python applications.
Punteggio: +0
6. ibraheemmohsen,
vscode
Punteggio: +0
7. Mr.Superman,
I have tried pycharm, and the installer isn't even accessible much less the program. I will give visual studio a shot, however adding references with VS is a pain in the neck and many important parts of the debugger are not accessible. I have not worked with VS code, will try that one today. Thank you all!
Punteggio: +0
8. nicolae-guta,
vs code it's the best ide for us wit any programing codes.
Punteggio: +0
9. Symbian,
I think Eclipse is better sometimes. Moreover an special versión of Eclipse called Liclipse is Good for Python.
Punteggio: +0
10. alfred,
In my opinión Eclipse is better. But I would like use Copilot or TabNine in Eclipse. Also VsCode freezes with big projects.
Punteggio: +0
11. glad,
can you please share vs code download link?
Punteggio: +0
12. Symbian,
I noticed that VSCode has an issue regarding some versions of Python. My question is, what accessible IDEs would support Python 2.x?
Punteggio: +0
13. FMGold,
Use VS code. it's all possible with vs code using NVDA. Like writing a code, debugging the code, running and seeing the output. I was previously using PyCharm. but, it fucked up my lot of ram and hard disk space. So left it.
Punteggio: +0
14. Symbian,
I use it, but VSCode don't support Python 2.x.
Punteggio: +0
15. FMGold,
there are some extensions may be. why can't you google for extensions supporting python 2 in vs code?
Punteggio: +0
16. Symbian,
doing this way I would need different extensions for Python2 and Python3, or even different instances of VSCode. I tried an older version of the Microsoft's Python extension, but it's not working as expected with Python 2 versions.