-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #42: Add new README.md file to prepare for i18n (internationali…
…zation)
- Loading branch information
Showing
3 changed files
with
126 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,65 @@ | ||
|
||
# CS101/HMU-1.101:从零开始的计算机科学 | ||
|
||
欢迎来到计算机科学的世界!在这里,您会发现大量知识和资源,帮助您理解计算、编程和技术的基础。这一领域不断发展,并在我们日常生活的各个方面发挥着至关重要的作用。 | ||
|
||
## 可用语言 | ||
- [English](README.md) | ||
- [中文](README-ZH.md) | ||
|
||
|
||
## 您将学习到的内容 | ||
|
||
1. **编程基础**:理解 Python、Java 或 C++ 等编程语言。 | ||
2. **数据结构与算法**:学习如何组织、管理和处理数据。 | ||
3. **计算机系统**:探索计算机的工作原理,包括硬件和操作系统。 | ||
4. **Web 开发**:掌握构建网站和应用程序的技能。 | ||
5. **软件工程**:理解软件开发和项目管理的原则。 | ||
6. **人工智能与机器学习**:深入了解塑造未来的前沿技术。 | ||
|
||
## 本地部署 | ||
|
||
<details> | ||
<summary>点击这里查看 Windows 安装步骤</summary> | ||
|
||
1. 访问 [Python 官方网站](https://www.python.org/downloads/)。 | ||
2. 点击“Download Python”按钮,下载最新版本的安装程序。 | ||
3. 运行下载的安装程序。 | ||
4. 在安装界面中,确保勾选“Add Python to PATH”选项。 | ||
5. 点击“Install Now”进行安装。 | ||
6. 安装完成后,打开命令提示符,输入以下命令验证安装: | ||
```cmd | ||
python --version | ||
``` | ||
7. 需重启终端或手动更新环境变量,建议您优先重启操作系统以确保设置生效。 | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>安装项目依赖</summary> | ||
|
||
本课程使用了 `mkdocs`,您可以使用 `pip` 来安装依赖: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>运行项目</summary> | ||
|
||
使用以下命令启动项目: | ||
```bash | ||
mkdocs serve | ||
``` | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>运行效果图</summary> | ||
|
||
![renderings.png](img/renderings.png) | ||
|
||
如果一切顺利,您可以访问 [http://127.0.0.1:8000/](http://127.0.0.1:8000/) 本地观看这个课程。 | ||
|
||
</details> |
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 |
---|---|---|
@@ -1,3 +1,63 @@ | ||
# CS101/HMU-1.101: Computer Science from Scratch | ||
|
||
Welcome to the computer science. | ||
Welcome to the world of computer science! Here, you will discover a wealth of knowledge and resources to help you understand the fundamentals of computing, programming, and technology. This field is constantly evolving and plays a crucial role in various aspects of our daily lives. | ||
|
||
## Available Languages | ||
- [English](README.md) | ||
- [中文](README-ZH.md) | ||
|
||
## What You Will Learn | ||
|
||
1. **Programming Basics**: Understand programming languages such as Python, Java, or C++. | ||
2. **Data Structures and Algorithms**: Learn how to organize, manage, and process data. | ||
3. **Computer Systems**: Explore how computers work, including hardware and operating systems. | ||
4. **Web Development**: Master the skills to build websites and applications. | ||
5. **Software Engineering**: Understand the principles of software development and project management. | ||
6. **Artificial Intelligence and Machine Learning**: Gain insights into cutting-edge technologies that shape the future. | ||
|
||
## Local Deployment | ||
|
||
<details> | ||
<summary>Click here to view Windows installation steps</summary> | ||
|
||
1. Visit the [Python official website](https://www.python.org/downloads/). | ||
2. Click the “Download Python” button to download the latest version of the installer. | ||
3. Run the downloaded installer. | ||
4. In the installation interface, make sure to check the “Add Python to PATH” option. | ||
5. Click “Install Now” to proceed with the installation. | ||
6. After installation, open the command prompt and enter the following command to verify the installation: | ||
```cmd | ||
python --version | ||
``` | ||
7. You may need to restart the terminal or manually update the environment variables; it is recommended to restart your operating system to ensure the settings take effect. | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Install Project Dependencies</summary> | ||
|
||
This course uses `mkdocs`, and you can install the dependencies using `pip`: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Run the Project</summary> | ||
|
||
Use the following command to start the project: | ||
```bash | ||
mkdocs serve | ||
``` | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Run Effect Diagram</summary> | ||
|
||
![renderings.png](img/renderings.png) | ||
|
||
If everything goes smoothly, you can access [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to view this course locally. | ||
|
||
</details> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.