
旧版本 Python 3.3.5 (x64)
旧的系统版本
Sponsored Links
Sponsored Links
- Windows XP x64
- Windows Vista x64
- Windows 7 x64
- Windows Server 2008
- Windows Server 2003 x64
- Windows 8 x64
- Windows Server 2012
- a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621)
- a 3.3.4 regression executing scripts with a coding declared and Windows newlines (see http://bugs.python.org/issue20731)
- potential DOS using compression…
Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code. Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.
Python Features
- very clear, readable syntax
- strong introspection capabilities
- intuitive object orientation
- natural expression of procedural code
- full modularity, supporting hierarchical packages
- exception-based error handling
- very high level dynamic data types
- extensive standard libraries and third party modules for virtually every task
- extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
- embeddable within applications as a scripting interfac
更新 : Python 更新
Did You Know?
Python supports multiple programming paradigms, primarily but not limited to object oriented, imperative and, to a lesser extent, functional programming.