Python compiler and development environment Sublime Text3 installation and configuration

1. Beginner Python, you need to develop a good editor

In the choice of Python editor, you may be entangled in the Python version better, and in Python2.x Python3.x version,

Python3.x version better, because Python3.x Python2.x version is based on the improved and expanded a lot of content.

1.1 How to download and install Python3.x in Windows 10?

No matter what software to download and install, it is best to download and install the official website of the software.

To the Python-3.7.4 version, for example:

1. Baidu search the official website https://www.python.org

2. Enter the official website, click Download under Python3.7.4

3. In the final interface File choose to install the next version, double-click, wait for the download to complete

 

 

 

4. When the download is complete, click the downloaded installation file, install it.

 

 

5. When installed, selecting AddPython3.7 toPath , and then click Install Now , the click Cancel.

 

 

 

 

6. Wait for it automatically after the installation is complete, close the screen selected. If you do not find the software already installed, you can view at the beginning of the interface.

 

 2. Download and install Sublime Text3, because the encoded directly with a Python version of the software, not too convenient. Sublime Text3 recommended development of Python coding, Sublime Text3 function relatively complete, and can also develop a page, such as front-end HTML, CSS, Javascript, etc., but there are a lot of shortcuts for use, can improve the coding efficiency.

2.1 The following is Sublime Text3

 

--- end --- restore content

1. Beginner Python, you need to develop a good editor

In the choice of Python editor, you may be entangled in the Python version better, and in Python2.x Python3.x version,

Python3.x version better, because Python3.x Python2.x version is based on the improved and expanded a lot of content.

1.1 How to download and install Python3.x in Windows 10?

No matter what software to download and install, it is best to download and install the official website of the software.

To the Python-3.7.4 version, for example:

1. Baidu search the official website https://www.python.org

2. Enter the official website, click Download under Python3.7.4

3. In the final interface File choose to install the next version, double-click, wait for the download to complete

 

 

 

4. When the download is complete, click the downloaded installation file, install it.

 

 

5. When installed, selecting AddPython3.7 toPath , and then click Install Now , the click Cancel.

 

 

 

 

6. Wait for it automatically after the installation is complete, close the screen selected. If you do not find the software already installed, you can view at the beginning of the interface.

 

 2. Download and install Sublime Text3, because the encoded directly with a Python version of the software, not too convenient. Sublime Text3 recommended development of Python coding, Sublime Text3 function relatively complete, and can also develop a page, such as front-end HTML, CSS, Javascript, etc., but there are a lot of shortcuts for use, can improve the coding efficiency.

2.1 Search Sublime Text3 official website

2.2 post-click the installation package and click Next

 

 

 

2.3可以选择安装路径后点击下一步

 

 

 

2.4勾选Add to explorer context menu后点击下一步

 

 

 

2.5点击Install进行安装

 

 

 

2.6点击Finish完成安装

 

 

 

3.Sublime Text3插件的下载及导入

Sublime Text 3 手动安装插件(因为Sublime Text 3在线安装插件会出现问题,所以这里进行手动安装。以下五个插件安装方式一样,这里只举例第一个。)

3.1插件下载链接

下载插件的链接

1.1 JSFormat 插件:

jdavisclark/JsFormat

1.2 Autoprefixer插件:

postcss/autoprefixer

1.3 csscomb插件:

1.4 SideBarEnhancements插件:

titoBouzout/SideBarEnhancements

1.5 Emment插件:

sergeche/emmet-sublime

3.2例子

1.搜索链接后点击Clone or download,点击Download ZIP进行下载

 

 

2.将下载好的JSFormat 插件进行解压后,打开Sublime Text软件,打开preferences下拉列表点击Browse Packages进入之后将JSFormat 插件放进去。安装之后需要查看JSFormat 插件安装是否成功,可以在Sublime中按ctrl+shift+p快捷键出现的窗口搜索栏输入pac并选择如图所示的红框进行查看。

 

 

 

Guess you like

Origin www.cnblogs.com/chenting123456789/p/11478821.html