# Shed Skin ## Docs - [C++ Integration](https://mintlify.wiki/shedskin/shedskin/advanced/c++-integration.md): Understanding generated C++ code and integration with C++ projects - [Performance Tuning](https://mintlify.wiki/shedskin/shedskin/advanced/performance-tuning.md): Advanced optimization techniques for Shed Skin programs - [Type Inference Algorithm](https://mintlify.wiki/shedskin/shedskin/advanced/type-inference.md): Deep dive into Shed Skin's type inference system - [build Command](https://mintlify.wiki/shedskin/shedskin/cli/build.md): Build Python modules to native executables or extension modules using CMake - [Command-Line Options](https://mintlify.wiki/shedskin/shedskin/cli/options.md): Complete reference for all Shed Skin compiler command-line flags and options - [CLI Overview](https://mintlify.wiki/shedskin/shedskin/cli/overview.md): Command-line interface reference for Shed Skin Python-to-C++ compiler - [translate Command](https://mintlify.wiki/shedskin/shedskin/cli/translate.md): Translate Python modules to C++ with traditional Makefile generation - [How it works](https://mintlify.wiki/shedskin/shedskin/concepts/how-it-works.md): Understanding Shed Skin's compilation pipeline and architecture - [Python subset](https://mintlify.wiki/shedskin/shedskin/concepts/python-subset.md): Understanding which Python features are supported by Shed Skin - [Typing restrictions](https://mintlify.wiki/shedskin/shedskin/concepts/typing-restrictions.md): Understanding Shed Skin's implicit static typing requirements - [Performance Benchmarks](https://mintlify.wiki/shedskin/shedskin/examples/benchmarks.md): Benchmark results comparing Shed Skin with CPython, PyPy, and other Python implementations - [Example Programs](https://mintlify.wiki/shedskin/shedskin/examples/overview.md): 80+ example programs demonstrating Shed Skin's capabilities - [Real-World Examples](https://mintlify.wiki/shedskin/shedskin/examples/real-world.md): Impressive real-world applications built with Shed Skin - [Debugging](https://mintlify.wiki/shedskin/shedskin/guides/debugging.md): Troubleshooting compilation errors and debugging Shed Skin programs - [Extension Modules](https://mintlify.wiki/shedskin/shedskin/guides/extension-modules.md): Create high-performance Python extension modules with Shed Skin - [Optimization](https://mintlify.wiki/shedskin/shedskin/guides/optimization.md): Techniques for maximizing performance of Shed Skin compiled programs - [Writing Compatible Code](https://mintlify.wiki/shedskin/shedskin/guides/writing-compatible-code.md): Best practices for writing Python code that compiles successfully with Shed Skin - [Installation](https://mintlify.wiki/shedskin/shedskin/installation.md): Install Shed Skin and its dependencies on Linux, macOS, or Windows - [Shed Skin Documentation](https://mintlify.wiki/shedskin/shedskin/introduction.md): Compile Python to optimized C++ with type inference - [Built-in Types](https://mintlify.wiki/shedskin/shedskin/library/builtin-types.md): Reference for Python built-in types supported by Shed Skin - [Library Limitations](https://mintlify.wiki/shedskin/shedskin/library/limitations.md): Understanding what Python standard library features are not supported in Shed Skin and why - [Supported Standard Library Modules](https://mintlify.wiki/shedskin/shedskin/library/supported-modules.md): Complete reference of Python standard library modules supported by Shed Skin - [Quickstart](https://mintlify.wiki/shedskin/shedskin/quickstart.md): Compile your first Python program to C++ in under 5 minutes - [Changelog](https://mintlify.wiki/shedskin/shedskin/resources/changelog.md): Release history and notable changes in Shed Skin - [Contributing](https://mintlify.wiki/shedskin/shedskin/resources/contributing.md): How to contribute to Shed Skin development - [Frequently Asked Questions](https://mintlify.wiki/shedskin/shedskin/resources/faq.md): Common questions about Shed Skin capabilities, limitations, and use cases - [Troubleshooting](https://mintlify.wiki/shedskin/shedskin/resources/troubleshooting.md): Common issues and solutions when using Shed Skin