Python Development Enivironment | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Python Development Enivironment

Is " zen of Python " refelcts same set of commenst in all the python development environment suc as Visual studio, spider and so on. Any os us could share list of Python Development environment? specify which is the best one as well?

8th May 2020, 12:37 PM
Senthil Kumar
Senthil Kumar - avatar
3 Respostas
+ 2
If you want information for Python Development Environments, just search on https://wiki.python.org/moin/IntegratedDevelopmentEnvironments and I want to suggest for the most updated one.
8th May 2020, 12:42 PM
James Clark I. Vinarao
James Clark I. Vinarao - avatar
0
Zen Of Python is the same in every python environment, you get it by `import this`. Few things differ among different environment except the values you need to decode the rot13 format you can find by doing a `dir(this)` As for Environments, it comes down to what you're using it for. I've found Pycharm to be particularly useful, though I often rely on the cli (cmd line) for immediate use.
8th May 2020, 12:42 PM
BlackSmithOP
BlackSmithOP - avatar
0
Since python is interpreter language, any environment allow me to debug the code using watch window and break points?
8th May 2020, 12:46 PM
Senthil Kumar
Senthil Kumar - avatar