Learn Python Visually (No Starch Press)
Wednesday, 26 May 2021

This beginners book introduces non-programmers to the fundamentals of computer coding within a visual, arts-focused context. Tristan Bunn teaches core coding concepts using Python's Processing.py, an open-source graphical development environment. The book shows how to produce and manipulate colorful drawings, shapes and patterns as Bunn walks the reader through a series of easy-to-follow graphical coding projects that grow increasingly complex. You’ll go from drawing with code to animating a bouncing DVD screensaver and practicing data-visualization techniques.

<ASIN:1718500963>

 

Author: Tristan Bunn
Publisher: No Starch
Date: April 2021
Pages: 296
ISBN: 978-1718500969
Print: 1718500963
Kindle: B08JKNHDWN
Audience: non-programmers
Level: Introductory
Category: Python

  • Basic coding theories and concepts, like variables, data types, pixel coordinates, control flow and algorithms
  • Writing code that produces drawings, patterns, animations, data visualizations, user interfaces, and simulations
  • Using conditional statements, iteration, randomness, lists and dictionaries
  • Defining functions, reducing repetition, and making your code more modular
  • How to write classes, and create objects to structure code more efficiently

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
 


The Art of Computer Programming, Volume 4, Fascicle 5

Author: Donald Knuth
Publisher: Addison-Wesley
Pages: 320
ISBN: 978-0134671796
Print: 0134671791
Audience: Knuth fans
Rating: 4
Reviewer: Mike James
Another portion of TAoCP. Do you need to read it?



Programming with Rust

Author:  Donis Marshall
Publisher: Addison-Wesley
Pages: 400
ISBN: 978-0137889655
Print: 0137889658
Kindle: B0CLL1TGVT
Audience: Programmers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Rust is the language we all want to learn at the moment so this is just in time.


More Reviews