Materials for SICP with python?

I want to try SICP with Python.

Can anyone point out materials (video.article ...) that teach the structure and interpretation of computer programs in python .

Currently learning from SICP videos from Abelson, Sussman and Sussman.

+5
source share
5 answers

Do not think that there is a complete set of materials, this is the best I know.

If you create a material themselves, a bunch of us are planning to work through SICP collectively in . I know that at least one guy will use Haskell, so you will not be alone in finding an alternative route.

+7

SICP Python - Scheme Python . Python . , , - " ". : http://www.greenteapress.com/thinkpython/thinkCSpy/

+9

, , CS61A SICP Python by berkeley

sicp-python Github

Python SICP_Examples

+5

, , -.

http://composingprograms.com/

In the SICP tradition, this text is devoted to abstraction methods, programming paradigms, and complexity management methods for large programs. These concepts are primarily illustrated using the Python 3 programming language.
...
Composition programs are created and maintained by John DeNero. The text was originally published as lectures for CS 61A at UC Berkeley and is based on the structure and interpretation of Computer Programs by Harold Abelson and Gerald Jay Sussman.

0
source

All Articles