Python, Ipython, Pycharm installation of the original so simple

**

Python, Ipython, Pycharm installation process the original so simple

**
I am currently a freshman, big data - professional (same cute little professional can discuss common progress Ha) new to python a few weeks before the course, at first install a Mongolian, and began frantically to find each from the Internet kinds of resources to learn about this course and the installation process, the following are my installation process, hope to help some white just getting started.

First, install python (to python2.x version, for example, python3.x empathy)

python official website: https: //www.python.org/

First, you can download python 2x or 3x version from the official line, of course, is to look at your needs. Figure Python2.x is the latest version of the final version and Python3.x, and click Download.
Here Insert Picture Description
Here Insert Picture Description

1. Click install for all users (the default), and then click Next.
Here Insert Picture Description
2. My advice is best not installed in the default folder, C drive can be installed in the \ python \ python27 \ (of course, other disk can, but avoid Chinese way of installation), which would also facilitate document management. Then click Next. (Python3.x is the same disk installed in c \ Python \ python3)
Here Insert Picture Description
3. Scroll down, click on the option with a fork, and select Will be installed on local hard drive (this step is very important and will determine whether we can use python) click Next wait for the installation, the installation is complete click finish.

Here Insert Picture Description
4.python installed will not appear on the desktop, installation of python found in the c drive before, click into python27, find python text, copy (ctrl + c) and paste (ctrl + v) Rename python2. (This operation is valuable, enter cmd carriage return in the initial menu, enter python27 Enter the command box to check if the installation was successful)
Here Insert Picture Description
5. This shows you the installation was successful. (Python3.x is the same reason)
Here Insert Picture Description
added:

  1. Install python libraries (numpy, matplotlib, etc.):
    If the next python3.x with pip intall matplotlib installation error, the site may not yet be supported python3.x.
  2. Workaround: Use Tsinghua install image (other mounting empathy can replace the matplotlib)

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple maplotlib

Second, the installation ipython (python3.x version empathy)

1. First enter pip install ipython system automatically installed cmd, of course, there will be the following situation.
Here Insert Picture Description
2. You can try to enter the system of this instruction python -m pip install --upgrade pip, if that does not work then repeatedly input instructions. (Python3.x can use this instruction pip3 install ipython or python -m pip install --upgrade pip), if the problem is not solved, do not worry, Baidu, asked the teacher, asked the students and so there is always a possiblity.
Here Insert Picture Description

Third, the installation pycharm

pycharmx official website: https: //www.jetbrains.com/pycharm/download

Here Insert Picture Descriptionpycharm is python's a very good integrated development device.
The figure below is a summary of my installation, I have installed the detailed steps needed to whisper to me, I will send to you.
Here Insert Picture Description
(The above is installed for Windows system, my computer is Windows10 64-bit, or if there are any installation problems can not be resolved cute little can whisper to me, I will patiently answer) if the article for the wrong place or better suggestions welcome message in the comments area Ha ~
Failing must not panic

Released two original articles · won praise 6 · views 343

Guess you like

Origin blog.csdn.net/weixin_46270529/article/details/105143319