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
 


Modern JavaScript for the Impatient

Author: Cay S. Horstmann
Publisher: Addison-Wesley
Date: July 2020
Pages: 352
ISBN: 978-0136502142
Print: 0136502148
Kindle: B08F5HFWBH
Audience: Developers interested in JavaScript
Rating: 4
Reviewer: Mike James
So you're impatient - what next?



Classic Computer Science Problems in Java

Author: David Kopec
Publisher: Manning
Date: January 2021
Pages: 264
ISBN: 978-1617297601
Print: 1617297607
Audience: Java developers
Rating: 4
Reviewer: Mike James
Getting someone else to do the hard work of converting classic problems to code seems like a good idea. It all depends which problems [ ... ]


More Reviews