Some of the records in the Python core programming learning process

Source: Internet
Author: User
Tags python script
1p18.python the standard library location (typically the location of string.py, or you can find it whereis python)
C:\Python27\Lib
/usr/lib64/python2.6

Third-party library location (typically site-packages location)
C:\Python27\Lib\site-packages
/usr/lib/python2.6/site-packages

2p14.windows when you run a Python script, the double-click exits directly. Add the Raw_input () statement after the last line of the script to keep the window open until the ENTER key is pressed.

3p7. C or C + + memory management is the responsibility of the developer, and Python's memory management is handled by the Python interpreter (Cpython,jython, etc.).

Some of the records in the Python core programming learning process

Related Article

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.