The latest updates on all JetBrains products and topics
Product Marketing Manager at JetBrains
Happy Friday everyone, In the last week’s blog post I covered different refactoring capabilities of PyCharm. Today I’ll continue highlighting different handy features and show you some more tools that help you keep your code under full control. One of the features that every developer uses on the da…
We all know that code can’t be crafted ideally from the beginning, especially in large projects. There is always a need to change something during the active development or maintenance stages. In fact refactoring is something you do all the time in small steps. You don't simply decide to refactor - …
As programmers we read more than we write. And when projects we’re working on become larger and more complex, the problem of understanding and getting around unfamiliar or even your own code becomes more and more essential. The faster and easier you navigate through the code - the faster you can rea…
Happy Friday everyone, Today I’d like to highlight some recent changes and improvements in PyCharm`s Python debugger and explore the brand new attach to process in more detail. Previously PyCharm used a special fork of the PyDev debugger with some PyCharm-specific changes, as well as our own unique …
A month ago we announced the launch of the educational contest for the Best Interactive Programming Course with Python. A number of participants have already joined, but with 3 more weeks to go until the end of the contest there’s still plenty of time to make your contribution. There are multiple pr…
2014 has been a massive year for PyCharm, thanks both to the team and our amazing users whose valuable feedback and input always plays an instrumental role in the development process. And as the year draws to a close, we’re glad to give you the last build of 2014, the PyCharm 4.0.4 Release Candidate…
Today we’re making publicly available a new version of our free, easy and professional tool for learning programming with Python. Please welcome PyCharm Educational Edition 1.0.1! If you haven’t checked this tool out, learn how it helps novice programmers with little or no previous programming expe…
Today we’re happy to announce that the PyCharm 4.0.3 bug-fix update has been uploaded and is now available from the download page. It also will be available in short time as a patch update from the previous versions of PyCharm 4.x. This update includes the same set of major changes and fixes as the…
Happy Friday everyone, Today I’m going to shed some light on how to get syntax highlighting for unsupported languages and file types in PyCharm. As you probably know, PyCharm supports only a limited number of languages and technologies. PyCharm supports them with intelligence that appears in code co…
Today we’ve published the PyCharm 4.0.3 RC bug-fix update. Release notes lists all fixes from the previous PyCharm 4.0.2 update. The most notable among them are: a fix for a UI bug with find action, a fix for a remote debugger hanging, a fix for color settings in an embedded terminal, a test runner…
Today we’re glad to announce the immediate availability of the PyCharm 4.0.2 update. It's already available for download from our website. It also will be available soon as a patch update from within the IDE (from PyCharm 4.x only). As a recap, the most notable fixes in PyCharm 4.0.2 are: signific…
Happy Friday everyone, This week I’d like to shed some light on the recently introduced IPython Notebook integration in latest PyCharm 4 which was announced a couple of weeks ago: This feature is considered to be the most important among other cool features that appeared in the latest release, and t…