09-08-周一_11-19-59

This commit is contained in:
2025-09-08 11:19:59 +08:00
parent 5abbe46210
commit a2d7d92890
20 changed files with 67 additions and 1 deletions

View File

@@ -146,16 +146,82 @@ Python 的设计哲学与其他编程语言相比,有几个显著的不同之
![image-20250908104000089](01.python基础/image-20250908104000089.png)
- 完成安装
![image-20250908105245692](01.python基础/image-20250908105245692.png)
### 激活
- 安装完成后先不启动或者先关闭运行激活脚本一定要确保pycharm被彻底关闭
![image-20250908110107975](01.python基础/image-20250908110107975.png)
- 运行完成
![image-20250908105511298](01.python基础/image-20250908105511298.png)
![image-20250908105532634](01.python基础/image-20250908105532634.png)
- 如果出现选择区域,推荐选择未指定,选择不发送共享数据
![image-20250908110152211](01.python基础/image-20250908110152211.png)
- 选择管理订阅
![image-20250908110248322](01.python基础/image-20250908110248322.png)
- 填写激活脚本中的激活码
![image-20250908110328448](01.python基础/image-20250908110328448.png)
- 激活成功
![image-20250908110405537](01.python基础/image-20250908110405537.png)
## 运行python代码
在硬盘创建文件 t1.py并且使用 PyCharm 打开,输入以下代码
### 新建项目
- 创建新项目
![image-20250908110806880](01.python基础/image-20250908110806880.png)
- 创建完成
![image-20250908110841673](01.python基础/image-20250908110841673.png)
- 进行简单设置,比如修改主题
![image-20250908110950343](01.python基础/image-20250908110950343.png)
- 更改主题
![image-20250908111030150](01.python基础/image-20250908111030150.png)
- 切换语言包
![image-20250908111150143](01.python基础/image-20250908111150143.png)
- 修改字体大小
![image-20250908111555981](01.python基础/image-20250908111555981.png)
- 关闭ai自动填充
![image-20250908111655330](01.python基础/image-20250908111655330.png)
![image-20250908111746430](01.python基础/image-20250908111746430.png)
创建demo1
![image-20250908111815827](01.python基础/image-20250908111815827.png)
```python
print('Hello World!')
```
![image-20250908111935788](01.python基础/image-20250908111935788.png)
然后右键运行
![image](01.python基础/1553917000771-909b5d59-8d4a-4e57-9dfe-95f0ba3a12ee.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB