Archive for the ‘Scripting: Perl’ Category

Python in a Nutshell, Second Edition (In a Nutshell (O’Reilly))

Monday, June 22nd, 2009

Author : Alex MartelliThis book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it [...]

Learning Perl, 5th Edition

Monday, June 22nd, 2009

Author : Randal SchwartzLearning Perl, popularly known as “the Llama,” is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes [...]

JavaScript: The Good Parts

Monday, June 22nd, 2009

Author : Douglas CrockfordMost programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these [...]

JavaScript: The Definitive Guide

Monday, June 22nd, 2009

Author : David FlanaganThis Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today’s Web 2.0 applications. This book is both an example-driven programmer’s guide and a keep-on-your-desk reference, with new chapters that explain [...]

Learning Python, 3rd Edition

Monday, June 22nd, 2009

Author : Mark LutzPortable, powerful, and a breeze to use, Python is ideal for both standalone programs and scripting applications. With this hands-on book, you can master the fundamentals of the core Python language quickly and efficiently, whether you’re new [...]

Programming Python

Monday, June 22nd, 2009

Author : Mark LutzAlready the industry standard for Python users, Programming Python from O’Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by [...]

Mastering Regular Expressions

Monday, June 22nd, 2009

Author : Jeffrey FriedlRegular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language [...]

Python Cookbook

Monday, June 22nd, 2009

Author : Alex MartelliPortable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications. It is now being used by an increasing number of major organizations, including [...]

Programming Perl (3rd Edition)

Monday, June 22nd, 2009

Author : Larry WallPerl is a powerful interpreted programming language that has matured steadily since it first appeared in 1988. The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as [...]

Objective-C Pocket Reference

Monday, June 22nd, 2009

Author : Andrew DuncanObjective-C is an exciting and dynamic approach to C-based object-oriented programming; it’s the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other [...]