Skip to content

Commit 0fcce57

Browse files
committed
README.md
1 parent 26b336c commit 0fcce57

File tree

1,968 files changed

+147814
-32882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,968 files changed

+147814
-32882
lines changed

README.md

Lines changed: 703 additions & 266 deletions
Large diffs are not rendered by default.

html/.DS_Store

6 KB
Binary file not shown.
Lines changed: 267 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,267 @@
1+
---
2+
show: step
3+
version: 1.0
4+
enable_checker: true
5+
---
6+
7+
# 先跑起来 🥊
8+
9+
## Python
10+
11+
#### 什么是 Python?
12+
13+
- `Python`
14+
- [ˈpaɪθɑ:n]
15+
- 是 一门 适合初学者 的编程语言
16+
17+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301475319)
18+
19+
- 类库 众多
20+
- 几行代码 就能
21+
- 出 很好效果
22+
23+
### 应用场景丰富
24+
25+
- 在 各个应用领域
26+
- 都有 行内人制作的
27+
- python 工具类库
28+
- 非常专业、 好用
29+
30+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301492841)
31+
32+
- 特别是 `人工智能`领域
33+
- python已经 成为标配
34+
35+
### 后来居上
36+
37+
- python的热度
38+
- 在持续提升
39+
- 已经超过了java
40+
41+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301514939)
42+
43+
- python 目前是
44+
- 搜索热度`最高` 的语言
45+
- 是编程语言的顶流
46+
- super idol的笑容
47+
- 都没有python的甜
48+
49+
### 历史辉煌
50+
51+
- 在 世界编程语言排名(`tiobe`)中
52+
- 5次成为 人气年度编程语言
53+
54+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301539321)
55+
56+
- 也许你会说
57+
- 巅峰只诞生虚伪的拥护
58+
- 黄昏才见证真正的信徒
59+
60+
### 深入
61+
62+
- 专业杂志《LinuxJournal》
63+
- 2009-2011年
64+
- 评选python为
65+
- 最喜欢的编程语言
66+
- 2006-2008、2010、2011年
67+
- 评选python为
68+
- 最喜欢的脚本语言
69+
70+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301558104)
71+
72+
- 我们需要 进入python
73+
- 具体怎么进呢?
74+
75+
### 从零开始
76+
77+
- 浏览器的右边
78+
- 运行着 虚拟机
79+
- 虚拟机就是
80+
- 虚拟出来的一台计算机
81+
- 有 硬盘、内存、cpu
82+
- 能接收 键盘鼠标输入
83+
- 也能显示 输出
84+
- 就像平时用的 系统一样
85+
- 虚拟机的 也有桌面环境
86+
- 叫做 xfce
87+
- `xf`orms `c`ommon `e`nvironment
88+
- 发音为x-f-c-e
89+
- 四个字母 `一个一个`读
90+
91+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301574694)
92+
93+
- 双击打开
94+
- `xfce终端`
95+
- xfce终端指的是
96+
- xfce桌面环境中的
97+
- 终端
98+
- terminal
99+
100+
### 双击之后
101+
102+
- 弹出了 一个窗口
103+
- 黑色的 背景上
104+
- 有一些绿色的 字符
105+
106+
107+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301595760)
108+
109+
- - 这就是我们要用到的
110+
- 终端
111+
- terminal
112+
113+
### 终端
114+
115+
- 三大主流桌面系统
116+
- 都有这种黑底绿字的命令行`终端`
117+
- terminal
118+
119+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20230211-1676118376556)
120+
121+
- windows系统上
122+
- cmd
123+
- powershell
124+
- 这些都是终端应用
125+
126+
### mac系统
127+
128+
- mac系统
129+
- termimal
130+
- iterm2
131+
132+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20230910-1694348863924)
133+
134+
### linux系统
135+
136+
- linux
137+
- xfce terminal
138+
139+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20230211-1676118407108)
140+
141+
- 就是我们刚才
142+
- 打开的那个
143+
144+
### 选型
145+
146+
- 3大桌面操作系统
147+
- mac
148+
- windows
149+
- linux
150+
151+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231007-1696664518884)
152+
153+
- 究竟选哪个呢?🤔
154+
155+
### 系统的选择
156+
157+
- 选哪个系统
158+
- 要看 想要连接的目标
159+
160+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20240409-1712626922589)
161+
162+
- 一般连的都是 云
163+
- 云音乐
164+
- 云阅读
165+
- 云课堂
166+
- 云盘
167+
168+
### 云游戏
169+
170+
- 以前 游戏
171+
- 都是本地显卡渲染的
172+
173+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301648889)
174+
175+
- 云游戏
176+
- 是在云端服务器 渲染好
177+
- 用低延迟视频传输
178+
- 到电脑或手机的显示屏上
179+
- 玩家就看到了
180+
- 可以去玩耍和交互
181+
182+
###
183+
184+
- 云 指的是
185+
- 天上的
186+
- 远程的
187+
- 服务器
188+
- 所以
189+
- 连接云
190+
- 上传到云
191+
192+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231107-1699354808882)
193+
194+
- 和 云 `相对的`
195+
- 是什么呢?
196+
197+
###
198+
199+
- 和云相对的的是
200+
- 端
201+
202+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231107-1699354701874)
203+
204+
- 端 指的是
205+
- 本地的
206+
- 本机的
207+
- 客户端
208+
- 所以
209+
- 启动本地终端、客户端
210+
- 下载到本地
211+
- 我们要在`哪儿`
212+
- 编程呢?
213+
214+
### 上云
215+
216+
- 我们要到云上编程
217+
218+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20230325-1679754112318)
219+
220+
- 在 服务器领域
221+
- linux 一直领先于 windows
222+
223+
### 高性能计算机
224+
225+
- 算力 是 计算机界的能源
226+
- 这些能源 都在云上
227+
- 各种 算力平台 默认系统
228+
- 都是linux
229+
230+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301687714)
231+
232+
### 高性能
233+
234+
- 尤其是超高性能计算机
235+
- 都用linux
236+
237+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301700081)
238+
239+
- linux是实战环境
240+
- 是 真正程序员的战场
241+
242+
243+
## 总结
244+
245+
- 这次 了解了 python 语言的特点
246+
- 历史悠久
247+
- 功能强大
248+
- 深受好评
249+
- 已成趋势
250+
- 我们 明白了
251+
- 云和端的关系
252+
- 不同 操作系统
253+
- win
254+
- mac
255+
- linux
256+
- 都有 自己的终端
257+
258+
![图片描述](https://doc.shiyanlou.com/courses/uid1190679-20231223-1703301710201)
259+
260+
- 我们 选择 linux
261+
- 作为基础系统
262+
- 可是 为什么 我们选择
263+
- 黑乎乎的 命令行界面 呢?
264+
- linux 不是
265+
- 也有 图形化桌面 吗?🤔
266+
- 我们 下次再说!👋
267+
- [视频总结](https://www.bilibili.com/video/BV19N4y1N743)

0 commit comments

Comments
 (0)