Senin, 09 September 2013

Wow! eBook: Learning IPython for Interactive Computing and Data Visualization - 5 new eBooks


Wow! eBook: Learning IPython for Interactive Computing and Data Visualization - 5 new eBooks

Link to Wow! eBook

Learning IPython for Interactive Computing and Data Visualization

Posted: 09 Sep 2013 09:16 AM PDT

Book Description

You already use Python as a scripting language, but did you know it is also increasingly used for scientific computing and data analysis? Interactive programming is essential in such exploratory tasks and IPython is the perfect tool for that. Once you've learnt it, you won't be able to live without it.

“Learning IPython for Interactive Computing and Data Visualization” is a practical, hands-on, example-driven tutorial to considerably improve your productivity during interactive Python sessions, and shows you how to effectively use IPython for interactive computing and data analysis.

This book covers all aspects of IPython, from the highly powerful interactive Python console to the numerical and visualization features that are commonly associated with IPython.

You will learn how IPython lets you perform efficient vectorized computations, through examples covering numerical simulations with NumPy, data analysis with Pandas, and visualization with Matplotlib. You will also discover how IPython can be conveniently used to optimize your code using parallel computing and dynamic compilation in C with Cython.

“Learning IPython for Interactive Computing and Data Visualization” will allow you to optimize your productivity in interactive Python sessions.

What you will learn from this book

  • Debug your code from the IPython console
  • Benchmark and profile your code from IPython
  • Perform efficient vectorized computations with NumPy
  • Analyze data tables with Pandas
  • Create visualizations with Matplotlib
  • Parallelize your code easily with IPython
  • Customize IPython and create your own magic commands
  • Accelerate your Python code using dynamic C compilation with Cython

Approach
A practical hands-on guide which focuses on interactive programming, numerical computing, and data analysis with IPython.

Who this book is for
This book is for Python developers who use Python as a scripting language or for software development, and are interested in learning IPython for increasing their productivity during interactive sessions in the console. Knowledge of Python is required, whereas no knowledge of IPython is necessary.

Book Details

  • Paperback: 138 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1782169938
  • ISBN-13: 978-1782169932
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning IPython for Interactive Computing and Data Visualization appeared first on Wow! eBook.

Kinect in Motion – Audio and Visual Tracking by Example

Posted: 09 Sep 2013 09:13 AM PDT

Book Description

Kinect is a motion-sensing input device by Microsoft for the Xbox 360 video game console and Windows PCs. It provides capabilities to enhance human-machine interaction along with a zero-to-hero journey to engage the user in a multimodal interface dialog with your software solution.

Kinect in Motion – Audio and Visual Tracking by Example guides you in developing more than five models you can use to capture gestures, movements, and voice spoken commands. The examples and the theory discussed provide you with the knowledge to let the user become a part of your application.

Kinect in Motion – Audio and Visual Tracking by Example is a compact reference on how to master color, depth, skeleton, and audio data streams handled by Kinect for Windows.Starting with an introduction to Kinect and its characteristics, you will first be shown how to master the color data stream with no more than one page of lines of code. Learn how to manage the depth information and map them against the color ones. You will then learn how to define and manage gestures that enable the user to instruct the application simply by moving arms or any other type of natural action. Finally you will complete your journey through a multimodal interface, combining gestures with audio.The book will lead you through many detailed, real-world examples, and even guide you on how to test your application.

What you will learn from this book

  • Tune the captured color data stream to adjust the output to the environmental condition
  • Detect simple actions, such as arm movement, to raise events in your application
  • Debug and test your application to increase the quality of the software delivered
  • Track users wherever they are seated or standing so that your application can interact with the users
  • Capture sounds to convert the vocal input into application commands
  • Adjust the Kinect angle programmatically to optimize the view angle according to the user position and the environment characteristics

Approach
The book includes a series of step-by-step illustrated tutorials supported by detailed explanations for building a multimodal user interface based on Kinect for Windows.

Who this book is for
Kinect in Motion – Audio and Visual Tracking by Example is great for developers new to the Kinect for Windows SDK, and who are looking to get a good grounding in how to master video and audio tracking. It's assumed that you have some experience in C# and XAML already.

Book Details

  • Paperback: 112 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1849697183
  • ISBN-13: 978-1849697187
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Kinect in Motion – Audio and Visual Tracking by Example appeared first on Wow! eBook.

Learning Adobe Connect 9

Posted: 09 Sep 2013 09:10 AM PDT

Book Description

Modern world organizations require effective collaboration in order to improve productivity. Conferencing tools enable users to increase their productivity and improve communication with their functionalities that include interactive experiences supported by multiple features. One of the most advanced conferencing tools and the market leader is Adobe Connect. It is a great tool that will help you organize and present your content in the most efficient manner possible while capturing the audience with rich and engaging presentations.

“Learning Adobe Connect 9″ is a practical, hands-on guide that provides you with a number of clear, step-by-step exercises that will help you take advantage of the real power that is behind Adobe Connect.

“Learning Adobe Connect 9″ will take you on the journey through the magical world of Adobe Connect features. By reading this book, you will be able to master the most important features of Adobe Connect quickly. This book will guide you from the basic Connect functionalities through the complex features that are offered by the application's user friendly interface. The easy-to-understand structure of this book will help you learn and remember the content with straight to the point examples combined with step-by-step guides that will help you use all of the Connect features with confidence.

By the end of this book, you will be full of confidence to start your next web conference.

What you will learn from this book

  • Explore Adobe Connect's basic functionalities and navigate through the application
  • Create and manage Adobe Connect meetings
  • Produce and manage various content types
  • Manage users and user roles
  • Share of screen, presentation, and applications
  • Discover the use of Pods and other functionalities
  • Create and edit meeting recordings
  • Set up audio conference meetings

