A preface
Recently, somehow, I wanted to learn about Python and think about learning about machine learning in my spare time (maybe just a little bit hot in your head). The impression of Pycharm installation was re-installed on his computer during graduate school. Make a brief summary of the installation and first-use process with a little time on the weekends.
Pycharm is the Python editor I used, a handy one that can be used across platforms, both MacOS and Windows.
Python is a powerful tool for learning Recommender systems, machine learning, and data mining, and there are many powerful modules, but the installation of modules is a headache.
Now there is a tool--anaconda, he has helped us to integrate a lot of tools! Anaconda integrates a lot of third-party libraries about the scientific calculation of Python, mainly installation convenience, and Python is a compiler, if you do not use Anaconda, then the installation will be more painful, the dependencies between the libraries is very difficult to connect very well.
Anaconda is essentially a software release that contains more than 180 science packages, including Conda, Python, and their dependencies.
Simply put, installing Annaconda is equivalent to installing Python, conda, and common scientific computing packages such as NumPy, scipy, pandas, and so on, without having to download the configuration separately. Due to the division of Python3 and Python2, it is often impossible to use the virtualenv to configure it with PIP. Fixed recommended installation anaconda.
Two Anaconda installation package download
Anaconda installation package Download URL: https://www.anaconda.com/download/
can also directly in the public "visual Imax" backstage reply "anaconda" get Baidu cloud download link.
Three Anaconda installation Steps
Click the install package EXE file that appears:
Four Pycharm installation package download
installation package Download URL: https://gitbook.cn/m/home
Choose Community Edition (Community), which is free and recommended for everyone to use the Community edition. can also directly in the public "vision IMAX" backstage reply "pycharm", directly get Baidu cloud download link.
Five Pycharm installation steps
The first step:
Create a new installation directory for Pycharm, and in this tutorial, install Pycham under the "d:/programfiles/pycharm" folder.
Step Two:
Click Install package EXE program, appear as.
Step Three:
Click on the "next" button in the diagram to appear as shown. Click "browse" to find "d:/programfiles/pycharm"
Fourth Step:
Click "next", appear, select the two options in the Red box.
Fifth Step:
Click "next", the default installation can be, directly click Install.
Sixth step:
Wait patiently for about two minutes, then you will get the following installation Finish screen.
Click "finish",pycharm to complete the installation. The next step is to configure Anaconda in Pycharm.
Six Configure Anaconda in Pycharm
The first step:
Double-click the Pycharm icon on the running desktop to enter the interface:
Select "do Not import settings", then select OK to proceed to the next step.
Step Two:
Select Accept to proceed to the next step:
Step Three:
Select "send usage......".
Fourth Step:
The following UI interface appears, I select the first "darcula", then click on the bottom left button.
Fifth Step:
After the above steps, the following appears.
Sixth step:
Click "create New project" to enter the interface as shown.
Customizing the project storage path, the IDE associates the Python interpreter by default. Once you have selected the storage path, click
Seventh Step:
Click "create" to enter the working environment.
Seven PostScript
The above is only as a beginner to give the installation of the tutorial, if there is no place, but also hope to criticize correct.
This article starts with my public number "visual Imax".
Recommended Reading
The practice of Homography matrix (single-sex matrices) in AD delivery
What you don't know the literature download URL experience summary
Matlab r2018a 64-bit installation tutorial
Installation and configuration of Python Ide--anaconda+pycharm