书籍 Foundations of Python Network Programming的封面

Foundations of Python Network Programming

John Goerzen

出版社

Apress

出版时间

2004-08-17

ISBN

9781590593714

评分

★★★★★
书籍介绍

This may be the easiest book review I've ever written. If you program in Python and you want to write Internet applications, go buy Foundations of Python Network Programming by John Goerzen. There. - Ron Dippold, Slashdot contributor I've already folded down the corners of quite a few pages, and expect I'll refer to this book often in the coming months. - Greg Wilson, Dr. Dobbs Journal I think Apress is bringing a lot of helpful programming texts to the world. I intend to read this book to learn how to write client-server networking programs. - Richard Bejtlich, TaoSecurity As is typical of Apress books, there are a lot of specific code examples to help the reader see exactly how it should be done. - Midwest Book Review, Harold's Bookshelf This book is 99% good, and the only reason that isn't 100% is due to the wide scope of the book. Which, then again, is also a good thing. - Tommi Virtansen, http://tv.debian.net To guide readers through the new scripting language, Python, this book discusses every aspect of client and server programming. And as Python begins to replace Perl as a favorite programming language, this book will benefit scripters and serious application developers who want a feature-rich, yet simple language, for deploying their products. The text explains multitasking network servers using several models, including forking, threading, and non-blocking sockets. Furthermore, the extensive examples demonstrate important concepts and practices, and provide a cadre of fully-functioning stand alone programs. Readers may even use the provided examples as building blocks to create their own software.

用户评论
内容和例子都很浅显,用的时候翻翻就行了。
当作网络编程的教程或者参考书都不错
书中让读者设计并且实现了一个简单的网络协议。多年前帮助我在Linux下学会socket编程的第一本书。