Django Books
-
The Definitive Guide to Django: Web Development Done Right, Second Edition
Published 11 years ago
by Adrian Holovaty, Jacob KaplanMoss, Apress
This latest edition of The Definitive Guide to Django is updated for Django 1.1, and, with the forward–compatibility guarantee that Django now provides, should serve as the ultimate tutorial and reference for this popular framework for years to come. Django, the Python–based equivalent to Ruby’s Rails web development framework, is one of the hottest topics in web development today.
-
Python for Unix and Linux System Administration
Published 12 years ago
by Noah Gift, Jeremy Jones, O'Reilly Media
Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them. Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples.
-
JavaServer Pages, 3rd Edition
Published 17 years ago
by Hans Bergsten, O'Reilly Media
JavaServer Pages (JSP) has built a huge following since the release of JSP 1.0 in 1999, providing Enterprise Java developers with a flexible tool for development of dynamic web sites and web applications. While point releases over the years, along with the introduction of the JSP Standard Tag Library (JSTL), have incrementally improved the rough areas of the first version of the JSP specification, JSP 2.0 takes this technology to new heights.
-
Rails Solutions: Ruby on Rails Made Easy
Published 14 years ago
by Justin Williams, friends of ED
In this book you'll learn: How to develop web applications quickly and easily with the Ruby on Rails framework The basics of programming principles and Ruby syntax, so you can begin to understand whats going on under the hood How to implement must-have web application features, such as user accounts, data validation, sending e-mail, image uploading, and more How to use Ajax techniques with Rails and when not to use them How to implement other Web 2.
-
Foundations of Python Network Programming: The comprehensive guide to building network applications with Python
Published 10 years ago
by John Goerzen, Brandon Rhodes, Apress
This second edition of Foundations of Python Network Programming targets Python 2.5 through Python 2.7, the most popular production versions of the language. Python has made great strides since Apress released the first edition of this book back in the days of Python 2.3. The advances required new chapters to be written from the ground up, and others to be extensively revised.
-
Python Web Development with Django (Developer's Library)
Published 12 years ago
by Jeff Forcier, Paul Bissex, Wesley Chun, Addison-Wesley Professional
Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.
-
Core Python Programming (2nd Edition) (Core Series)
Published 14 years ago
by Wesley Chun, Prentice Hall PTR
Praise for Core Python Programming "The long-awaited second edition of Wesley Chun's Core Python Programming proves to be well worth the wait—its deep and broad coverage and useful exercises will help readers learn and practice good Python."—Alex Martelli, author of Python in a Nutshell and editor of Python Cookbook"There has been lot of good buzz around Wesley Chun's Core Python Programming. It turns out that all the buzz is well earned.
-
The Definitive Guide to Lift: A Scala-based Web Framework
Published 11 years ago
by Derek ChenBecker, Tyler Weir, Marius Danciu, Apress
Apress's firstPress series is your source for understanding cutting-edge and emerging technology. Short, highly focused, and written by experts, firstPress books save you time and effort. They contain the information you could get based on intensive research yourself or if you were to attend a conference every other week–if only you had the time. They cover the concepts and techniques that will keep you ahead of the technology curve.
-
Building a Web Site For Dummies
Published 10 years ago
by David A. Crowder, For Dummies
If you're just getting your feet wet in Web site construction, the first big hurdle is figuring out where to start. Building a Web Site for Dummies lightens things up with humor and makes the challenge of building a site far less daunting.This book doesn't zoom you right into coding HTML, although it covers the markup language quite well.
-
Restful Web Services
Published 13 years ago
by Leonard Richardson, Sam Ruby, O'Reilly Media
"Every developer working with the Web needs to read this book." -- David Heinemeier Hansson, creator of the Rails framework"RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it." -- Adam Trachtenberg, PHP author and EBay Web Services EvangelistYou've built web sites that can be used by humans. But can you also build web sites that are usable by machines?