Approach
Written in an engaging, easy-to-follow style, Learning Adobe Connect 9 is a practical guide that will help you master the use of this web conferencing platform and its most important features.

Who this book is for
This book is ideal for users who would like to start utilizing Adobe Connect for web meetings, e-learning, and webinars. Those who are looking to learn Connect and get up to speed with using all of its features would find this book extremely useful.

Book Details

  • Paperback: 178 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1849694168
  • ISBN-13: 978-1849694162
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning Adobe Connect 9 appeared first on Wow! eBook.

OpenCV Computer Vision with Python

Posted: 09 Sep 2013 09:07 AM PDT

Book Description

Computer Vision can reach consumers in various contexts via webcams, camera phones and gaming sensors like Kinect. OpenCV’s Python bindings can help developers meet these consumer demands for applications that capture images, change their appearance and extract information from them, in a high-level language and in a standardized data format that is interoperable with scientific libraries such as NumPy and SciPy.

“OpenCV Computer Vision with Python” is a practical, hands-on guide that covers the fundamental tasks of computer vision—capturing, filtering and analyzing images—with step-by-step instructions for writing both an application and reusable library classes.

“OpenCV Computer Vision with Python” shows you how to use the Python bindings for OpenCV. By following clear and concise examples you will develop a computer vision application that tracks faces in live video and applies special effects to them. If you have always wanted to learn which version of these bindings to use, how to integrate with cross-platform Kinect drivers and and how to efficiently process image data with NumPy and SciPy then this book is for you.

What you will learn from this book

  • Install OpenCV and related software such as Python, NumPy, SciPy, OpenNI, and SensorKinect—all on Windows, Mac or Ubuntu
  • Capture, display, and save photos and real-time videos
  • Handle window events and input events using OpenCV’s HighGui module or Pygame
  • Understand OpenCV’s image format and how to perform efficient operations on OpenCV images with NumPy and SciPy
  • Apply "curves" and other color transformations to simulate the look of old photos, movies or video games
  • Apply an effect only to edges in an image
  • Copy and resize segments of an image
  • Apply an effect only to certain depths in an image by using data from a depth sensor such as Kinect
  • Track faces, eyes, noses and mouths by using prebuilt datasets
  • Track arbitrary objects by creating original datasets

Approach
A practical, project-based tutorial for Python developers and hobbyists who want to get started with computer vision with OpenCV and Python.

Who this book is for
OpenCV Computer Vision with Python is written for Python developers who are new to computer vision and want a practical guide to teach them the essentials. Some understanding of image data (for example, pixels and color channels) would be beneficial. At a minimum you will need access to at least one webcam. Certain exercises require additional hardware like a second webcam, a Microsoft Kinect or an OpenNI-compliant depth sensor such as the Asus Xtion PRO.

Book Details

  • Paperback: 122 pages
  • Publisher: Packt Publishing (April 2013)
  • Language: English
  • ISBN-10: 1782163921
  • ISBN-13: 978-1782163923
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post OpenCV Computer Vision with Python appeared first on Wow! eBook.

Yii Application Development Cookbook, 2nd Edition

Posted: 09 Sep 2013 09:04 AM PDT

Book Description

The Yii framework is a rapidly growing PHP5 MVC framework often referred to as Rails for PHP. It has already become a solid base for many exciting web applications such as Stay.com and can be a good base for your developments, too. This book will help you to learn Yii quickly and in more depth for use in for your developments.

“Yii Application Development Cookbook” will show you how to use Yii efficiently. You will learn about taking shortcuts using core features, creating your own reusable code base, using test driven development, and many more topics that will give you a lot of experience in a moderate amount of time.

The second edition fixes all errata found in the first edition and also features new recipes on the client side, HTTP caching, and using Composer with Yii.

The chapters of the book are generally independent and since this book's goal is to enhance a practical approach to Yii development, you can start reading from the chapter you need most, be it Ajax and jQuery, Database, Active Record, and Model Tricks, or Extending Yii.

“Yii Application Development Cookbook” will help you to learn more about the Yii framework and application development practices in general, showing shortcuts and dangerous things you shouldn't do.

With all the recipes grouped in 13 chapters, you will write your applications more efficiently using shortcuts and using Yii core functionality in a good way. The most interesting topics are; Yii application deployment, a guide to writing your own extensions, advanced error handling, debugging and logging, application security, performance tuning, and much more.

“Yii Application Development Cookbook” will help you to learn more about the Yii framework and application development practices in general. You will write your applications more efficiently using shortcuts and using Yii core functionality in a good way.

What you will learn from this book

  • Make use of internal Yii features, such as events and collections
  • Get the maximum out of your controller and views and make them reusable
  • Work with jQuery, JavaScript, and AJAX the Yii way
  • Make your application error-free using TDD approach
  • Use Active Record efficiently
  • Utilize Zii components such as grids and data providers
  • Implement, package, and share your code as a reusable extension
  • Tune your application for better performance and also learn general performance principles and Yii-related settings

Approach
This book is a collection of Yii recipes with chapters generally independent of each other. It is full of practically useful solutions and concepts explained with code and relevant screenshots and diagrams.

Who this book is for
This book is for developers with good PHP5 knowledge who have tried to develop applications using Yii. An object-oriented approach and MVC knowledge will be a great advantage as Yii uses these extensively.

Book Details

  • Paperback: 408 pages
  • Publisher: Packt Publishing; 2nd Edition (April 2013)
  • Language: English
  • ISBN-10: 1782163107
  • ISBN-13: 978-1782163107
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Yii Application Development Cookbook, 2nd Edition appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar