Pycharm installation tutorial and mind mapping.

A download Pycahrm
1. Pycharm first download the software, download the official website address is: http://www.jetbrains.com/pycharm/download/#section=windows

2. Select the left click download, the left is a professional community Edition is the right version.

3. When the page is being downloaded.

4. Locate the file, ready to install.

5. Install, click to select Next, choose to install to that directory.

6. Select Configure.

I am a 64-bit machine, I chose 64, and if you choose 32 [Whether 64 or 32 and the rest are selected] 32
7. Click Install.



Click Finish to close the emergence of a direct interface on it. We now switch to the desktop.

  1. Use Pycharm, you must click on the shortcut to use, to prevent accidental deletion.

    9. The first use Pychram, user licenses, activate Pycharm, activate http://idea.lanyus.com/ details page, click on the selected content to generate activation code, then copy the activation code into the code options.



    10. personalize

    this directly off it.
    11. Start success.

    If your activation code is no problem, it will be after the personalization, the theme is set up, after a brief load (load speed depends on PC performance) to enter the page as, to this point, PyCharm installation is complete.
    12. Create a file.
  2. PyCharm选择解释器。
    File -- Settings -- Project -- Project Interpreter,这里会显示当前系统默认的解释器,如果要添加别的解释器,点击工具图标,Add local -- Existing environment,点击三点图标,在打开的本地文件目录中选择解释器文件的.exe文件。就行了,如果你没有选择, PyCharm会自动选择当前环境默认的解释器。
    14.PyCharm创建py文件。

    鼠标放到大纲然后右键鼠标,出现一个New然后鼠标向右滑动选择python file点击左键。

    直接写文件的名字就可以了,写完后回车就搞定了。
    15.思维导图
    有需求的时候一定先画个图,按照图进行编写.https://www.processon.com/i/58db550ce4b028e27c88c85d 访问这个网站,进行注册.

Guess you like

Origin www.cnblogs.com/sundawei7/p/11122692.html