Python3.7 the latest version of the operating instructions, please keep it good!

Source: Internet
Author: User

The following is a translation of the contents of the Python website

It is important to note that this version is currently the third of the four preview versions that Python3.7 is expected to release.

Python Release python 3.7.0b3

Python data classes

Python Generator exception handling

In Python 3.7, after the generator throws an Stopiteration exception, the stopiteration exception is converted to a RuntimeError exception, so it does not silently affect the application's stack frame. This means that some programs that are less sensitive to the behavior of the generator will throw RuntimeError in Python 3.7. In Python 3.6, this behavior generates a deprecated warning; in Python 3.7, it generates a complete error.

Python development model

Python interpreter new command-line switch:-X allows developers to set many low-level options for the interpreter. In Python 3.7, option-X dev enables the development mode, which typically has a significant performance impact, but is useful to developers during debugging.

Python time function with nanosecond resolution

Python UTF-8 Mode

Built-in breakpoint () function

Python comes with a built-in debugger, but it can also be connected to third-party debugging tools as long as they can talk to the Python internal debugging API. However, Python has so far lacked a standardized way to trigger the debugger programmatically from within a Python application.

Other new Python 3.7 features

Download Python 3.7

Python3.7 the latest version of the operating instructions, please keep it good!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.