9 本免费的 Python 语言编程书籍

上次笔者为大家介绍了 4 本免费的 Perl 语言编程书籍,今天我将向各位推荐 9 本免费的 Python 语言编程书籍,希望对你学习 Python 编程有所帮助。

A Byte of Python by Swaroop C H

A Byte of Python

十分简明的 Python 教程。“无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用 Python 语言。”包含 Python 2.x 和 Python 3.0 两个版本中文版由沈洁元译。

Dive Into Python by Mark Pilgrim

Dive Into Python

本书“是为有经验的程序员编写的一本 Python 书”,具有英文版中文版等多个版本。在去年 9 月,该书还针对 Python 3 进行了更新,新书名为《Dive Into Python 3》。

Building Skills in Python by Steven F. Lott

Building Skills in Python

这本 500 多页的书包含 42 章,通过一系列的练习来帮助你学习 Python 编程。本书有 HTML 和 PDF 格式

Python Standard Library by Fredrik Lundh

Python Standard Library

该书对 Python 标准库进行了介绍,并提供范例脚本参考。你可以在这里找到

How to Think Like a Computer Scientist by Jeffrey Elkner, Allen B. Downey, and Chris Meyers

How to Think Like a Computer Scientist

此书通过 Python 语言来教你如何进行编程。在线阅读

Invent Your Own Computer Games with Python by Albert Sweigart

Invent Your Own Computer Games with Python

通过其它的书学习编程,你可能会感觉枯燥,但这一本不会。该书通过创建游戏的方式来教你学习 Python 编程,非常有趣。可在线阅读或下载 PDF

Text Processing in Python by David Mertz

Text Processing in Python

如果你想用 Python 进行文本处理的话,那么这本书将为你提供全面而有用的参考。TXT 格式下载

The Definitive Guide to Django: Web Development Done Right by Adrian Holovaty, Jacob Kaplan-Moss

The Definitive Guide to Django

关于 Django 这个 Web 框架的权威指南。在线版

The Definitive Guide to Pylons James Gardner

The Definitive Guide to Pylons

另一个 Web 框架 Pylons 的权威指南。在线阅读

Read More: