Window (2018-05-29) latest
python:3.6.1 Address https://www.python.org/downloads/release/python-361/
selenium:3.4.3 after installing Python, cmd direct pip install Selenium
(
1. If you installed the PIP Use command: Pip install Selenium.
2. If you installed the Setuptools use command: Easy_install Selenium.
3. Download this and unzip it and run the command using the command CD to the folder: Python setup.py install. You can go to the official website to download the latest version of the use.
)
Pycharm:jetbrains pycharm 2017.1.4 x64 address http://www.jetbrains.com/pycharm/download/#section =windows
Firefox:firefox 54.0 (64-bit) address http://www.firefox.com.cn/download/
geckodriver.exe017 (download required for Firefox4.7 later version)
--------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
How do I learn python systematically?
1.python works most of the Web backend, so it's best to have those web framework related, not the plenary, to learn a few mainstream.
2. The core content of any language is not much, Python is more concise, but in this context, it is not easy to use well. You need to see some advanced books, about the library, in addition to some commonly used core library, most of the library with the time to check the document is good, many libraries look at the source better, with a few times proficiency.
3.c++ inside trick too much, to use good really take time, this is the historical reason, C # and Java are C + + on the basis of a lot of rigorous, easy system learning. Python's language is to sacrifice some execution efficiency to improve the development efficiency, specifically, the program will be slower, but the source will be shorter, Python readability is very strong.
Python+selenium+firefox+pycharm version Matching