[转]Python学习资料和教程pdf

开发工具:

Python语言集成开发环境 Wingware WingIDE Professional v3.2.12

Python语言集成开发环境 Wingware WingIDE Professional v3.2.9.1

高效Python/Django开发工具:JetBrains PyCharm v1.1.1 (附注册机)

Python和Django开发工具:JetBrains PyCharm v1.1

学习资料:

Python 3程序开发指南 (第二版) 中文PDF下载 Programming in Python 3, 2rd Edition

Python参考手册 (第4版) 中文高清PDF下载 (Python Essential Reference, 4th Edition)

Python技术手册 (第2版) 中文PDF | O'Reilly Python in a Nutshell, 2nd Edition

O'Reilly Programming Python, 4th Edition (涵盖Python 3.x)

Python基础教程 (第2版) 中文高清PDF版

Python学习手册 第3版(Learning Python, 3rd Edition) 中文版PDF

Python Cookbook(第2版)中文版

Python核心编程 (第二版) 高清PDF中文版

Python核心编程 第二版 (Core Python Programming)

LinuxCBT Python Edition - Python编程视频教程

Python UNIX和Linux 系统管理指南

Python 3 Object Oriented Programming

Programming in Python 3: A Complete Introduction to the Python Language

Dive Into Python 3 (附随书源码)

Python 3 for Absolute Beginners

O'Reilly Python Pocket Reference 第四版

Python高级编程 (Expert Python)

Python精要参考(第二版)

Python核心参考 第三版

Making Use of Python

Python 2.6 Text Processing: Beginners Guide

Python入门指南 中文PDF for py 2.5b

A Byte of Python (for Python 3.0)

wxPython实战 (中文版)

Manning wxPython in Action

征服Python-语言基础与典型应用 教程+随书光盘下载

深入Python 中文版

Dive Into Python 5.5 (附代码)

O'Reilly Learning Python 第四版(涵盖Python 2.6和3.x)

O'Reilly Learning Python 第三版

Python How To Program

Wrox Beginning Python

Python Visual Quickstart Guide

Python Developer's Handbook

O'Reilly Programming Python 第三版

Python 2.1 Bible (Python 2.1 宝典)

O'Reilly Python Standard Library

Python Essential Reference 第四版

Python Essential Reference 第三版

Beginning Python: From Novice to Professional 第二版

Wrox Python: Create - Modify - Reuse

Python UNIX和Linux 系统管理指南 中文PDF下载 | 英文版

Python Programming with the Java Class Libraries

Advanced Python Programming

Python Performance Tips

Python Programming On Win32

Scientific Computing in Python

Python Network Programming

Processing WDSL in Python

O'Reilly Python & XML

mod_python 手册

Thinking in Python

Python Programming for the Absolute Beginner

Game Programming with Python Lua And Ruby

How to Think Like a Computer Scientist - Learning with Python

Text Processing in Python

GUI Programming with Python, Using the Qt Toolkit

Rapid GUI Programming with Python and Qt

Expert Python Programming

Django JavaScript Integration: AJAX and jQuery

Django 1.0 Template Development

Wrox Professional Python Frameworks

The Definitive Guide to django

Beginning Django E-Commerce

Python Frameworks Web 2.0 Programming with Django and TurboGears

Foundations of Agile Python Development

Foundations of Python Network Programming

The Definitive Guide to Pylons

Addison Wesley - Perl to Python Migration

Python Scripting for Computational Science

Mobile Python: Rapid prototyping of applications on the mobile platform

How to Think Like a Computer Scientist: Learning with Python

Numerical Methods in Engineering with Python

转:http://www.cnblogs.com/caniser/p/3659944.html

