python-operating-system
- Course Introduction 介绍了课程
- Getting Ready for Python 讲解在不同操作系统如何安装Python
- Running Python Locally 简单讲了python在本机上的运行
- 自己写一个module
- shebang加到文件前面 #!/usr/bin/env python3
- python文件改为可执行文件 chmod +x hello_world.py
- Automating Tasks Through Programming 介绍自动化任务,用python的库查看cpu和硬盘的使用
- Introduction to Qwiklabs 介绍Qwiklabs,但是需要注册课程收费才能使用