top of page
Reading Glasses on Book

Books

BWC publishes children's books and books for adult beginners to enhance their knowledge of coding.

beginners

Python, the Relatable Way

Python, the Relatable Way introduces foundational coding concepts to beginners. Elevated by its personable, friendly tone and “Zoom Outs,” Python, the Relatable Way encourages readers to think about how basic coding concepts appear for them in real life.

The following concepts are introduced:

  • Setting up your Python workstation

  • Writing and executing Python scripts

  • Using Python’s basic data types and collection data structures

  • Developing control structures

  • Creating functions and classes

  • Importing built-in and external modules

  • Working with the virtual environment

  • Working with Git and APIs

Beginner

Python, the Relatable Way

A great read for beginners that uses relatable examples of code implementations.

1.png
childrens

Coding with Cornell

The Coding with Cornell book series follows seven-year-old Cornell as he teaches his two-year-old sister Cori how to code using Python. This book is a great read for families with children between the ages of 3 and 8. 

Children

Coding with Cornell: Data Types

Covers strings, integers, floats, Booleans, and variables.

Data Types Cover.png

Children

Coding with Cornell: Lists

Covers Python's list data structure in kid-friendly language.

Lists Cover.png

Children

Coding with Cornell: Conditional Statements

Covers Python's if and if-else conditional statements.

Conditional Statements Cover.png

Children

Coding with Cornell: Loops

Covers Python's for and while loops.

Loops Cover.png
bottom of page