geekdoc-python-zh/docs/py4b/python-cheat-sheets.md

23 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python 备忘单
> 原文:<https://www.pythonforbeginners.com/cheatsheet/python-cheat-sheets>
在 PythonForBeginners我们整理了一些 Python 备忘单,希望与读者分享。你可以在页面顶部找到大部分的备忘单,但是还有更多…为了更容易找到,我们列出了到目前为止我们写的所有备忘单。
#### [Python 基础知识](https://www.pythonforbeginners.com/basics/python-quick-guide "python_basics_cheat_sheet")
#### [字典](https://www.pythonforbeginners.com/basics/dictionary "dictionaries_python")
#### [列表](https://www.pythonforbeginners.com/basics/python-lists-cheat-sheet "lists_in_python")
#### [琴弦](https://www.pythonforbeginners.com/basics/strings "strings_in_python")
#### [循环(for 和 while)](https://www.pythonforbeginners.com/loops/for-while-and-nested-loops-in-python "loops_in_python")
#### [文件处理](https://www.pythonforbeginners.com/cheatsheet/python-file-handling "file_handling_in_python")
#### [功能](https://www.pythonforbeginners.com/basics/python-functions-cheat-sheet "functions_in_python")
#### [模块](https://www.pythonforbeginners.com/modules-in-python/python-modules "modules_in_python")
#### 机械化