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安装Imaging报错:The _imaging C module is not installed问题解决方法
Aug 22 Python
在Python中使用SQLite的简单教程
Apr 29 Python
python中的错误处理
Apr 10 Python
Python学习小技巧之列表项的拼接
May 20 Python
python爬虫之百度API调用方法
Jun 11 Python
pygame游戏之旅 添加碰撞效果的方法
Nov 20 Python
Flask框架重定向,错误显示,Responses响应及Sessions会话操作示例
Aug 01 Python
Django自定义模板过滤器和标签的实现方法
Aug 21 Python
基于python实现检索标记敏感词并输出
May 07 Python
python实现发送带附件的邮件代码分享
Sep 22 Python
python time.strptime格式化实例详解
Feb 03 Python
总结Python连接CS2000的详细步骤
Jun 23 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中使用foreach和引用导致程序BUG的问题介绍
2012/09/05 PHP
thinkphp获取栏目和文章当前位置的方法
2014/10/29 PHP
php绘制一个矩形的方法
2015/01/24 PHP
php通过array_push()函数添加多个变量到数组末尾的方法
2015/03/18 PHP
PHP SplObjectStorage使用实例
2015/05/12 PHP
php有效防止同一用户多次登录
2015/11/19 PHP
thinkphp5实现微信扫码支付
2019/12/23 PHP
Javascript alert消息换行的方法
2013/08/07 Javascript
JS随机漂浮广告代码具体实例
2013/11/19 Javascript
js对图片base64编码字符串进行解码并输出图像示例
2014/03/17 Javascript
基于Javascript实现弹出页面效果
2016/01/01 Javascript
微信小程序page的生命周期和音频播放及监听实例详解
2017/04/07 Javascript
vue项目页面嵌入代码块vue-prism-editor的实现
2020/10/30 Javascript
Python Web版语音合成实例详解
2019/07/16 Python
Python3.7 pyodbc完美配置访问access数据库
2019/10/03 Python
使用Python的Turtle库绘制森林的实例
2019/12/18 Python
pytorch实现mnist数据集的图像可视化及保存
2020/01/14 Python
Python结合Window计划任务监测邮件的示例代码
2020/08/05 Python
如何在windows下安装配置python工具Ulipad
2020/10/27 Python
CSS3 Notes: -webkit-box-reflect实现倒影的实例
2016/12/08 HTML / CSS
英国豪华家具和经典家居饰品购物网站:OKA
2020/06/05 全球购物
管理学专业个人求职信范文
2013/09/21 职场文书
实习生自荐信范文
2013/11/13 职场文书
计算机专业毕业生的自我评价
2013/11/18 职场文书
生产部统计员岗位职责
2014/01/05 职场文书
个人自我评价范文
2014/02/05 职场文书
优秀毕业生自荐信
2014/06/10 职场文书
七夕相亲活动策划方案
2014/08/31 职场文书
社会体育专业大学生职业生涯规划书
2014/09/17 职场文书
2014年远程教育工作总结
2014/12/09 职场文书
2015年远程教育工作总结
2015/05/20 职场文书
2015年中秋晚会主持稿
2015/07/30 职场文书
高中运动会广播稿
2015/08/19 职场文书
2019自荐信该如何写呢?
2019/07/05 职场文书
【DOTA2】当街暴打?PSG LGD vs VG - DPC 2022 WINTER TOUR CN
2022/04/02 DOTA
css3 选择器
2022/05/11 HTML / CSS