Python所用工具
首页 > Learning > Programming   作者:eehello  2016年4月14日 16:18 星期四  浏览:5690  字号:   评论:1 条
时间:2016-4-14 16:18   浏览:5690  评论:1 条 

1.

文件头:

#!/usr/bin/env python
# coding=utf-8
"""
#################################################
# @Created on : $YEAR/$MONTH/$DAY $TIME
# @Author     : ldf (ldf@eehello.com)
# @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      文章标题: Python所用工具
本文地址:https://www.eehello.com/?post=210
版权声明:若无注明,本文皆为“点滴记忆---观雨亭”原创,转载请保留文章出处。
eehello2016-04-17 10:57
http://www.cnblogs.com/wupeiqi/articles/4276448.html

返回顶部| 首页| 手气不错| 留言板|后花园

Copyright © 2014-2023 点滴记忆---观雨亭