Features
Tutorials
Python 3.3 support in PyCharm 2.6
PyCharm has been updated to support the new language features of Python 3.3:
- New
yield fromexpression for generator delegation - The
u'unicode'syntax is accepted again forstrobjects - New
raise ... from Nonesyntax for suppressing exception context - Reworked I/O exception hierarchy
- New
venvstandard library module (Python virtual environments, as in the popularvirtualenvpackage) - Native support for implicit namespace packages
We’ve recorded a screencast What’s New in Python 3.3 as a quick introduction to the new features:
http://www.youtube.com/watch?v=KYXnQzKcsQ0
The source code used in this screencast is hosted on GitHub.
Back to School Sale!
Get up to 50% OFF personal licenses for PyCharm and other JetBrains products before September 14th.
Special offer details.
Prev post PyCharm 2.6 is here! Grab it while it’s hot and cheapPyCharm 2.6.2 Release Candidate Next post

