> For the complete documentation index, see [llms.txt](https://docs.xiwind-corp.com/tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xiwind-corp.com/tech/python.md).

# Python

- [GIL 【全域直譯器鎖】](https://docs.xiwind-corp.com/tech/python/gil-quan-yu-zhi-yi-qi-suo.md): 單個 Python processes 中的多個 thread 之間可能存在競爭條件，可能會導致意外行為和數據損壞。GIL 的作用是，每當 Python 程序中的 thread 要運行時，它必須先獲取鎖才能執行。
- [PyPy 【JIT 編譯器】](https://docs.xiwind-corp.com/tech/python/pypyjit-bian-yi-qi.md)
- [Decorator 【修飾器】](https://docs.xiwind-corp.com/tech/python/decorator-xiu-shi-qi.md)
- [Class Decorators](https://docs.xiwind-corp.com/tech/python/decorator-xiu-shi-qi/class-decorators.md)
