Learn to Code by Solving Problems (No Starch Press)
Wednesday, 20 October 2021

This book is a practical introduction to programming using Python. Dr. Daniel Zingaro uses coding-competition challenges to teach you the mechanics of coding and how to think like a savvy programmer. This beginner’s book shows how to solve interesting problems drawn from real coding competitions and build your programming skills as you go.

<ASIN:1718501323>

 

Author: Dr. Daniel Zingaro
Publisher: No Starch Press
Date: June 2021
Pages: 335
ISBN: 978-1718501324
Print: 1718501323
Kindle: B08FH92YL8
Audience: People wanting to learn Python
Level: Introductory
Category: Python

  • Run Python code, work with strings, and use variables
  • Write programs that make decisions
  • Make code more efficient with while and for loops
  • Use Python sets, lists, and dictionaries to organize, sort, and search data
  • Design programs using functions and top-down design
  • Create complete-search algorithms and use Big O notation to design more efficient code

 

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
 


  1. Balancing Coupling in Software Design

    Author: Vlad Khononov
    Publisher: Addison-Wesley
    Date: October 2024
    Pages: 320
    ISBN: 978-0137353484
    Print: 0137353480
    Kindle: B09RV3Z3TP
    Audience: General
    Rating: 4.5
    Reviewer: Kay Ewbank

    This book looks in detail at coupling, the degree of interdependence between software modules, and how to use coupling  [ ... ]



    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