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搭建简易服务器分析与实现
Dec 15 Python
Windows下的Python 3.6.1的下载与安装图文详解(适合32位和64位)
Feb 21 Python
Python运维之获取系统CPU信息的实现方法
Jun 11 Python
TensorFlow 模型载入方法汇总(小结)
Jun 19 Python
Python正则表达式和re库知识点总结
Feb 11 Python
pandas的连接函数concat()函数的具体使用方法
Jul 09 Python
用Python画一个LinkinPark的logo代码实例
Sep 10 Python
pytorch多GPU并行运算的实现
Sep 27 Python
Python中filter与lambda的结合使用详解
Dec 24 Python
基于pytorch 预训练的词向量用法详解
Jan 06 Python
python3.4中清屏的处理方法
Jul 06 Python
Python  lambda匿名函数和三元运算符
Apr 19 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
phpmyadmin MySQL 加密配置方法
2009/07/05 PHP
PHP的autoload机制的实现解析
2012/09/15 PHP
php全角字符转换为半角函数
2014/02/07 PHP
以实例全面讲解PHP中多进程编程的相关函数的使用
2015/08/18 PHP
php判断是否为ajax请求的方法
2016/11/29 PHP
thinkphp 字母函数详解T/I/N/D/M/A/R/U
2017/04/03 PHP
Laravel 读取 config 下的数据方法
2019/10/13 PHP
Mac下关于PHP环境和扩展的安装详解
2019/10/17 PHP
javascript 基础篇2 数据类型,语句,函数
2012/03/14 Javascript
JavaScript调用后台的三种方法实例
2013/10/17 Javascript
JavaScript执行顺序详细介绍
2013/12/04 Javascript
判断window.onload是否多次使用的方法
2014/09/21 Javascript
DOM基础教程之使用DOM控制表单
2015/01/20 Javascript
网页中JS函数自动执行常用三种方法
2016/03/30 Javascript
基于JavaScript实现添加到购物车效果附源码下载
2016/08/22 Javascript
jQuery实现边框动态效果的实例代码
2016/09/23 Javascript
详解React 16 中的异常处理
2017/07/28 Javascript
关于JS与jQuery中的文档加载问题
2017/08/22 jQuery
JavaScript模拟实现封装的三种方式及写法区别
2017/10/27 Javascript
微信小程序在地图选择地址并返回经纬度简单示例
2018/12/03 Javascript
ES6中的class是如何实现的(附Babel编译的ES5代码详解)
2019/05/17 Javascript
三分钟教你用Node做一个微信哄女友(基友)神器(面向小白)
2019/06/21 Javascript
[02:49]2014DOTA2电竞也是体育项目! 势要把荣誉带回中国!
2014/07/20 DOTA
Python安装第三方库的3种方法
2015/06/21 Python
Python基于pygame实现的弹力球效果(附源码)
2015/11/11 Python
使用Python神器对付12306变态验证码
2016/01/05 Python
python3 json数据格式的转换(dumps/loads的使用、dict to str/str to dict、json字符串/字典的相互转换)
2019/04/01 Python
django+tornado实现实时查看远程日志的方法
2019/08/12 Python
python实现梯度下降法
2020/03/24 Python
使用keras实现孪生网络中的权值共享教程
2020/06/11 Python
如何用Python提取10000份log中的产品信息
2021/01/14 Python
幼儿园元旦活动感言
2014/03/02 职场文书
学术会议邀请函
2015/01/30 职场文书
春风化雨观后感
2015/06/11 职场文书
golang 实现两个结构体复制字段
2021/04/28 Golang
vue使用watch监听属性变化
2022/04/30 Vue.js