09-08-周一_11-19-59
@@ -146,16 +146,82 @@ Python 的设计哲学与其他编程语言相比,有几个显著的不同之
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
- 完成安装
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 激活
|
||||||
|
|
||||||
|
- 安装完成后,先不启动,或者先关闭,运行激活脚本,一定要确保pycharm被彻底关闭
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 运行完成
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 如果出现选择区域,推荐选择未指定,选择不发送共享数据
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 选择管理订阅
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 填写激活脚本中的激活码
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 激活成功
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 运行python代码
|
## 运行python代码
|
||||||
|
|
||||||
在硬盘创建文件 t1.py,并且使用 PyCharm 打开,输入以下代码
|
### 新建项目
|
||||||
|
|
||||||
|
- 创建新项目
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 创建完成
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 进行简单设置,比如修改主题
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 更改主题
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 切换语言包
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 修改字体大小
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- 关闭ai自动填充
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
创建demo1
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
```python
|
```python
|
||||||
print('Hello World!')
|
print('Hello World!')
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
然后右键运行
|
然后右键运行
|
||||||
|
|
||||||

|

|
||||||
|
BIN
01.基础语法/01.python基础/image-20250908105245692.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
01.基础语法/01.python基础/image-20250908105447532.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
01.基础语法/01.python基础/image-20250908105511298.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
01.基础语法/01.python基础/image-20250908105532634.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
01.基础语法/01.python基础/image-20250908110107975.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
01.基础语法/01.python基础/image-20250908110152211.png
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
01.基础语法/01.python基础/image-20250908110248322.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
01.基础语法/01.python基础/image-20250908110328448.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
01.基础语法/01.python基础/image-20250908110405537.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
01.基础语法/01.python基础/image-20250908110806880.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
01.基础语法/01.python基础/image-20250908110841673.png
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
01.基础语法/01.python基础/image-20250908110950343.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
01.基础语法/01.python基础/image-20250908111030150.png
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
01.基础语法/01.python基础/image-20250908111150143.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
01.基础语法/01.python基础/image-20250908111555981.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
01.基础语法/01.python基础/image-20250908111655330.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
01.基础语法/01.python基础/image-20250908111746430.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
01.基础语法/01.python基础/image-20250908111815827.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
01.基础语法/01.python基础/image-20250908111935788.png
Normal file
After Width: | Height: | Size: 29 KiB |