Below you find all constants and functions used in the textbook Structure and Interpretation of Computer Programs, Python Adaptation (SICPy). These constants and functions are predeclared in the language Python ยง4, a Python sublanguage implemented in the Source Academy.
Can I use these constants and functions without the Source Academy ?
Yes, these constants and functions are provided by the PyPI package sourceacademy-sicp. You can use this package to run the Python programs of SICPy in any system that implements Python. Follow the link for installation instructions.