Python学习资料


Posted in Python onFebruary 08, 2007

官方网站 : www.python.org

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on news:comp.lang.python -- or just try compiling Python yourself.

ZOPE: www.zope.org

Zope is an open source application server for building content management systems, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications. Zope is written in Python, a highly-productive, object-oriented scripting language.

plone: www.plone.org

Plone: A user friendly and powerful open source Content Management System

中文python学习:

www.dohao.net(现在好象挂了?)

www.python.cn

...

python下载:

http://python.org/download/

资源下载:

Programming Python, 2nd Edition (O'Reilly)

http://www.osbbs.com/dl/Programming Python, 2nd Edition (O'Reilly).chm

很全很经典了python学习入门资料

OReilly - Learning Python:

http://www.osbbs.com/dl/OReilly - Learning Python.chm

OReilly - Python Cookbook.chm:

http://www.osbbs.com/dl/OReilly - Python Cookbook.chm

经典中的经典,我的最爱.

OReilly - Python Standard Library.chm

http://www.osbbs.com/dl/OReilly - Python Standard Library.chm

python标准库说明

thinking in python.chm

http://www.osbbs.com/dl/thinking in python.chm

也还不错~我看得比较投入

PythonInNutshell.zip

http://www.osbbs.com/dl/PythonInNutshell.zip

传说中的经典,不过一直没来得及看.

sockets.pdf

http://www.osbbs.com/dl/sockets.pdf

python的socket编程

diveintopython-html-5.4.zip

http://www.osbbs.com/dl/diveintopython-html-5.4.zip

《深入python》

html-2.3.4.zip

http://www.osbbs.com/dl/html-2.3.4.zip

python2.3.4的手册

LovePython.zip

http://www.osbbs.com/dl/LovePython.zip

Addison-Wesley Python Programming with the Java Class Libraries.chm

http://www.osbbs.com/dl/Addison-Wesley Python Programming with the Java Class Libraries.chm

OReilly - Python Programming on Win32.chm

http://www.osbbs.com/dl/OReilly - Python Programming on Win32.chm

python的win32编程讲解

Win32.zip

http://www.osbbs.com/dl/Win32.zip

上面一书的源码

python2.3tut.zip

http://www.osbbs.com/dl/python2.3tut.zip

O'Reilly - Python & XML.rar

http://www.osbbs.com/dl/O'Reilly - Python & XML.rar

cjkcodecs-1.0.3.zip

http://www.osbbs.com/dl/cjkcodecs-1.0.3.zip

支持东方文字

gb2312.zip

http://www.osbbs.com/dl/gb2312.zip

CANVAS3_VivianLi.rar

http://www.osbbs.com/dl/CANVAS3_VivianLi.rar

python写的安全检测程序

NeoBoard-1.1.tar.gz

http://www.osbbs.com/dl/NeoBoard-1.1.tar.gz

python写的论坛程序

py2exe-0.4.2.win32-py2.3.exe

http://www.osbbs.com/dl/py2exe-0.4.2.win32-py2.3.exe

将python脚本编译为.exe

PIL-1.1.4.win32-py2.3.exe

http://www.osbbs.com/dl/PIL-1.1.4.win32-py2.3.exe

图象库

upload.zip

http://www.osbbs.com/dl/upload.zip

python写上传程序

tkinter.chm

http://www.osbbs.com/dl/tkinter.chm

Oedipus-0.10.tar.gz

http://www.osbbs.com/dl/Oedipus-0.10.tar.gz

中文python学习资料:

Python ?言??.pdf

http://www.osbbs.com/dl/Python ?言??.pdf

皮大庆的Python学习笔记.pdf

http://www.osbbs.com/dl/皮大庆的Python学习笔记.pdf

王纯业的Python学习笔记.pdf

http://www.osbbs.com/dl/王纯业的Python学习笔记.pdf

?平的Python教程.pdf

http://www.osbbs.com/dl/?平的Python教程.pdf

一个python学习论坛的QQ群:

2567903

python邮件组:

www.python.cn

Python 相关文章推荐
python高手之路python处理excel文件(方法汇总)
Jan 07 Python
使用Django Form解决表单数据无法动态刷新的两种方法
Jul 14 Python
Python 反转字符串(reverse)的方法小结
Feb 20 Python
详解python中asyncio模块
Mar 03 Python
Python实现的FTP通信客户端与服务器端功能示例
Mar 28 Python
神经网络(BP)算法Python实现及应用
Apr 16 Python
Python+OpenCV图片局部区域像素值处理详解
Jan 23 Python
python binascii 进制转换实例
Jun 12 Python
python取余运算符知识点详解
Jun 27 Python
matlab中二维插值函数interp2的使用详解
Apr 22 Python
使用python+poco+夜神模拟器进行自动化测试实例
Apr 23 Python
Python3中小括号()、中括号[]、花括号{}的区别详解
Nov 15 Python
Python开发编码规范
Sep 08 #Python
学习python (1)
Oct 31 #Python
学习python (2)
Oct 31 #Python
简明 Python 基础学习教程
Feb 08 #Python
Python完全新手教程
Feb 08 #Python
一篇不错的Python入门教程
Feb 08 #Python
王纯业的Python学习笔记 下载
Feb 10 #Python
You might like
php自定义session示例分享
2014/04/22 PHP
PHP 中 Orientation 属性判断上传图片是否需要旋转
2015/10/16 PHP
PHP使用imagick扩展实现合并图像的方法
2017/04/25 PHP
PHP7.0连接DB操作实例分析【基于mysqli】
2019/09/26 PHP
javascript 继承实现方法
2009/08/26 Javascript
jQuery 1.4 15个你应该知道的新特性(译)
2010/01/24 Javascript
jquery异步请求实例代码
2011/06/21 Javascript
跨域请求之jQuery的ajax jsonp的使用解惑
2011/10/09 Javascript
用JS做的简单的可折叠的两级树形菜单
2013/09/21 Javascript
jQuery学习笔记之jQuery构建函数的7种方法
2014/06/03 Javascript
用队列模拟jquery的动画算法实例
2015/01/20 Javascript
jQuery联动日历的实例解析
2016/12/02 Javascript
javascript中递归的两种写法
2017/01/17 Javascript
详细AngularJs4的图片剪裁组件的实例
2017/07/12 Javascript
理解nodejs的stream和pipe机制的原理和实现
2017/08/12 NodeJs
vue下history模式刷新后404错误解决方法
2018/08/18 Javascript
何时/使用 Vue3 render 函数的教程详解
2020/07/25 Javascript
[01:42]辉夜杯战队访谈宣传片—FANTUAN
2015/12/25 DOTA
python动态网页批量爬取
2016/02/14 Python
python常见排序算法基础教程
2017/04/13 Python
python中yaml配置文件模块的使用详解
2018/04/27 Python
Python批处理删除和重命名文件夹的实例
2018/07/11 Python
Python实现字符型图片验证码识别完整过程详解
2019/05/10 Python
Python实现最大子序和的方法示例
2019/07/05 Python
详解用python计算阶乘的几种方法
2019/08/14 Python
Python实现代码统计工具
2019/09/19 Python
Django ForeignKey与数据库的FOREIGN KEY约束详解
2020/05/20 Python
详细分析Python可变对象和不可变对象
2020/07/09 Python
韩国知名的家庭购物网站:CJmall
2016/08/01 全球购物
一套软件测试笔试题
2014/07/25 面试题
毕业自我评价
2014/02/05 职场文书
2014年信息宣传工作总结
2014/12/18 职场文书
小学教师求职信范文
2015/03/20 职场文书
党员反四风学习心得体会
2016/01/22 职场文书
小学三年级数学教学反思
2016/02/16 职场文书
Python中json.dumps()函数的使用解析
2021/05/17 Python