Python学习资料下载地址(转)的更多相关文章

  1. 精心整理的一些 Python 学习资料

    今天花了些时间给大家精心整理一份 Python 学习资料.我觉得不错的资料我都整理进来了,如果你是学习python的,我觉得这一份资料对你应该有用. 1.知乎上超过 10k 的python相关回答 Y ...

  2. 最新JavaScript、Ajax典藏级学习资料下载分类汇总 (2011年12月21日更新)

    其他网站开发相关资料            超强HTML和xhtml,CSS精品学习资料下载汇总                                               最新htm ...

  3. VC++/MFC(VC6)开发技术精品学习资料下载汇总

    工欲善其事,必先利其器,VC开发MFC Windows程序,Visual C++或Visual Studio是必须的,恩,这里都给你总结好了,拿去吧:VC/MFC开发必备Visual C++.Visu ...

  4. H2最完整的资料下载地址:

    淡泊以明志,宁静以致远 博客园 首页 新随笔 联系 管理 订阅 随笔- 678  文章- 0  评论- 137  H2 database的使用   H2最完整的资料下载地址: http://downl ...

  5. python学习博客地址集合。。。

    python学习博客地址集合...   老师讲课博客目录 http://www.bootcdn.cn/bootstrap/  bootstrap cdn在线地址 http://www.cnblogs. ...

  6. python django网站编程视频教程学习资料下载

    “人生苦短,我用python”,学python的小伙伴应该都了解这句话的含义.但是,学python,你真正了了解强大的Django框架吗!?据说Django还是由吉普赛的一个吉他手的名字命名的呢,有木 ...

  7. [Python] 学习资料汇总

    Python是一种面向对象的解释性的计算机程序设计语言,也是一种功能强大且完善的通用型语言,已经有十多年的发展历史,成熟且稳定.Python 具有脚本语言中最丰富和强大的类库,足以支持绝大多数日常应用 ...

  8. [转]Python学习资料和教程pdf

    开发工具: Python语言集成开发环境 Wingware WingIDE Professional v3.2.12 Python语言集成开发环境 Wingware WingIDE Professio ...

  9. os x 10.10 測试版系统下载 swift语言学习资料下载

    http://pan.baidu.com/s/1eQ5oj1S               这是下载地址 ! 刚学完oc 就出了 swift!这----  只是还是非常高兴看了一点swith得东西感觉 ...

随机推荐

  1. vbox下创建共享存储

    1.创建共享盘VBoxManage.exe createhd -filename D:\VM\linux01\ocr_vote.vdi -size 2048 -format VDI -variant ...

  2. JNI支持C++与C的区别

    1. C++的代码后缀是".cpp" 2. 在JNI.h 文件中有两套代码.一套是支持c的, 一套是支持JNI的. JNI.h地址:mac ▸ 用户 ▸ douj ▸ Docume ...

  3. [转帖]The Lambda Calculus for Absolute Dummies (like myself)

    Monday, May 7, 2012 The Lambda Calculus for Absolute Dummies (like myself)   If there is one highly ...

  4. django 项目的文件说明

    参见官方教程的mysite项目 mysite--- manage.py db.sqlite3 #数据库文件 mysite--- #项目文件夹 __init__.py settings.py urls. ...

  5. Mysql 数据库创建基本步骤

    1.创建数据库 create database school; 2.使用数据库 Use school; 3.创建用户 create user jame@localhost identified by ...

  6. Func<T>、Action<T> 的区别于说明

    一.Func Func是一个.Net内置的委托. Func<Result>,Func<T1,Result>是一个.Net内置的泛型委托. Func<TResult> ...

  7. iOS开发阶段技能总结

    这是一篇自己平时纪录的笔记... 1.基本的数据结构常识:链表,队列,栈 2.基本的算法:排序,动态规划等常用算法 3.基本的概念,cocoa,各种自带的view的使用. 4.xcode自带的测试:O ...

  8. 在VMware下正确克隆CentOS6.5的打开方式

    引言 想必用VMware Workstation软件安装虚拟机,作为一个爱"折腾"的攻城狮肯定是千千万万遍的事情.无论是学习还是工作之中,我们都会遇到需要在一台物理主机上运行多台虚 ...

  9. Openstack Basic

    html,body { } .CodeMirror { height: auto } .CodeMirror-scroll { } .CodeMirror-lines { padding: 4px 0 ...

  10. VS2013不显示最近打开文件

    首先点击开始在左下角输入"regedit" 右击HKEY_CURRENT_USER,点击查找,输入NoRecentDocsHistory 在右边找到NoRecentDocsHist ...