Python IDLE introduction and tips

Source: Internet
Author: User

Python IDLE introduction and tips

Windows 7 64-bit, python2.7

 

IDLE introduction:

Is a visual GUI editor for python.

You can enter the command line by line.

Easy copy and paste operations

 

Common command line commands:

Import module_name:

Import module

Example: import sys

Dir ():

View the name of the module, method, and other Members.

For example, dir (sys) and dir (sys. path)

Similar operations: sys. + '\ t', sys. path. +' \ t'

Help ():

View the name and usage of the module, method, and other Members

For example, help (sys) and help (sys. path)

 

Enter directly:

Enter the module name and Method Name:

For example, sys, sys. path. After confirming, the module/method path or other

Input variables and attributes:

For example, sys. _ name _, str # str = 'Hello world'; the value of this variable/attribute is displayed after confirmation.

 

References: IDLE; Network

Postscript: if there are any mistakes or omissions, please correct them and update them if you have time.

 

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.