1. Toad Python Script learning notes Environment building
Toad has always wondered if he could have a great tool to make his work easier and happier at work. Used C, C + +, C #, JAVA, SHELL,TCL, assembly, bat, and so on, feel that these are needed when they can play a role, and I can not imagine the same. Suddenly one day, feel Python is really good, then and the small friends together happy Ah Bai. The beginning of everything is difficult, let's build the environment first.
Welcome reprint, Reprint please indicate source: http://blog.csdn.net/notbaron/article/details/48058315
1. Download and install the relevant software
Download the Python tool with the following links:
https://www.python.org/downloads/
Install Python
Can be installed in a fool's style.
(Linux can be installed directly using Yum install python*, with Yum source)
2. Environmental inspection2.1 python environment check
Here is an example of the Windows environment
Enter the following command in the console, Figure 1:
The first one is this, it's too late ~
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
1. Toad Python Script learning notes Environment building