3 odpowiedzi
+ 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.
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.
0
Since python is interpreter language, any environment allow me to debug the code using watch window and break points?