https://github.com/eshengsky/learnpython4fe
给前端开发者的 Python 教程
https://github.com/eshengsky/learnpython4fe
guide python python-guide
Last synced: 4 months ago
JSON representation
给前端开发者的 Python 教程
- Host: GitHub
- URL: https://github.com/eshengsky/learnpython4fe
- Owner: eshengsky
- License: mit
- Created: 2025-06-06T07:31:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T09:35:27.000Z (6 months ago)
- Last Synced: 2025-06-26T10:27:05.932Z (6 months ago)
- Topics: guide, python, python-guide
- Language: JavaScript
- Homepage: https://eshengsky.github.io/LearnPython4Fe/
- Size: 1.93 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 给前端开发者的 Python 教程
状态:进行中
## 特殊格式说明
### 交互式代码块
通过在普通代码块的语言后面加上 `runner` 启用交互式代码块,仅支持 JavaScript 和 Python。
````md
```javascript runner
// ...
```
````
````md
```python runner
// ...
```
````
### 字数和阅读时间
通过 Frontmatter: `readingTime: boolean` 来控制是否显示字数和阅读时间,默认 true。
```
---
readingTime: false
---
```