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脚本实现软件的注册功能(机器码+注册码机制)
Oct 09 Python
Python实现将照片变成卡通图片的方法【基于opencv】
Jan 17 Python
用TensorFlow实现戴明回归算法的示例
May 02 Python
python检测主机的连通性并记录到文件的实例
Jun 21 Python
浅谈pytorch和Numpy的区别以及相互转换方法
Jul 26 Python
python实现植物大战僵尸游戏实例代码
Jun 10 Python
Django实现简单网页弹出警告代码
Nov 15 Python
PyQt5 closeEvent关闭事件退出提示框原理解析
Jan 08 Python
PyCharm中Matplotlib绘图不能显示UI效果的问题解决
Mar 12 Python
PyCharm 2020 激活到 2100 年的教程
Mar 25 Python
浅谈Selenium 控制浏览器的常用方法
Dec 04 Python
Python使用DFA算法过滤内容敏感词
Apr 22 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 4.2书写安全的脚本
2006/10/09 PHP
php win下Socket方式发邮件类
2009/08/21 PHP
浅谈PHP array_search 和 in_array 函数效率问题
2019/10/15 PHP
用JavaScript实现UrlEncode和UrlDecode的脚本代码
2008/07/23 Javascript
javascript 框架小结 个人工作经验
2009/06/13 Javascript
关于extjs4如何获取grid修改后的数据的问题
2013/08/07 Javascript
javascript实现实时输出当前的时间
2015/04/27 Javascript
利用jQuery和CSS将背景图片拉伸
2015/10/16 Javascript
jquery实现触发时更新下拉列表内容的方法
2015/12/02 Javascript
javascript类型系统 Array对象学习笔记
2016/01/09 Javascript
AngularJS中的指令全面解析(必看)
2016/05/20 Javascript
jQuery中fadein与fadeout方法用法示例
2016/09/16 Javascript
详解如何构建Angular项目目录结构
2017/07/13 Javascript
JavaScript数组去重的多种方法(四种)
2017/09/19 Javascript
Vue组件之全局组件与局部组件的使用详解
2017/10/09 Javascript
JS实现利用两个队列表示一个栈的方法
2017/12/13 Javascript
微信小程序实现折叠展开效果
2018/07/19 Javascript
vue 修改 data 数据问题并实时显示的方法
2018/08/27 Javascript
小程序实现留言板
2018/11/02 Javascript
详解Vue依赖收集引发的问题
2019/04/22 Javascript
vue 解决computed修改data数据的问题
2019/11/06 Javascript
Python连接mssql数据库编码问题解决方法
2015/01/01 Python
Python使用reportlab将目录下所有的文本文件打印成pdf的方法
2015/05/20 Python
python实现数据图表
2017/07/29 Python
Python使用matplotlib绘制正弦和余弦曲线的方法示例
2018/01/06 Python
pandas 实现将重复表格去重,并重新转换为表格的方法
2018/04/18 Python
使用TensorFlow实现SVM
2018/09/06 Python
在python中利用try..except来代替if..else的用法
2019/12/19 Python
python实现同一局域网下传输图片
2020/03/20 Python
浅谈sklearn中predict与predict_proba区别
2020/06/28 Python
用canvas显示验证码的实现
2020/04/10 HTML / CSS
盛大二次面试题
2016/11/18 面试题
护士试用期自我鉴定
2014/02/08 职场文书
观看建国大业观后感
2015/06/01 职场文书
Python实战之实现康威生命游戏
2021/04/26 Python
mysql查询结果实现多列拼接查询
2022/04/03 MySQL