Giter Club home page Giter Club logo

scipy-recipes's Introduction

SciPy Recipes

This is the code repository for SciPy Recipes, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book includes hands-on recipes for using the different components of the SciPy Stack such as NumPy, SciPy, matplotlib, and pandas, among others. You will use these libraries to solve real-world problems in linear algebra, numerical analysis, data visualization, and much more. The recipes included in the book will ensure you get a practical understanding not only of how a particular feature in SciPy Stack works, but also of its application to real-world problems. The independent nature of the recipes also ensure that you can pick up any one and learn about a particular feature of SciPy without reading through the other recipes, thus making the book a very handy and useful guide.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All chapters have codes, required support files can be found in the data folders within chapter folders where applicable.

The code will look like the following:

x = np.array([[1,2,3,4],
              [5,6,7,8]])
y = np.repeat(x, [1,0,1,0], axis=1)

To get the most from this book, the reader needs to know the basics of Python; it's not necessary that the reader has the ability to program because the first chapter explains how to install the plugins needed to work with SciPy. The following are the software and OS requirements:

  • SciPy 1.0.0
  • NumPy v1.13
  • Matplotlib 2.1.0
  • Python 2.7, 3.5, and 3.6
  • Python Data Analysis Library (v0.21.0)
  • SymPy 1.1.1
  • Released libraries
  • OS required: Windows, Mac, or Linux

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

scipy-recipes's People

Contributors

packtprasadr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.