OpenTechSchool-Leipzig / learning-resources

Tutorials, books, articles, videos and more to learn coding
31 stars 1 forks source link

Elegant SciPy (Harriet Dashnow et al) #8

Open normade opened 5 years ago

normade commented 5 years ago

Name of the resource Elegant SciPy (Harriet Dashnow et al)

Link where to find the resource https://www.oreilly.com/library/view/elegant-scipy/9781491922927/

A short description

If you’re a scientist who programs with Python, this practical guide not only teaches you the fundamental parts of SciPy and libraries related to it, but also gives you a taste for beautiful, easy-to-read code that you can use in practice. You’ll learn how to write elegant code that’s clear, concise, and efficient at executing the task at hand.

Throughout the book, you’ll work with examples from the wider scientific Python ecosystem, using code that illustrates principles outlined in the book. Using actual scientific data, you’ll work on real-world problems with SciPy, NumPy, Pandas, scikit-image, and other Python libraries.

Additional notes