Writing Interpreters and Compilers for the Raspberry Pi Using Python cover
Writing Interpreters and Compilers for the Raspberry Pi Using Python
by Anthony Dos Reis
Description: Writing Interpreters and Compilers for the Raspberry Pi Using Python covers the processes of creating interpreters and compilers, while detailing Python, bytecode, assembly language, and dynamic typing, using the Raspberry Pi platform as a practical example
ISBN: 1977509207
Found in 1 comment on Hacker News
View on Amazon
We may earn a commission from purchases made through links on this page.
Not ready yet? Get weekly book picks.
pjmlp · 2021-11-07 · Original thread
Trying to go through books about algorithms and data structures that use Python, might be a better approach.

https://jovian.ai/learn/data-structures-and-algorithms-in-py...

By the way, are you aware of the SICP Python version?

https://wizardforcel.gitbooks.io/sicp-in-python/content/

When feeling more confident you can even try a go at something like doing a toy compiler.

https://ruslanspivak.com/lsbasi-part1/

Or if you prefer a book instead,

https://www.amazon.com/Writing-Interpreters-Compilers-Raspbe...