Skip to content

fanjiangqi/Using-Python-to-Interact-with-the-Operating-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Using-Python-to-Interact-with-the-Operating-System

python-operating-system

第一周Getting Your Python On

  • 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,但是需要注册课程收费才能使用

About

python-operating-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages