# Tutorials
> 原文: [http://docs.cython.org/en/latest/src/tutorial/index.html](http://docs.cython.org/en/latest/src/tutorial/index.html)
* [基礎教程](cython_tutorial.html)
* [Cython 的基礎知識](cython_tutorial.html#the-basics-of-cython)
* [Cython Hello World](cython_tutorial.html#cython-hello-world)
* [斐波那契樂趣](cython_tutorial.html#fibonacci-fun)
* [Primes](cython_tutorial.html#primes)
* [使用 C ++進行推廣](cython_tutorial.html#primes-with-c)
* [語言詳細信息](cython_tutorial.html#language-details)
* [調用 C 函數](external.html)
* [動態鏈接](external.html#dynamic-linking)
* [外部聲明](external.html#external-declarations)
* [命名參數](external.html#naming-parameters)
* [使用 C 庫](clibraries.html)
* [定義外部聲明](clibraries.html#defining-external-declarations)
* [編寫包裝類](clibraries.html#writing-a-wrapper-class)
* [內存管理](clibraries.html#memory-management)
* [編譯和鏈接](clibraries.html#compiling-and-linking)
* [擴展類型(又名.cdef 類)](cdef_classes.html)
* [pxd 文件](pxd_files.html)
* [警告](caveats.html)
* [分析](profiling_tutorial.html)
* [Cython Profiling Basics](profiling_tutorial.html#cython-profiling-basics)
* [分析教程](profiling_tutorial.html#profiling-tutorial)
* [Unicode 和傳遞字符串](strings.html)
* [Cython 代碼中的 Python 字符串類型](strings.html#python-string-types-in-cython-code)
* [字符串文字](strings.html#string-literals)
* [關于 C 字符串的一般說明](strings.html#general-notes-about-c-strings)
* [傳遞字節串](strings.html#passing-byte-strings)
* [接受 Python 代碼中的字符串](strings.html#accepting-strings-from-python-code)
* [處理“const”](strings.html#dealing-with-const)
* [將字節解碼為文本](strings.html#decoding-bytes-to-text)
* [將文本編碼為字節](strings.html#encoding-text-to-bytes)
* [C ++字符串](strings.html#c-strings)
* [自動編碼和解碼](strings.html#auto-encoding-and-decoding)
* [源代碼編碼](strings.html#source-code-encoding)
* [單字節和字符](strings.html#single-bytes-and-characters)
* [窄版本構建](strings.html#narrow-unicode-builds)
* [迭代](strings.html#iteration)
* [Windows 和寬字符 API](strings.html#windows-and-wide-character-apis)
* [內存分配](memory_allocation.html)
* [純 Python 模式](pure.html)
* [增加.pxd](pure.html#augmenting-pxd)
* [魔法屬性](pure.html#magic-attributes)
* [提示與技巧](pure.html#tips-and-tricks)
* [使用 NumPy](numpy.html)
* [添加類型](numpy.html#adding-types)
* [高效索引](numpy.html#efficient-indexing)
* [進一步調整索引](numpy.html#tuning-indexing-further)
* [更通用的代碼](numpy.html#more-generic-code)
* [使用 Python 數組](array.html)
* [內存視圖的安全使用](array.html#safe-usage-with-memory-views)
* [零開銷,不安全訪問原始 C 指針](array.html#zero-overhead-unsafe-access-to-raw-c-pointer)
* [克隆,擴展陣列](array.html#cloning-extending-arrays)
* [API 參考](array.html#api-reference)
* [進一步閱讀](readings.html)
* [相關工作](related_work.html)
* [附錄:在 Windows 上安裝 MinGW](appendix.html)
- Cython 3.0 中文文檔
- 入門
- Cython - 概述
- 安裝 Cython
- 構建 Cython 代碼
- 通過靜態類型更快的代碼
- Tutorials
- 基礎教程
- 調用 C 函數
- 使用 C 庫
- 擴展類型(又名.cdef 類)
- pxd 文件
- Caveats
- Profiling
- Unicode 和傳遞字符串
- 內存分配
- 純 Python 模式
- 使用 NumPy
- 使用 Python 數組
- 進一步閱讀
- 相關工作
- 附錄:在 Windows 上安裝 MinGW
- 用戶指南
- 語言基礎
- 擴展類型
- 擴展類型的特殊方法
- 在 Cython 模塊之間共享聲明
- 與外部 C 代碼連接
- 源文件和編譯
- 早期綁定速度
- 在 Cython 中使用 C ++
- 融合類型(模板)
- 將 Cython 代碼移植到 PyPy
- Limitations
- Cython 和 Pyrex 之間的區別
- 鍵入的內存視圖
- 實現緩沖協議
- 使用并行性
- 調試你的 Cython 程序
- 用于 NumPy 用戶的 Cython
- Pythran 作為 Numpy 后端