python-day01_ environment to build

A, python environment to build

  May Python official website to download the Python Windows Installer (exe files), it should be noted that if the installation need to install Service Pack 1 patch package in the Windows 7 environment (can automatically install system patches through a number of tools software features to install ), the installation process is recommended by checking the "Add Python 3.6 to PATH" (Python 3.6 added to the PATH environment variable) and choose a custom install, set "Optional Features" interface is best to "pip", "tcl / tk ", "Python test suite" all other items on the check. It is strongly recommended to use a custom installation path and ensure that the path is not Chinese. Installation will be completed to see the "Setup was successful" prompt, but when you start Python environment may be missing because of some dynamic link library file which led to the Python interpreter can not run common problem is-MS-win-API CRT * . dll missing and update DirectX cause some dynamic link library file is missing after the former can refer to "API-MS-win-CRT * .dll missing cause analysis and solutions" treatment method of an article to explain or directly in Microsoft's official website to download Visual C ++ Redistributable for Visual Studio 2015 to repair the file, which you can download a repair tool to repair DirectX.

IPython - better interactive programming tools

IPython is based Python interactive interpreter. Compared to native Python Shell, IPython provides a more powerful editing and interactive features. Can, run by Jupyter called notebook project for interactive operation in a browser window by Python package management tool pip install IPython and Jupyter.

PyCharm use

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/ljx1/p/11272682.html