Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
17 used & new from £14.81

Have one to sell? Sell yours here
 
   
Python Web Programming (Landmark)
 
See larger image
 

Python Web Programming (Landmark) (Paperback)

by Steve Holden (Author)
4.7 out of 5 stars See all reviews (3 customer reviews)
RRP: £38.99
Price: £33.14 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.85 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Temporarily out of stock.
Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

10 new from £21.65 7 used from £14.81

Customers Who Bought This Item Also Bought

Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears (Programmer to Programmer)

Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears (Programmer to Programmer)

by Dana Moore
£14.72
Python Cookbook

Python Cookbook

by Alex Martelli
4.2 out of 5 stars (6)  £32.73
Python Pocket Reference (Pocket Reference (O'Reilly))

Python Pocket Reference (Pocket Reference (O'Reilly))

by Mark Lutz
3.7 out of 5 stars (6)  £5.99
Python for the World Wide Web (Visual QuickStart Guides)

Python for the World Wide Web (Visual QuickStart Guides)

by Chris Fehily
3.3 out of 5 stars (3)  £16.99
The Pragmatic Programmer

The Pragmatic Programmer

by Andrew Hunt
4.1 out of 5 stars (18)  £17.39
Explore similar items

Product details

  • Paperback: 720 pages
  • Publisher: Sams (16 Jan 2002)
  • Language English
  • ISBN-10: 0735710902
  • ISBN-13: 978-0735710900
  • Product Dimensions: 23.1 x 17.8 x 4.1 cm
  • Average Customer Review: 4.7 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 305,409 in Books (See Bestsellers in Books)

    Popular in this category:

    #39 in  Books > Computing & Internet > Programming > Languages > Python
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Web Programming
   microsoft.com/VisualStudio    Defy All Challenges with Visual Studio 2008. Free 90-Day Trial. 
Web Programming
   www.Adobe.com/ColdFusion8    Dynamically Generate and Interact with PDF forms. Free 30 Day Trial. 
Python Programming
   www.ActiveState.com    Multi-Platform, Multi-Language Easy Extensibility, Info Online 
  
 

Product Description

Product Description

Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programming effort and easier maintenance. It leaves involved discussion of the Python language by itself to other books and dives right into using Python within web enables applications.

This book is intended for programmers who have experience with other programming languages (such a C or C++) and has some experience with building web-based systems. It is for the serious programmer who does not want a basic introductory to the language.

All code developed in the book will be available on the newriders.com website. This is an incredible asset because the Python language allows for modular programming between systems, thus readers in their projects can use code created in the book.



From the Back Cover

Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programming effort and easier maintenance. This book is primarily intended for experienced programmers who have used other languages (such as Perl, C or C++). It provides a high-level introduction to the language. Experience in building web-based systems is not required. Two chapters provide a concise introduction to the Python language, and there is extensive material on using the socket network API and the Python database API, as well as the many standard library modules. This practical material is underpinned by chapters which explain the technologies used. The book concludes by presenting a pure-Python web framework that can be used as the basis of the reader's own web applications. All code developed in the book will be available through the New Riders web site, allowing readers to use code from the book in their own projects.



See all Product Description

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
Check a corresponding box or enter your own tags in the field below
web development
python

Your tags: Add your first tag
 

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
9 of 10 people found the following review helpful:
5.0 out of 5 stars Much more than just web programming, 23 Jun 2002
By A Customer
I was surprised when I got this book, mainly because of the title. I was expecting it to be limited to HTML processing, with maybe a little bit of XML and a mention of databases.

Not so, silly me. It covers much more important things than the various web development frameworks (it covers them too, but that kind of info isn't where books can shine, as it's all available on the net). Instead, you get to benefit from Steve's many years of experience in designing and programing in a networked environment. Design guidelines and common sense are seamlessly integrated with Python specific coverage, and the mixture is so well woven that you don't even notice. I've never seen such good advice in a waffle free computing book before.
You just realise half way through a chapter that you've learnt something about how systems should interact, not just how to write some Python to do it (which is of no long term use if you can't go and work out how to design similar stuff for yourself -- the library modules are documented elsewhere, the insight and design snippets aren't).

Many books have some lightweight coverage of the core Python language in the front. I tend to ignore those sections because they're light on useful info and not as good as the online reference, but I actually read this one. It's most informative, a bit like a cross between a tutorial and a reference. If you've programed before then, along with the online tutorial, it should get you more than up to speed.

Well done Steve -- it's a stormer, and very nicely written (it's one of the few software books that I've bought in the last few years that's been written in a light and jovial style).

I'd recommend it very highly to any beginning or intermediate programmer. If you really know your onions in the Python + networking stakes then it might not teach you so much, but it's still a good read, and still highly recommended.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 7 people found the following review helpful:
5.0 out of 5 stars Exellent book for anyone using python on the web, 8 Feb 2002
By A Customer
This book covers a lot of material. There are 5 main sections covering python, network programming, databases, xml and writing web applications. Each section in itself covers a wide range of material making this great value.
Throughout the book there is an emphasis on design as well as implementation. For example, the database section describes relational database theory before getting into the details of the the python database interface. Extreme programming and other design techniques are discussed. The examples in the book are excellent covering topics such as writing clients, servers, and by the end of the book a complete web application framework. The examples are well explained and the author has an easy to read style.
Overall this is an excellent book for anyone thinking of writing a web application in python. I think it would be especially beneficial to anyone who has not written python web applications before as it introduces all the necessary technology while at the same time encouraging good programming practice.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars Great Book Let Down Somewhat At The End, 11 Mar 2006
By A Customer
After reading positive reviews here and Amazon.com decided to buy the book.

There is not much to add to positive points noted by previous reviews but they have omitted one important thing about this book. Up until Chapter 17 the content remains concise, sample code is well documented and explained but chapters 17 and 18 are let downs unless you are willing to do some research on the net and dig out original book code (now residing at holdenweb.com)

Chapter 17 that introduces AWeFUL; An Object-Oriented Web Site Framework starts well and what little is written on it, is well written, however, chapter only contains small parts of the framework and at the end of it, you won't have a working site. Several critical modules are omitted and despite of showing final site running on framework, all you'll be seeing are exactly that: the images from author's screen.

Similar problems to Chapter 17 are present on Chapter 18, the sample site is dependant on several modules not included in the book and unless you download book code from author's website (and couple addtional Python modules as well), you won't be able to build a working website.

On the whole, seems to me that the author has either lost his patience, was running out of space or has tried to write about something he hadn't planned properly and didn't finish on time for book.

Also slight disappointment was, especially, exclusion of MySQL from database usage examples. Already 2002 MySQL was widely used as a database backend for websites and excluding it from a book that deals with web development, it is somewhat disappointing.

Above flaws may sound worse than they really are, just something you should be aware of if you decide to buy this book and expect high standards throughout.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


The Body Shop

The Body Shop - Vitamin C Skin Boost
Protect and boost your glow with The Body Shop Vitamin C Skin Boost.

Shop The Body Shop

 

More From David M. Beazley

Python Essential Reference

Python Essential Reference

For anyone who programs in Python, David M. Beazley's Python Essential... Read more
£32.99 £16.49

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates