Skip to content

Commit 510b89b

Browse files
authored
Added the book's Tagline to the README
1 parent 21a42cb commit 510b89b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<img align="left" src="README_images/ComputerScienceFromScratchCover.jpg" alt="Computer Science from Scratch Cover" height="200">
44

5+
**You know how to write Python. Now master the computer science that makes it work.**
6+
57
This repository contains all of the source code for the book *[Computer Science from Scratch: Building Interpreters, Art, Emulators and ML in Python](https://nostarch.com/computer-science-from-scratch)* by [David Kopec](https://davekopec.com) and published by No Starch Press. The book, intended for intermediate to advanced Python programmers, features 7 projects of varying complexity from the realm of interpreters, emulators, computer art, and simple machine learning.
68

79
The projects are compatible with Python 3.12 and above. All of them are working code that you can run. But the real value comes from combining the projects with the detailed explanations and background that is in the book. You don't just want to read their code, you want to understand how they work. You can find out more about the book at [computersciencefromscratch.com](https://computersciencefromscratch.com)

0 commit comments

Comments
 (0)