July 31, 2011
lynda.com Tutorial | Python 3 Essential Training—Inheritance and polymorphism
|
|
Restful Web Services $19.55 “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 Evangelist You’ve built web sites that can be used by humans. But can you a… |
|
|
Natural Language Processing with Python $31.45 This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you’ll learn how to write Python programs that work with large collections of unstructured text. You’ll access richly annotated datasets using a comprehensive range… |
|
|
Programming Google App Engine: Build and Run Scalable Web Apps on Google’s Infrastructure (Animal Guide) $20.99 As one of today’s cloud computing services, Google App Engine does more than provide access to a large system of servers. It also offers you a simple model for building applications that scale automatically to accommodate millions of users. With Programming Google App Engine, you’ll get expert practical guidance that will help you make the best use of this powerful platform. Google engineer Dan S… |
|
|
Python (Paperback) $38.11 Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains such as Web, database access, desktop GUIs, game and software development, and network programming. Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any application domain. This task-based tutorial is for students with no programming experience as well as those programmers who have some experience with the programming language and now want to take their skills to the next level. The book walks a reader through all the fundamentals and then moves on to more advanced topics. It's a complete end-to-end tutorial and reference. |
|
|
Web Programming in Python by Thiruvathukal, George K Christopher, Thomas W Shafaee, John Edition , 0 $15.49 Enterprise-class open source Web development — step-by-step, start-to-finish!Build production-quality Web applications with Python and open source technologyIncludes in-depth coverage of Python’s intrinsic support for CGI programmingDemonstrates efficient template processing using a powerful yet simple module known as the Write ProcessorContains complete tutorials on Python, Apache Web Server, and MySQLFeatures start-to-finish Web application case studies based on Slither, a new Python-based portal application development platformPython is 100% enterprise ready, with powerful database, network, and Internet support. Now there’s a book that shows you Python at work in a real enterprise environment. Web Programming in Python demonstrates exactly how to build robust, Web-based systems that integrate Python with three powerful open source technologies: Linux, Apache, and MySQL. Coverage includes all this, and more: Self-contained Python tutorial: from the basics to advanced object-oriented and metaprogramming techniquesFundamentals of Web development in Linux environments, covering file systems, processes, networking, and HTTP (the protocol of the web)Network setup and Apache configuration, including the configuration of Secure Sockets Layer to support HTTPSPython CGI programming: generating clean HTML code without unnecessary complexity and techniques for separating HTML from your business logicAn effective logging framework to support server-side debugging without using a debuggerMySQL: An immersive introduction to SQL and the book modules to integrate data access in yourapplicationsObject-oriented techniques for form processing and powerful template processing using the Write Processor moduleIn an extensive case study section, you’ll discover the new open source Slither Application Development Framework, and use it to build two powerful collaboration and e-commerce applications. If you’re ready to use Python and open source in a real production environment, one book delivers the techniques and code you’re looking for: Web Programming in Python.The software in this book is distributed under open source licensing terms and is available freely from http: //www.toolsofcomputing.com |
|
|
The Quick Python Book (Paperback) $59.88 The Quick Python Book, Second Edition, is a clear, concise introduction to Python 3, aimed at programmers new to Python. This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python. The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python. True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python. |
|
|
Python Web Development with Django by Forcier, Jeff; Bissex, Paul; Chun, Wesley Edition ILL, 1 $28.99 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. The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including Simple Web log (blog) Online photo gallery Simple content management system Ajax-powered live blogger Online source code sharing/syntax highlighting tool How to run your Django applications on the Google App Engine This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community. Introduction 1 Part I: Getting Started Chapter 1: Practical Python for Django 7 Chapter 2: Django for the Impatient: Building a Blog 57 Chapter 3: Starting Out 77 Part II: Django in Depth Chapter 4: Defining and Using Models 89 Chapter 5: URLs, HTTP Mechanisms, and Views 117 Chapter 6: Templates and Form Processing 135 Part III: Django Applications by Example Chapter 7: Photo Gallery 159 Chapter 8: Content Management System 181 Chapter 9: Liveblog 205 Chapter 10: Pastebin 221 Part IV: Advanced Django Techniques and Features Chapter 11: Advanced Django Programming 235 Chapter 12: Advanced Django Deployment 261 Part V: Appendices Appendix A: Command Line Basics 285 Appendix B: Installing and Running Django 295 Appendix C: Tools for Practical Django Development 313 Appendix D: Finding, Evaluating, and Using Django Applications 321 Appendix E: Django on the Google App Engine 325 Appendix F: Getting Involved in the Django Project 337 Index 339 Colophon 375 |
|
|
Python & Xml (Paperback) $58.59 If you are a Python programmer who wants to incorporate XML into your skill set, this is the book for you. Python has attracted a wide variety of developers, who use it either as glue to connect critical programming tasks together, or as a complete cross-platform application development language. Yet, because it is object-oriented and has powerful text manipulation abilities, Python is an ideal language for manipulating XML.Python & XML gives you a solid foundation for using these two languages together. Loaded with practical examples, this new volume highlights common application tasks, so that you can learn by doing. The book starts with the basics then quickly progresses to complex topics, like transforming XML with XSLT, querying XML with XPath, and working with XML dialects and validation. It also explores the more advanced issues: using Python with SOAP and distributed web services, and using Python to create scalable streams between distributed applications (like databases and web servers).The book provides effective practical applications, while referencing many of the tools involved in XML processing and Python, and highlights cross-platform issues along with tasks relevant to enterprise computing. You will find ample coverage of XML flow analysis and details on ways in which you can transport XML through your network.Whether you are using Python as an application language, or as an administrative or middleware scripting language, you are sure to benefit from this book. If you want to use Python to manipulate XML, this is your guide. |
|
|
Python in a Nutshell By Martelli, Alex $43.67 Demonstrates the programming languages strength as a Web development tool, covering syntax, data types, builtins, the Python standard module library, and real world examples. Author: Martelli, Alex Series Title: In a Nutshell (Oreilly) Publication Date: 2006/07/01 Number of Pages: 695 Binding Type: Paperback Language: English Depth: 1.25 Width: 5.75 Height: 9.00 |
|
|
Python Web Development with Django By Forcier, Jeffrey/ Bissex, Paul/ Chun, Wesley $51.34 Author: Forcier, Jeffrey/ Bissex, Paul/ Chun, Wesley Series Title: Developers Library Publication Date: 2008/10/24 Number of Pages: 377 Binding Type: Paperback Language: English Depth: 1.00 Width: 7.00 Height: 9.00 |
|
|
Java Web Services in a Nutshell (Paperback) $58.59 Provides both a tutorial and a quick reference guide to the Java APIs for Web services development, with a study of the different types of Web services, an explanation of JWSDP, and other documentation and supplementary material. |
|
|
Web Component Development with Zope 3 (Paperback) $188.78 Zope is a powerful Python web application platform for developing complex web applications rapidly and collaboratively. With version 3, Zope has been rebuilt on top of a Component Architecture that combines the best ideas available from modern web platforms.This book focuses on Zope 3, though it also addresses the needs of Zope 2 developers who want to use Zope 3 features as they are backported into the Zope 2 platform. First, the key concepts of Zope and its Component Architecture are introduced. Each of Zope`s capabilities is demonstrated by building a sample application and then extending it with more features. |
|
|
Agile Web Development With Rails (Paperback) $59.11 Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly. You concentrate on creating the application, and Rails takes care of the details. Tens of thousands of developers have used this award-winning book to learn Rails. It`s a broad, far-reaching tutorial and reference that`s recommended by the Rails core team. If you`re new to Rails, you`ll get step-by-step guidance. If you`re an experienced developer, this book will give you the comprehensive, insider information you need. Rails has evolved over the years, and this book has evolved along with it. We still start with a step-by-step walkthrough of building a real application, and in-depth chapters look at the built-in Rails features. This edition now gives new Ruby and Rails users more information on the Ruby language and takes more time to explain key concepts throughout. Best practices on how to apply Rails continue to change, and this edition keeps up. Examples use cookie backed sessions, HTTP authentication, and Active Record-based forms, and the book focuses throughout on the right way to use Rails. Additionally, this edition now reflects Ruby 1.9, a new release of Ruby with substantial functional and performance improvements. |
Related Blogs
Filed under Uncategorized by on Jul 31st, 2011. Comment.









What do we need on Our Blog???