10001---Python environment (Windows) __python

Source: Internet
Author: User
Tags python script
1. Download the default installation:

http://www.python.org/download/

2. Environment variable configuration:

Path%path%; C:\Python

3. Run Python

1) Interactive interpreter:

You can go to Python from the Command line window and start writing Python code in the interactive interpreter. (case sensitive) help ()/quit ()


Unknown encoding:cp65001 exception
After Python installation, enter command line interaction mode, enter any code to report unknown ENCODING:CP65001 exception
Need to modify the encoding (UTF-8) to Simplified Chinese (GBK)
Execute CHCP 936 in the cmd window

2 Command-line scripting

In your application, you can execute a python script on the command line by introducing an interpreter, as follows:

C:>python script.py

3). Integrated development Environment (ide:integrated Development Environment)

You can use a graphical user interface (GUI) environment to write and run Python code. The following are recommendations for using the IDE on each platform: Unix: IDLE is the first Python IDE on UNIX. Windows: Pythonwin is a Python integrated development environment that is superior in many ways to the IDE


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.