• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Automate the Boring Stuff with Python: Practical Programming for Total Beginners

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Author/s    : Al Sweigart
Publisher   : No Starch Press
Category   : Other
Review by : Vijitha Kumara
Rating        : 8 horseshoes

Book composed of two main parts with the first few chapters introducing the Python basics and the majority of the book focuses on real world use cases.

In the first part while explaining language basics it also explains some of the fundamental computing/programming idioms along the way. Book uses simple but effective diagrams like flow charts and most of the code samples have been made easier to understand by ordinary computer users.

Here's the most interesting part of the book, Part 2. It contains lots of day-to-day use cases and how they can be implemented in Python - pattern matching, working with different types of files, image manipulation and GUI automation to name a few.

Another notable thing is that at the end of every chapter you will find practice questions and projects which test the content presented in the chapter. It also provides working instructions for various platforms like Windows, OS X and Linux as needed.

Although the book specifically targets general computer users rather than programmers it seems very much useful for beginners in programming as it talk about lot of practical aspects of programming.

---
Disclosure: I received a review copy of this book from the publisher for reviewing it on behalf of CodeRanch.

More info at Amazon.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic