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

Python资料收集

时间:2014-09-09 11:41:48      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   io   使用   ar   for   数据   art   

最近在学习Python,发现Python的模块真是不错

推荐使用WingIDE
在Vim模式下Tab键设置
    Preferences->Keyboard->Tab Key Action  =  Insert Tab Character

~~~~~~~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~~~~~~~~~~~~~~~~~~~~~~

======>基本知识<======

<W3cSchool Python>
<Python Programming>
<Python v2.7.8 documentation>

======>GUI编程<======

<Tkinter 8.5 reference: a GUI for Python>

======>其他资料<======

<Python 字符串操作>
<Python视频教程全集>
<Natural Language Toolkit>

~~~~~~~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~~~~~~~~~~~~~~~~~~~~~~

几个值得注意的地方:

1. Python中没有常量,然而可以有伪装成常量的变量
2. Python中使用struct模块来操作二进制数据
3. Python无法终止其他线程,只能线程自己退出,建议使用多进程替代
    --> 可以参考<Python如何优雅的退出线程和进程>来找到替代方法
4. Python Tkinter文档弱爆了,完全找不到实例,都不知道怎么用
    建议参考源码中Python-2.7.8/Demo/tkinter下的例子

 

~~~~~~~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~~~~~~~~~~~~~~~~~~~~~~

Python的重定向
    --> <Python重定向标准输入、标准输出和标准错误>

聊天工具
    --> <Python的tkinter布局之简单的聊天窗口实现方法>

Python资料收集

标签:blog   http   os   io   使用   ar   for   数据   art   

原文地址:http://www.cnblogs.com/hzl6255/p/3961820.html

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