The latest updates on all JetBrains products and topics
Product Marketing Manager at JetBrains
Wow! What a whirlwind the past couple weeks have been! We got back from PyCon 2013 which was conducted in Santa Clara in the middle of March. The conference was so awesome, people so amazing! We are so privileged to be a part of the community that is setting a standard every day in the Python progra…
Have you ever wanted to develop a Python or Web application for Linux from your laptop running Windows 7 or MAC OS X? To debug or test your application on different operating systems without ever leaving the IDE? Or just to run large applications that you develop as a team on a dedicated provisioned…
Recently we came back from PyCon Russia 2013. What a nice conference it was. One of our developers, Andrey Vlasovskikh, gave an exciting talk about static analysis in Python code. People really liked the report and asked us a lot of specific questions. Many were really surprised about how fast and i…
Today we've published PyCharm 2.7.1 update! We're continuously working on improving the quality and your user experience with PyCharm, thereby PyCharm 2.7.1 includes a number of essential fixes. The most noticeable areas containing them are: code insight and inspections, editing and refactoring fea…
PyCharm integration with PEP 8 It is not a secret that readability is one of the key features of Python. Indeed, a high level of readability is at the heart of Python’s design, following the recognized fact that code is read much more often than it is written. Developers always need to share their …
PyCharm 2.7 now supports the following new refactoring features: Extract Parameter Extract on substrings Create Parameter quick-fix on unresolved reference Change Method Signature The Extract Parameter refactoring allows you to add a new parameter to a function declaration and update …
PyCharm’s debugger is now capable of collecting type information at runtime and using this information for improving code completion suggestions, code insight and quick documentation popups. This needs to be enabled in the debugger settings. You debug your code all the time, and now in the course…
We’ve released PyCharm 2.7, a big update for our Python and Django IDE. The main focus of this update is better Python coding experience. We've added new code refactorings such as Change Signature and Extract Parameter, and made our code analysis even smarter by using type information collected a…