Getting Started with Python three minutes

With the increasing demand for automated testing, automated learning is what we need to have the skills, but if you want to learn automation you need some background knowledge of a language, here is a brief introduction python this language so that we can automated programming code bedding certain skills.

learning python for testing the language is more to do for the automated accumulation code, select a number of back-end language features python python language may be the language itself, grammar simple and easy to use white, but there is a beginning of the birth python slogan "life is short I use python" that highlights the unique charm python language.

want to learn python code will need to install the python interpreter, if you do not install a computer interpret the code here does not know python interpreter only needs to be installed on the PC market is very much a test version for as long as the protection is installed over version 3.6 version, need to download an installation package.

Address https://www.python.org/downloads/release/python-373/

• Installation of the details need to pay attention

• mounting the interpreter must check the corresponding global path, so that any current location of the computer can write python code.

• need to verify whether the installation was successful current keyboard interpreter win + r type cmd window enter into the black in the black window python if it shows the current reality in the following figure interpreter installed successfully.

We will certainly encounter many difficulties when learning python, as well as the pursuit of new technologies, here's what we recommend learning Python buckle qun: 784758214, here is the python learner gathering place! ! At the same time, he was a senior development engineer python, python script from basic to web development, reptiles, django, data mining and other projects to combat zero-based data are finishing. Given to every little python partner! Daily share some methods of learning and the need to pay attention to small details

• This saw the emergence of the current three arrows to enter the current python interactive mode, and then only in a specific python syntax of the input current can slowly accumulate learning python code.

• First try a simple input output operations print ( "hello world") in the current terminal can print our first procedure.

So for us to learn first with a good environment and then slowly combing memory python syntax OK.

Guess you like

Origin blog.csdn.net/weichen090909/article/details/90813346