ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Web Programming in Python
Author:
George K Thiruvathukal et al
ISBN:
0 13 041 065 9
Publisher:
Prentice Hall
Pages:
745pp
Price:
£35-99
Reviewer:
Ratul Bhadury
Subject:
python; web programming
Appeared in:
16-3
The book's overall objective is to provide a foundation in Python, Linux, Apache web server, and MySQL for developing web-applications. It includes some sample, fully functional web applications developed with these technologies.

I was quite impressed with the chapters dealing with the Python language. Surprisingly the chapters were fairly detailed. Of course, the website tutorial is still an indispensable resource and must still go hand-in-hand with these chapters.

As a novice in Linux I did find the one chapter covering its basics rather lacking including only what the authors felt you would need to know while developing a web application. For example, when dealing with various Unix commands like cat, grep, kill etc., the book only mentions a few of the available switches. I would have preferred if the authors covered more of them and left it up to the readers to decide which ones would be of more practical use. The reader shouldn't expect this book to provide groundwork in Linux; and the authors don't claim it will.

A chapter covers the basics of Internet working and HTTP. This includes a brief history of networking, network models, HTML, transport layer protocols, sockets and ports, HTTP etc. While it does cover topics like the OSI model, which are probably of little practical use, it is nevertheless a good, summarising read.

The chapter on Apache only covered what the authors felt was essential, and that too fairly tersely. I would have also preferred if they could have covered some GUI tools like Comanche. You will definitely need to hit some other books or websites to really understand the Apache topics covered here.

Of course you need to be fairly comfortable with relational databases and SQL in general to understand what's going in the next chapter on MySQL; for those who are, this chapter provides you with enough knowledge to get you started with MySQL. More advanced resources will obviously be required subsequently.

The next few chapters deal with the actual integration of what has been covered till then, in the form of Python CGI programming, various helper modules, and the Slither application framework for Python web programming. These will be of immense help if you already have a project in mind you wish to work on.

I was quite pleased with the book, and would recommend it to anyone wishing for an introduction to these technologies. If you are more experienced I would suggest you strengthen your weaker areas with a more specialised book.