rssHome » Ruby & Python

Advanced Rails Recipes

Advanced Rails Recipes

Book Description

on continues to build up a tremendous head of steam. Fueled by significant benefits and an impressive portfolio of real-world applications already in production, is destined to continue making significant inroads in coming years.Each new application showing up on the web adds yet more to the collective wisdom of the community. Yesterday’s best practices yield to today’s latest and greatest techniques, as the state of the art is continually refined in kitchens all across the Internet. Indeed, these are times of great progress.

At the same time, it’s easy to get left behind in the wake of progress. Advanced Recipes keeps you on the cutting edge of Rails and, more importantly, continues to turn this fast-paced framework to your advantage.

Advanced Rails Recipes is filled with pragmatic recipes you’ll use on every Rails project. And by taking the code in these recipes and slipping it into your application you’ll not only deliver your application quicker, you’ll do so with the confidence that it’s done right.

The current beta includes contributions from Aaron Batalion, Adam Keys, Adam Wiggins, Andre Lewis, Andrew Kappen, Benjamin Curtis, Ben Smith, Chris Bernard, Chris Haupt, Chris Wanstrath, Cody Fauser, Dan Benjamin, Dan Manges, Daniel Fischer, David Bock, David Chelimsky, David Heinemeier Hansson, Erik Hatcher, Ezra Zygmuntowicz, Geoffrey Grosenbach, Giles Bowkett, Greg Hansen, Gregg Pollack, Hemant Kumar, Hugh Bien, Jamie Orchard-Hays, Jamis Buck, Jared Haworth, Jarkko Laine, Jason LaPier, Jay Fields, John Dewey, Jonathan Dahl, Josep Blanquer Download Now »

Programming Ruby 1.9: The Pragmatic Programmers’ Guide

Programming Ruby 1.9: The Pragmatic Programmers Guide

Book Description

is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, features the same conveniences found in modern scripting languages, making a favorite tool of intelligent, forward-thinking programmers and the basis for the web framework.

This is the reference manual for , including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by 1.9). It also includes all the new and changed syntax and semantics introduced since 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, multinationalization, and the new block declaration syntax, among other exciting new features.

About the Author
Dave Thomas is a cornerstone of the Ruby community, and is personally responsible for many of its innovative directions and initiatives. He and original co-author Andy Hunt are founders of the Pragmatic Programmers and the Pragmatic Bookshelf. Download Now »

Practical Programming: An Introduction to Computer Science Using Python

Practical Programming: An Introduction to Computer Science Using Python

Book Description

Computers are used in every part of science from ecology to particle physics. This introduction to computer science continually reinforces those ties by using real-world science problems as examples. Anyone who has taken a high school science class will be able to follow along as the book introduces the basics of , then goes on to show readers how to work with databases, download data from the web automatically, build graphical interfaces, and most importantly, how to think like a professional programmer.

Topics covered include:
* Basic elements of from arithmetic to loops and if statements.
* Using functions and modules to organize programs.
* Using lists, sets, and dictionaries to organize data.
* Designing algorithms systematically.
* Debugging things when they go wrong.
* Creating and querying databases.
* Building graphical interfaces to make programs easier to use.
* Object-oriented programming and programming patterns.
Download Now »

Enterprise Recipes with Ruby and Rails

Enterprise Recipes with Ruby and Rails

Book Description

Enterprise Recipes with and helps you to overcome typical obstacles hidden in every enterprise’s infrastructure. It doesn’t matter if your application needs to access your company’s message-oriented middleware or if it has to scan through tons of huge XML documents to get a missing piece of data. and Rails enable you to create solutions that are both elegant and efficient.With more than 50 concise, targeted recipes, this book shows you how to use existing infrastructure to develop effectively for the enterprise. For example, is an excellent language for manipulating both textual and binary data. This is enormously useful, because typical enterprise software is about storing and processing huge amounts of data. You’ll learn how to process data in various popular data formats such as XML, CSV, fixed length records, and JSON.

This book covers the whole spectrum of distributed application technologies, ranging from simple socket-based servers to full-blown Service Oriented Architectures. In addition, Ruby is a perfect ally when you have to integrate with RESTful and SOAP services, or when you have to access message-oriented middleware. It even helps you to reuse your existing C/C++, Java, or code with ease.
Download Now »

IronPython in Action

IronPython in Action

Book Description

In 2005, quietly announced an initiative to bring dynamic languages to the platform. The starting point for this project was a implementation of , dubbed IronPython. After a couple years of incubation, IronPython is ready for real-world use. It blends the simplicity, elegance, and dynamism of with the power of the framework.IronPython in Action offers a comprehensive, hands-on introduction to ’s exciting new approach for the framework. It approaches IronPython as a first class language, fully integrated with the environment, Visual Studio, and even the open-source Mono implementation. You’ll learn how IronPython can be embedded as a ready-made scripting language into C# and VB.NET programs, used for writing full applications or for web with ASP. Even better, you’ll see how IronPython works in Silverlight for client-side web .

IronPython opens up exciting new possibilities. Because it’s a dynamic language, it permits paradigms not easily available in VB and C#. In this book, authors Michael Foord and Christian Muirhead explore the world of functional , live introspection, dynamic typing and duck typing , metaprogramming, and more.

IronPython in Action explores these topics with examples, making use of the interactive console to explore the .NET framework with live objects. The expert authors provide a complete introduction for programmers to both the language and the power of the .NET framework. The book also shows how to extend IronPython with C#, extending C# and VB.NET applications with , using IronPython with .NET 3.0 and Powershell, IronPython as a Windows scripting tool, and much more. Download Now »

Ruby on Rails for Microsoft Developers

Ruby on Rails for Microsoft Developers

Book Description

This definitive examines how to take advantage of the new Agile methodologies offered when using (RoR). You’ll quickly grasp the RoR methodology by focusing on the RoR from the point of view of the beginner- to intermediate-level developer. Plus, you’ll get a reliable roadmap for migrating your applications, skill set, and processes to the newer, more agile platform that RoR offers.

From the Back Cover
With its valuable combination of simplicity and productivity, is a portable, extendable, web application framework that quickly gained worldwide acclaim. The aim of this book is to make the enticing methodology more approachable for developers who are already familiar with tools.

After an overview and brief history of the framework, you’ll focus on learning from the point of view of a beginner-to-intermediate level Microsoft developer.

The author explores all the fundamental aspects of Rails, and includes comparisons and references to Microsoft development tools that you may already be familiar with. In doing so, he provides you with an easier path to learn how Rails simplifies the design and implementation of web applications.

By serving as a roadmap for migrating your skill set, development processes, and applications to the newer Agile platform that Rails offers, this book will help you leverage your existing skills so you can quickly take advantage of the full potential of Rails. Download Now »