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中比较特别的除法运算和幂运算介绍
Apr 05 Python
pygame学习笔记(3):运动速率、时间、事件、文字
Apr 15 Python
给Python中的MySQLdb模块添加超时功能的教程
May 05 Python
详解python eval函数的妙用
Nov 16 Python
Python可变参数*args和**kwargs用法实例小结
Apr 27 Python
Python学习笔记之抓取某只基金历史净值数据实战案例
Jun 03 Python
python的pygal模块绘制反正切函数图像方法
Jul 16 Python
Python如何使用队列方式实现多线程爬虫
May 12 Python
Python+OpenCV图像处理—— 色彩空间转换
Oct 22 Python
Python 实现图片转字符画的示例(静态图片,gif皆可)
Nov 05 Python
python 实现两个变量值进行交换的n种操作
Jun 02 Python
Python中OpenCV实现查找轮廓的实例
Jun 08 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防止盗链防止迅雷下载的方法
2017/04/26 PHP
js获得参数的getParameter使用示例
2014/02/26 Javascript
javascript实现获取cookie过期时间的变通方法
2014/08/14 Javascript
两种js监听滚轮事件的实现方法
2016/05/13 Javascript
AngularJS入门教程之更多模板详解
2016/08/19 Javascript
javascript阻止事件冒泡和浏览器的默认行为
2017/01/21 Javascript
vue.js数据绑定的方法(单向、双向和一次性绑定)
2017/07/13 Javascript
Javascript ES6中对象类型Sets的介绍与使用详解
2017/07/17 Javascript
javascript实现Emrips反质数枚举的示例代码
2017/12/06 Javascript
关于vue的语法规则检测报错问题的解决
2018/05/21 Javascript
vue实现计算器功能
2020/02/22 Javascript
微信小程序 获取手机号 JavaScript解密示例代码详解
2020/05/14 Javascript
解决微信授权成功后点击按返回键出现空白页和报错的问题
2020/06/08 Javascript
详解JS预解析原理
2020/06/16 Javascript
Vue.js中使用Vuex实现组件数据共享案例
2020/07/31 Javascript
举例讲解Python的Tornado框架实现数据可视化的教程
2015/05/02 Python
Python内置函数OCT详解
2016/11/09 Python
Python中列表list以及list与数组array的相互转换实现方法
2017/09/22 Python
python如何为创建大量实例节省内存
2018/03/20 Python
详解Python Qt的窗体开发的基本操作
2019/07/14 Python
python KNN算法实现鸢尾花数据集分类
2019/10/24 Python
python 5个实用的技巧
2020/09/27 Python
深入浅出CSS3 background-clip,background-origin和border-image教程
2011/01/27 HTML / CSS
洛杉矶健身中心女性专用运动服饰品牌:Marika
2018/05/09 全球购物
仓库门卫岗位职责
2013/12/22 职场文书
小孩百日宴答谢词
2014/01/15 职场文书
护士自我评价
2014/02/01 职场文书
幼儿园元旦活动感言
2014/03/02 职场文书
公司聘任书模板
2014/03/29 职场文书
关于国庆节的演讲稿
2014/09/05 职场文书
实验心得体会
2014/09/05 职场文书
党的群众路线教育实践活动个人整改措施
2014/10/27 职场文书
小学优秀教师先进事迹材料
2014/12/16 职场文书
史上最全的军训拉歌口号
2015/12/25 职场文书
《卧薪尝胆》读后感3篇
2019/12/26 职场文书
MySQL count(*)统计总数问题汇总
2022/09/23 MySQL