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 from
expression for generator delegation - The
u'unicode'
syntax is accepted again forstr
objects - New
raise ... from None
syntax for suppressing exception context - Reworked I/O exception hierarchy
- New
venv
standard library module (Python virtual environments, as in the popularvirtualenv
package) - 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