feat(WIKI): wiki 2025 BREAKING CHANGE: Older content is categorized into older folders

This commit is contained in:
camera-2018
2024-07-28 23:50:26 +08:00
parent 30d546dbd7
commit 4ff7c80ebf
798 changed files with 558 additions and 294 deletions

View File

@@ -0,0 +1,9 @@
# Python for fun
值得一提的是Python 是面向对象的编程语言,与你之前书写的 C 语言(面向过程)有非常多的不同。
我们为什么要选择要使用 Python 来首先讲解面向对象这个概念?
究竟什么是面向对象?为什么面向对象?
这值得你在书写 Python 代码中思考并尝试将其思想融会贯通到编码风格中去。