Python Basics (Mercury)
Wednesday, 09 January 2019

Subtitled 'A Self-Teaching Introduction', this book is designed for use as a primary introduction to Python and can be used as an introductory text or as a resource for professionals in industry. Author H. Bhasin starts from the language fundamentals, primarily the procedural part of the language, then moves on to introduce the object-oriented paradigms. Other sections of the book deal with data structures and advanced topics like handling multi-dimensional arrays using NumPy and visualization using Matplotlib. Regular expressions and multi-threading have been introduced in the appendices.

<ASIN:1683923537>

 

Author: H. Bhasin
Publisher: Mercury
Date: December 2018
Pages: 450
ISBN: 978-1683923534
Print: 1683923537
Kindle: B07L5SK5CZ
Audience: People wanting to learn Python
Level: Introductory
Category :Python 

<

  • Includes sections dedicated to data structures
  • Offers in-depth treatment of topics such as classes, inheritance, BST, and NumPy
  • Introduces topics like Matplotlib and PIL
  • Contains exercises for practice and a review of essential programming concepts

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Classic Computer Science Problems in Python

Author: David Kopec
Publisher: Manning
Date: March 2019
Pages: 224
ISBN: 978-1617295980
Print: 1617295981
Kindle: ‎ ‎ B09782BT4Q
Level: Intermediate
Audience: Python developers
Category: Python
Rating: 4
Reviewer: Mike James
Classic algorithms in Python - the world's favourite language.



Computer Graphics from Scratch (No Starch Press)

Author: Gabriel Gambetta
Publisher: No Starch Press
Pages: 248
ISBN: 978-1718500761
Print: 1718500769
Kindle: B085BVJG5B
Audience: People interested in creating 3D graphics
Rating: 5
Reviewer: Kay Ewbank

This is a well written book that explains the topic of 3D rendering, and tries its hardest to mi [ ... ]


More Reviews