Programmer’s Python: Everything is Data (I/O Press)
Wednesday, 11 May 2022

This book is part of a set of Something Completely Different books that look at what makes Python special and sets it apart from other programming languages. Mike James looks at how Python treats data in a distinctly Pythonic way, providing data objects that are very usable and very extensible. From the unlimited precision integers, referred to as bignums, through the choice of a list to play the role of the array, to the availability of the dictionary as a built-in data type, Python never fails to please and this book is what you need to help you make the most of these special features.

<ASIN:‎ 1871962595>

 

Author: Mike James
Publisher: I/O Press
Date: May 2022
Pages: 347
ISBN: 978-1871962598
Print: ‎ 1871962595
Kindle: ‎ B09ZGBHMG9
Audience: Python developers
Level: Intermediate/Advanced
Category: Python

progpyth

  1. Python – A Lightning Tour
  2. The Basic Data Type – Numbers
  3. Truthy & Falsey
  4. Dates & Times
  5. Sequences, Lists & Tuples
  6. Strings
  7. Regular Expressions
  8. The Dictionary
  9. Iterables, Sets & Generators
  10. Comprehensions
  11. Data Structures & Collections
  12. Bits & Bit Manipulation
  13. Bytes
  14. Binary Files
  15. Text Files
  16. Creating Custom Data Classes
  17. Python and Native Code

Appendix I   Python in Visual Studio Code
Appendix II  C Programming Using Visual Studio Code

 

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
 


Assembly x64 Programming

Author: Mike McGrath
Publisher: Easy Steps
Date: November 2021
Pages: 192
ISBN: 978-1840789522
Print: 1840789522
Kindle: ‎B09FTNN4P5
Audience: Developers wanting to learn assembler
Rating: 5
Reviewer: Harry Fairhead
Assembler, why would you want to learn that!



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