diff --git a/Python/README b/Python/README index 153b628bd5b42d..22cf0809aebc94 100644 --- a/Python/README +++ b/Python/README @@ -1 +1,3 @@ -Miscellaneous source files for the main Python shared library +Miscellaneous source files for the compiler and runtime execution logic of the CPython interpreter. +* For high-level architecture, see the Python Developer's Guide on [CPython's internals](https://devguide.python.org/internals/). +* For technical deep-dives, see the `InternalDocs` directory and read the [InternalDocs/interpreter.md](../InternalDocs/interpreter.md) file.