Skip to content

Commit 684a1d9

Browse files
author
River@devbox
committed
Update course
1 parent 68e3dae commit 684a1d9

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

140 KB
Loading

docs/data/courses.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"courses": [
3+
{
4+
"id": "1001",
5+
"title": "与AI协作的Python编程入门",
6+
"description": "你是否觉得编程很难?在AI时代,这一切正在改变。本课程将带你掌握Python编程基础,同时学会与AI高效协作。独创AI辅助教学法,系统讲解Python核心知识,教你向AI精确表达需求、协同调试代码。通过聊天机器人、数据分析助手等项目,建立人机协作工作流,打破对代码的畏惧。",
7+
"image": "/assets/udemy_aipy_featured.png",
8+
"url": "https://aipy.org.cn/course/python-programming-with-ai",
9+
"tags": [
10+
"Python入门",
11+
"AI协作编程",
12+
"人机协同",
13+
"零基础"
14+
],
15+
"difficulty": "beginner",
16+
"price": "¥299",
17+
"status": "publish",
18+
"catalog": "AIPY编程系列",
19+
"slug": "ai-python-collaboration-intro"
20+
},
321
{
422
"id": "6492",
523
"title": "Python语法实践",

public/data/courses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": "1001",
55
"title": "与AI协作的Python编程入门",
66
"description": "你是否觉得编程很难?在AI时代,这一切正在改变。本课程将带你掌握Python编程基础,同时学会与AI高效协作。独创AI辅助教学法,系统讲解Python核心知识,教你向AI精确表达需求、协同调试代码。通过聊天机器人、数据分析助手等项目,建立人机协作工作流,打破对代码的畏惧。",
7-
"image": "/assets/aipy_python_course_featured.png",
7+
"image": "/assets/udemy_aipy_featured.png",
88
"url": "https://aipy.org.cn/course/python-programming-with-ai",
99
"tags": [
1010
"Python入门",

0 commit comments

Comments
 (0)