PyCharm Links
Categories
Tags
-
Other JetBrains Blogs
Meta
Tag Archives: python
Python plugin for IntelliJ IDEA 12 is now available
Just a quick heads up: we’ve just released a version of the Python plugin for the latest Early Access Preview build of IntelliJ IDEA 12 (build 123.4). The plugin includes the entire functionality of the current PyCharm 2.7 EAP, including … Continue reading
PyCharm 1.2 released, with a new academic license type
PyCharm 1.2 is available for download. This minor update for our Python and Django IDE brings the following major changes: Support for Python 3.2 and Django 1.3 New UI for Find/Replace Python version compatibility inspection Syntax highlighting for .po files … Continue reading
Python Remote Debug with PyCharm
Recent PyCharm 1.1 EAP has added one of the most voted feature — Remote Debug. I’m going to say a few words about it expecting you to try it and share your thoughts with us. If you plan to debug … Continue reading
EuroPython, here comes PyCharm IDE!
That’s right, we are going to EuroPython 2010 in Birmingham, UK. Really looking forward to the event. One other thing is that Dmitry Jemerov, PyCharm project lead and developer, will be speaking. On Thursday, July 22nd, 11am Dmitry will give … Continue reading
REPL Console completion
Hi guys, Today I’ve decided to drop a couple of lines about new features of REPL and Django consoles built in PyCharm. The previous postsaid that completion and resolve were supported, however we thought that it would be pretty cool … Continue reading
REPL and Django console
Hi guys, Today we want to give you a small review of a new feature in PyCharm – REPL and Django consoles. Using such consoles is pretty essential for each developer, thus having them tightly integrated in an IDE is … Continue reading