点滴记忆---观雨亭
Python所用工具
2016-4-14 eehello

1.

文件头:

#!/usr/bin/env python
# coding=utf-8
"""
#################################################
# @Created on : $YEAR/$MONTH/$DAY $TIME
# @Author     : ldf ([email protected])
# @Link       : http://www.eehello.com
# @Version    : 
# 本程序在python2.7下测试通过
#################################################
"""


python转windows的exe程序的软件下载地址:

https://sourceforge.net/projects/cx-freeze/files


2.

python的IDE软件——pycharm-4.5.4。安装步骤如下:

        下载完后,输入命令:tar -xvzf pycharm-community-4.5.4.tar.gz,解包,cd到其子目录的bin目录,运行:bash pycharm.sh 即可。但是,有个前提时要安装好JDK,不然会报错。

    如果报错,只需安装默认的JDK即可,安装命令:

#Installing default JRE/JDK
sudo apt-get update
sudo apt-get install default-jre
sudo apt-get install default-jdk


3.vscode配置内容

// 将设置放入此文件中以覆盖默认设置

{

    "update.channel""none",

    "telemetry.enableTelemetry"false,

    "telemetry.enableCrashReporter"false,

    "editor.fontSize"16,

    "editor.renderIndentGuides"true,

    "editor.renderWhitespace""all"

}



评论:
eehello
2016-04-17 10:57 回复
http://www.cnblogs.com/wupeiqi/articles/4276448.html
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容