Learn Python 3 the Hard Way (Addison Wesley)
Tuesday, 15 August 2017

This book teaches Python via 52 exercises. The idea is that you read them; type their code precisely (no copying and pasting!); fix your mistakes; then watch the programs run. As you do, author Zed Shaw shows you how a computer works; what good programs look like; and how to read, write, and think about code. .

<ASIN:0134692888>

The book is accompanied by 5+ hours of video where the author shows you how to break, fix, and debug your code—live, as he’s doing the exercises.

Author: Zed Shaw
Publisher: Addison Wesley
Date: July 2017
Pages: 320
ISBN: 978-0134692883
Print: 0134692888
Kindle: B07378P8W6
Audience: Would-be Python programmers
Level: Introductory

 

  • Install a complete Python environment
  • Organize and write code
  • Fix and break code
  • Basic mathematics
  • Variables
  • Strings and text
  • Interact with users
  • Work with files
  • Looping and logic
  • Data structures using lists and dictionaries
  • Program design
  • Object-oriented programming
  • Inheritance and composition
  • Modules, classes, and objects
  • Python packaging
  • Automated testing
  • Basic game development
  • Basic web development

See Mike Driscoll's review of Learn Python the Hard Way, which is for Python 2. 

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

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.

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

Banner
 


Professional C++, 5th Ed (Wrox)

Author: Marc Gregoire
Publisher: Wrox
Date: February 2021
Pages: 1312
ISBN: 978-1119695400
Print: 1119695406
Audience: C++ developers
Rating: 4
Reviewer: Mike James


Professional C++? Who wants to be unprofessional?



Seriously Good Software

Author: Marco Faella
Publisher: Manning
Date: March 2020
Pages: 328
ISBN: 978-1617296291
Print: 1617296295
Kindle: B09782DKN8
Audience: Relatively experienced Java programmers
Rating: 4.5
Reviewer: Mike James
Don't we all want to write seriously good software?


More Reviews