Python学习资料

时间:2021-11-12 17:17:01 

官方网站 : 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学习资料
0
投稿

猜你喜欢

  • laravel 解决crontab不执行的问题

    2023-11-15 01:45:18
  • Python:__eq__和__str__函数的使用示例

    2023-01-12 02:45:31
  • Python中几种导入模块的方式总结

    2021-09-20 08:17:14
  • JavaScript常用的返回,自动跳转,刷新,关闭语句汇总

    2023-10-21 10:37:27
  • Python中csv模块的基本使用教程

    2021-06-20 21:49:55
  • Python3控制路由器——使用requests重启极路由.py

    2023-05-20 08:07:54
  • Dreamweaver MX打造弹出“向导”

    2009-07-21 12:41:00
  • Matplotlib 折线图plot()所有用法详解

    2023-01-30 06:10:30
  • 分析并输出Python代码依赖的库的实现代码

    2022-04-05 17:07:23
  • Python类的用法实例浅析

    2023-07-31 11:17:18
  • python列表插入append(), extend(), insert()用法详解

    2021-05-12 13:32:40
  • Python中for后接else的语法使用

    2023-07-08 15:28:47
  • 初学者必读:经典的数据库记录分页代码

    2009-01-08 15:27:00
  • 解决启动django,浏览器显示“服务器拒绝访问”的问题

    2023-08-20 05:45:01
  • python tkinter 做个简单的计算器的方法

    2023-12-20 18:18:27
  • Python使用Flask Migrate模块迁移数据库

    2023-08-10 09:17:30
  • Python实现Tracert追踪TTL值的方法详解

    2023-06-24 13:08:14
  • python asyncio 协程库的使用

    2022-09-13 13:28:16
  • caffe binaryproto 与 npy相互转换的实例讲解

    2021-10-22 15:38:48
  • PHP中phar包的使用教程

    2023-11-09 19:55:52
  • asp之家 网络编程 m.aspxhome.com