# Summary
- [Get Started](get_started.md)
- [Type Conversions](conversions.md)
- [Python Exception](exception.md)
- [Python Module](module.md)
- [Python Function](function.md)
- [Python Class](class.md)
- [Call Python from Rust](python_from_rust.md)
- [Parallelism](parallelism.md)
- [Debugging](debugging.md)
- [Advanced Topics](advanced.md)
- [Building and Distribution](building_and_distribution.md)
- [PyPy support](pypy.md)
- [Appendix: PyO3 and rust-cpython](rust_cpython.md)