Foundational Python For Data Science

Author: Kennedy Behrman
Publisher: Pearson
Pages:256
ISBN: 978-0136624356
Print: 0136624359
Kindle: B095Y6G2QV
Audience: Data scientists
Rating: 4.5
Reviewer: Kay Ewbank

This book sets out to be a simple introduction to Python, specifically how to use it to work with data.

The book opens with an introduction to notebooks, with sections on Jupyter notebooks and Google Colab. The emphasis is much more on Colab, essentially you're told that Jupyter exists, and the author uses Colab for showing how to do things.

 

Banner

Python fundamentals are introduced next, with a couple of pages running through the main Python statements, then basic math operations, and how to use dot notation for classes and objects. This is very much along the lines of covering the absolute basics of what you need to know to use and do minor modifications to existing code.

A chapter on sequences comes next, essentially introducing the way you work with data in Python. Other data structures are then introduced - dictionaries, sets and frozen sets. Behrman then looks at execution control - compound statements, ifs and loops, before introducing functions.

The next part of the book concentrates on the main data science libraries, with chapters introducing and showing how to work with NumPy, SciPy and Pandas. Behrman then looks at other libraries for visualization, machine learning, and natural language work.

The third part of the book goes back to Python, with chapters on functional programming, object-oriented programming, and a catch-all 'other topics'.

I thought this was a good book. It takes a very pragmatic view of what someone might need to know if they are mainly interested in getting at the data, and need a bit of Python to be able to make things work.

It's not a book I'd recommend for learning to program, but there's a lot you can still do if you know how to write (or modify) a short bit of code so you can make use of NumPy or Pandas. Recommended.

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Software Requirements Essentials

Authors: Karl Wiegers and Candase Hokanson
Publisher: Addison-Wesley
Pages: 208
ISBN: 9780138190286
Print: 0138190283
Kindle: B0BTLC53FF
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

This slim book looks at how to work out the requirements for a software project through twenty 'practices' that you c [ ... ]



DevOps For The Desperate

Author: Bradley Smith
Publisher: No Starch
Pages: 176
ISBN: 978-1718502482
Print: 1718502486
Kindle: B09M82VY43
Audience: Developers working in DevOps
Rating: 4.5
Reviewer: Kay Ewbank

Subtitled 'A hands-on survival guide, this book aims to provide software engineers and developers with the basi [ ... ]


More Reviews

 

 

Last Updated ( Saturday, 23 July 2022 )