I
I
int02h2011-01-17 00:47:22
Python
int02h, 2011-01-17 00:47:22

Recommend an IDE for Python development

Decided to learn Python. Recommend an IDE for Python development, preferably a free one, and, if possible, some good book for beginners.

Thanks for answers!

Answer the question

In order to leave comments, you need to log in

17 answer(s)
D
DevMan, 2011-01-17
@int02h

wing
pycharm

S
slang, 2011-01-17
@slang

Eclipse with python development plugin - PyDev

A
Alexander Borzunov, 2011-01-17
@hx0

Windows - PyCharm - they say it's good (I haven't tried it myself), or Wing, sometimes the standard IDLE is also suitable.
Linux - Geany (yes, it is suitable for all languages ​​\u200b\u200b- lightweight and convenient), and, of course, Vim / Emacs.

X
Xaser, 2011-01-17
@Xaser

Mark Lutz - Python Programming (Learning Python)
Django - The Definitive Guide 2nd Edition [Adrian Golovaty]

T
Talismanium, 2011-01-17
@Talismanium

emacs habrahabr.ru/blogs/python/46350/
jedit www.jedit.org/

A
admin4eg, 2011-01-17
@admin4eg

Aptana

I
ilBEastli, 2011-01-17
@ilBEastli

PyScripter
Lutz

W
Wott, 2011-01-17
@Wott

NetBeans
Lutz if from scratch then native documentation

M
MrSteve, 2011-02-07
@MrSteve

Eclipse + PyDev - very convenient. Very fine tuning and code completion that makes fast python programming even faster

A
Alexander Semyonov, 2013-12-16
@semenoffalex

Of the third-party things, PyScripter seemed more or less convenient. But still sometimes I resort to IDLE.
But Windows still regularly has problems installing some packages. To get around this problem, I'm trying to make friends with Enthought products for the second time , but somehow it still doesn't work out very well.
The most understandable book for me was Practical Programming: An Introduction to Computer... .
Its authors have 2 courses on Coursera:
Learn to Program: The Fundamentals
Learn to Program: Crafting Quality Code
Both courses have passed, so the book is still a "desktop".

M
Maxim Kovalev, 2014-03-28
@kai_zer_ru

Under any OS - I didn’t find it better than PyCharm for myself, it works with version control systems (svn, git, etc.). Lots of different settings. I've been sitting on it for a year now. First under Windows, then moved to Linux, used it the same way, now on MacOS. Everything works correctly, no complaints =)

V
Vladimir Proskurin, 2015-11-12
@Vlad_IT

VS Community 2015 + PTVS. It is strange that no one advises. It will be no worse than PyCharm, and for free.

V
vixh, 2011-01-17
@vixh

And under what OS. On a Mac, I use TextMate and Komodo (cross)

L
Lord_Daedra, 2011-01-17
@Lord_Daedra

TextMate with Project+ on Mac OS, although it's not really an IDE...
On Windows, the closest analogue is E Text Editor
. On Linux, I worked with Redcar, though not much...

B
bagyr, 2011-01-19
@bagyr

In Vim, auto-completion right out of the box once pleased me (I don’t know how in windows).
Something web-specific: Aptana.
In general, Python in this regard is more like C than Java: you can just live well in a sophisticated text editor.

D
devcory, 2014-02-12
@devcory

I will also speak for PyCharm. Very handy IDE

R
ring0za, 2014-04-06
@ring0za

PyCharm, definitely!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question