We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77ea8b commit 230b40fCopy full SHA for 230b40f
SUMMARY.md
@@ -89,3 +89,7 @@
89
90
* [01、c# 之旅](c-bian-cheng-ru-men/01c-zhi-l.md)
91
* [02、VScode编辑器上编译C#](c-bian-cheng-ru-men/02vscode-bian-ji-qi-shang-bian-yi-c.md)
92
+
93
+## python 从入门到放弃
94
95
+* [python 教程](python-cong-ru-men-dao-fang-qi/python-jiao-cheng.md)
python-cong-ru-men-dao-fang-qi/python-jiao-cheng.md
@@ -0,0 +1,6 @@
1
+# python 教程
2
3
+Python 是一门易于学习、功能强大的编程语言。它提供了高效的高级数据结构,还能简单有效地面向对象编程。Python 优雅的语法和动态类型以及解释型语言的本质,使它成为多数平台上写脚本和快速开发应用的理想语言。
4
5
+Python 官网([https://www.python.org/](https://www.python.org/))上免费提供了 Python 解释器和扩展的标准库,包括源码和适用于各操作系统的机器码形式,并可自由地分发。Python 官网还包含许多免费的第三方 Python 模块、程序和工具发布包及文档链接。
6
0 commit comments