N
N
Nikolai Sidorenko2015-01-03 02:30:41
linux
Nikolai Sidorenko, 2015-01-03 02:30:41

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

1 answer(s)
B
Boris Lapin, 2015-01-03
@NSidorov

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 question

Ask a Question

731 491 924 answers to any question