Live data from Hacker News

JetBrains releases open-source Python IDE

jetbrains.com

11–20 of 218 posts

Re: JetBrains releases open-source Python IDE

#11
post #8

Earlier quoted context omitted.

Nope, they're now offering PyCharm Community Edition which is free to use for all and open source under the Apache 2 license.

Have you found the link to the source? I can't find it and so curious :)

http://www.jetbrains.org/pages/viewpage.action?pageId=983225

Re: JetBrains releases open-source Python IDE

#14
post #6

The title seems misleading - the IDE is not opensource, but they offer free license for opensource projects.

The source code of PyCharm CE will be available in the https://github.com/JetBrains/intellij-community repo under Apache 2 license in a few days.

Re: JetBrains releases open-source Python IDE

#16
I've been using the Anki[1] spaced repetition system to quickly get up to speed with the PyCharm key bindings.

I've been using the JetBrains screencasts[2] to get up to speed with the IDEs features. Although these are too thin on the ground currently and i confess that i keep getting distracted by the JavaScript / AngularJS videos! The presenter on those i find draws me in more. Some of the PyCharm videos don't even have narration.

I have explored the Flask integration which was better than i expected but not life changing for me.

VirtualEnv integration is well enough, but PyCharm command line virtualenv integration is not ideal yet. Getting virtualenvwrapper and PyCharm playing nicely together was more work than i anticipated. PyCharm doesn't make it easy to be notified about newly created virtualenvs.

I feel all the default templates for modules and test files are not ideal for me, i ended up replacing them with my own templates. The only reason this even registers with me is because some less experienced Python developers persevere with the default PyCharm templates and end up with __author__ and other cruft in their modules.

The internal jetbrains supplied static validation (Pep8 / PyLint) functionality doesn't appear to be vanilla pep8 / pylint. This is only a minor issue but i don't like that there are potential violations i don't see until i've pushed to Jenkins and viewed the reports there.

I intend to push further with PyCharm, i'm open to the idea that there's productivity benefits to be had with python from an IDE that are not available to me in vim - although i strongly advocate the JEDI plugin with VIM, it's leaps and bounds over the old ROPE system IMO!

Re: JetBrains releases open-source Python IDE

#17

JetBrains has actually open sourced the complete IntelliJ Community Edition IDE/platform: see http://www.jetbrains.org/display/IJOS/Home and https://github.com/JetBrains/intellij-community Incredible!

Furthermore, they are working on a cross-platform C++ IDE (hopefully using Clang for parsing): http://www.jetbrains.com/objc/features/cpp.html. I can't wait for the release.

Re: JetBrains releases open-source Python IDE

#18

I've been using the Anki[1] spaced repetition system to quickly get up to speed with the PyCharm key bindings. I've been using the JetBrains screencasts[2] to get up to speed with the IDEs features. Although these are too thin on the ground currently and i confess that i keep getting distracted by the JavaScript / AngularJS videos! The presenter on those i find draws me in more. Some of the PyCharm videos don't even…

(You forgot your footnotes)

Re: JetBrains releases open-source Python IDE

#19

I've been using the Anki[1] spaced repetition system to quickly get up to speed with the PyCharm key bindings. I've been using the JetBrains screencasts[2] to get up to speed with the IDEs features. Although these are too thin on the ground currently and i confess that i keep getting distracted by the JavaScript / AngularJS videos! The presenter on those i find draws me in more. Some of the PyCharm videos don't even…

(You forgot your footnotes)

[1] is http://ankisrs.net
Post reply on HN