Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
There was an error while loading. Please reload this page.
这是一个Python实现的课程管理系统,提供登录、课程选择、验证等功能。 sanxailesson/ ├── main.py # 主程序入口 ├── login.py # 登录模块 ├── function.py # 功能模块 ├── lesson.py # 课程模块 ...