python学习笔记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python学习笔记相关的知识,希望对你有一定的参考价值。

python学习笔记

#####################20170820

import os

os.chdir(‘/tmp‘)#更改目录

os.system(‘ls -lrt‘)#执行相关命令

import sys

sys.path()#查看python的PATH路径

sys.path.append(‘/var‘)#将/var路径增加到python的PATH路径中

import subprocess

subprocess.call([‘ls‘,‘-lrt‘])

#######################


























本文出自 “银河系|计算机网络” 博客,请务必保留此出处http://qqran.blog.51cto.com/10014850/1957736

以上是关于python学习笔记的主要内容,如果未能解决你的问题,请参考以下文章

[Python] Python 学习笔记

Python学习笔记

[Python笔记]Python学习笔记三

Python学习笔记-2017.5.4thon学习笔记-2017.5.14

[Python笔记]Python学习笔记四

Python学习笔记-2017.5.4thon学习笔记-2017.8.08