python编辑器的选择
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python编辑器的选择相关的知识,希望对你有一定的参考价值。
1.编辑器
vim
python 自定补全 http://www.cnblogs.com/rampb/p/6183076.html
sublime text 编辑器 #需要安装很多插件
editplus 编辑器
pycharm 编辑器 #推荐
https://download.jetbrains.8686c.com/python/pycharm-community-2017.2.3.exe
2. PyCharm的设置
下载安装jdk
http://sw.bos.baidu.com/sw-search-sp/software/d4e97ccd4bd9f/jdk-8u144-windows-i586_8.0.1440.1.exe
1.设置python解析器
2.修改字体
3.设置抬头
#! /usr/bin/env python
# -*- conding:utf-8 -*-
# @time : ${DATE} ${TIME}
# @Author : huangzhenping
# @file : ${NAME}.py
4.运行第一程序
name = raw_input("Please input your name:")
print("hello," +name)
5.运行程序几种工具
以上是关于python编辑器的选择的主要内容,如果未能解决你的问题,请参考以下文章