码迷,mamicode.com
首页 > 编程语言 > 详细

Python>>>The Very First Step

时间:2016-12-23 19:18:43      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:bash   win   hang   python   log   view   community   get   section   

Windows官网下载 python-2.7.13.amd64.msi

默认会安装pip,同是把设置环境变量也选中

安装第三方包:

pip install pygame 

确认已经正确安装的方法:1.完成后使用pip list 查看。2.在命令行进入python后,使用import pygame,没有任何提示说明正确安装。

查看python本身的安装位置:

import sys; print sys.path

使用Editor

http://www.jetbrains.com/pycharm/download/#section=windows下载community版本

常用设置;

1.缩放字体大小File>>Settings>>General>> 在右侧勾选 change font size 。。。。

2.键盘布局。快捷键Ctrl+~ 或者菜单View>>Quich Switch Scheme调出

3,文件编码。File>>Settings>>Editor>>>File Encodings

 

对于2.7的文件,开头加上编码申明

 

# -*- coding: utf8 -*-

 

  

 

Python>>>The Very First Step

标签:bash   win   hang   python   log   view   community   get   section   

原文地址:http://www.cnblogs.com/legion/p/6215635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!