Skip to content

GTX950L/python-study-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📓 Python 学习笔记

从零开始自学 Python 的完整记录,每个知识点都配有可运行的代码示例。

📂 目录结构

python-learning-journal/
├── README.md
└── basics/
    ├── hello_world.py     # 第一个程序
    ├── variables.py       # 变量与数据类型
    ├── conditions.py      # 条件判断
    ├── loops.py           # 循环
    ├── functions.py       # 函数
    ├── lists_dicts.py     # 列表与字典
    └── file_io.py         # 文件读写

🚀 运行方式

确保已安装 Python 3.x,然后在终端中执行:

python basics/hello_world.py
python basics/variables.py
# ... 依此类推

📝 学习进度

  • Hello World — 写出第一行代码
  • 变量与数据类型 — 数字、字符串、布尔值
  • 条件判断 — if / elif / else
  • 循环 — for 循环和 while 循环
  • 函数 — 定义与调用
  • 列表与字典 — 数据容器
  • 文件读写 — 操作文本文件
  • 异常处理
  • 模块与包
  • API 请求

学习路上,不怕慢,就怕站。

About

📓 Python学习笔记 — 从零开始的编程学习记录

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages