PyCharm is a Python IDE with complete set of tools for productive development with Python programming language. In addition, the IDE provides high-class capabilities for professional Web development with Django framework.
PyCharm is an advanced IDE, focused on boosting your productivity to enable you to deliver the cutting-edge code in almost no time.
Get PyCharm and give it a try to fully assess its capabilities!
Limitations:
· 30 days trial
What's New in This Release:
Major IDE Additions:
Mako & Jinja2 Templates:
· Mako and Jinja2 templates can be used for any PyCharm project now with syntax highlighting, code completion, formatting, quick navigation and Structure view.
· The template format used in the project (Django, Mako or Jinja2) can be selected in Settings | Template Languages.
Cython:
· Cython is a language that allows you to write C extensions for the Python language using the familiar Python syntax.
PyCharm provides Cython support with:
· Syntax highlighting, error checking and code formatting
· Context-sensitive code completion for Cython keywords, fields of structs, and attributes of extension types
· Code navigation and Structure view
· Quick Usages Search and refactoring tools
· Code inspections for Cython such as unresolved references detection.
· In PyCharm you can set up an external tool for compiling your Cython code from the IDE.
CoffeeScript:
· If you like to be on the cutting edge, PyCharm provides a powerful CoffeeScript ...