Python 3.2 eases concurrent development
- 09 December, 2010 07:10
- Comments
Python logo
The next version of the widely used Python programming language will offer greater support for writing multithreaded applications, a challenging duty for an increasing number of programmers in this age of multicore processors.
This week, the developers behind Python have released the first beta version of the 3.2 version of the language. For this version, they have concentrated on bug fixes and general improvements while maintaining the language syntax and semantics defined in Python 3.0.
Python vs. PHP: Choosing your next project's language
While not ready for production duties, this pre-release version of the software offers programmers a glimpse of what to expect when the final version is released in February. Among the new features is a fresh package that brings together a set of functions that could ease concurrent programming for multicore processors.
"Python currently has powerful primitives to construct multi-threaded and multi-process applications but parallelizing simple operations requires a lot of work," stated the original proposal for this work. A new top-level library, called concurrent, would contain a number of classes that could ease concurrency programming, such as the ability to execute calls asynchronously.
Python 3.2 has a number of other new features as well, including an improved SSL (Secure Sockets Layer) module, a new module to access configuration information and an extension to that would allow Python source code files to be shared among different versions of the Python interpreter.
Joab Jackson covers enterprise software and general technology breaking news for The IDG News Service. Follow Joab on Twitter at @Joab_Jackson. Joab's e-mail address is Joab_Jackson@idg.com
- Bookmark this page
- Share this article
- Got more on this story? Email Computerworld
- Follow Computerworld on twitter
- Programming Language Popularity
- XML pioneer pitches functional programming for concurrency : Developer World - InfoWorld
- Python 3.2 Release
- Python vs. PHP: Choosing your next project's language
- PEP 392 -- Python 3.2 Release Schedule
- PEP 3148 -- futures - execute computations asynchronously
- @Joab_Jackson
- Joab_Jackson@idg.com
- Best Practices for Oracle License Management: Optimise Usage and Minimise Audit Liability
- Case Study: Svenska Kraftnät safeguards web and ensures communication security with Clearswift
- Avaya Deploys the Avaya Desktop Video Device with the Avaya Flare® Experience
- Improving Productivity in the Connected Enterprise Through Collaboration
- Enterprise Buyers Guide for Application Development Software
-
Anonymous Takes Aim at Indian Government
-
Java creator: Fears over consequences of possible Oracle trial win may be overblown
-
Detroit makes pitch for ousted Yahoo employees
-
LightSquared question is in FCC's hands now
-
EU Parliament to vote on ACTA without waiting for a court decision
-
Microsoft Office
-
Computers for Seniors for Dummies, 2nd Edition
-
Windows 7 for Dummies® Dvd+book Bundle
-
Windows 7 for Dummies®
-
Teach Yourself Visually Windows 7
-
MYOB Software for Dummies 6E Australian Edition
-
Windows 7 for Seniors for Dummies®
-
Excel 2007 All-In-One Desk Reference for Dummies
-
Office 2007 for Dummies









Comments
Post new comment