Python for Data Analysis by Wes McKinneyPython for Data Analysis by Wes McKinney

Python for Data Analysis is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python. It is also a practical, modern introduction to scientific co...

Rating: 4. Average: 3.72

As a primer for data analysis, this book has been well written. With the enough sample data for learning purpose, Wes explains NumPy, Pandas and matplotlib libraries in addition to the knowledge requ...

Cloud Architecture Patterns: Using Microsoft Azure by Bill WilderCloud Architecture Patterns: Using Microsoft Azure by Bill Wilder

If your team is investigating ways to design applications for the cloud, this concise book introduces 11 architecture patterns that can help you take advantage of cloud-platform services. You’ll lea...

Rating: 4. Average: 3.85

This book is very useful for people who are new to cloud computing space and going to construct/migrate application on this.

For well experts and people who have already spend their life on...

Windows PowerShell for Developers by Douglas FinkeWindows PowerShell for Developers by Douglas Finke

The PowerShell platform gives developers seamless integration with legacy .Net code while adding a range previously not seen in a language. With this book you will quickly learn the fundamentals, and ...

Rating: 5. Average: 3.92

Powershell is not just for Administrators. It's elegant syntax help you to write good programs too. This book covers:

Quick introduction
text template transformation
Powershell ...

The Lean Startup: How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses by Eric RiesThe Lean Startup: How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses by Eric Ries

Most startups fail. But many of those failures are preventable.  The Lean Startup is a new approach being adopted across the globe, changing the way companies are built and new products are l...

Rating: 5. Average: 4.06

This is a MUST have book for every entrepreneur and good choice for software start-ups. And of course, the advises from this book also applicable for corporate software projects.

Eric Ries...

Mastering Regular Expressions by Jeffrey E.F. FriedlMastering Regular Expressions by Jeffrey E.F. Friedl

Regular 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...

Rating: 5. Average: 4.17

Pleasure learning about Regular Expressions, though I know the concept well.
Must read book for all IT students and developers...