-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e16e8b
commit 60cbc4e
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "编程入门", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "如果你从未接触过编程,那你可以从这里开始" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
本课程无需任何编程经验,教你如何使用代码解决问题。课程内容包括计算思维、抽象、算法、数据结构和更广泛的计算机科学。本课程不仅教你如何使用一种语言进行编程,还教你如何自学新语言。本课程从传统C语言开始,它是当今较新语言的基础,通过它,您不仅可以学习函数、变量、条件、循环等,还可以了解计算机本身如何工作。然后,本课程将过渡到 Python,在课程快结束时,本课程将介绍 SQL,通过它您可以将数据存储在数据库中。 最后我们学习 HTML、CSS 和 JavaScript 通过它创建类似的 web 和移动应用程序。本课程周期为11周。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters