Answer the question
In order to leave comments, you need to log in
Is there IDLE Python in Linux?
On windows it was convenient to use IDLE, on Linux with Gedit I can’t write to any - problems with tabulation and so on
Answer the question
In order to leave comments, you need to log in
If you mean the standard Python IDLE, then its full analogue (with the exception of showing properties and methods for objects) can be found on the command line. For me, this is quite enough for tests, and information can be obtained by the corresponding functions dir(), help(), etc.
And so, a good python IDE , personally at my discretion, is PyCharm
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question