geekdoc-python-zh/docs/pythonland/41.md

11 lines
657 B
Markdown
Raw Permalink Normal View History

2024-03-03 22:54:39 +08:00
# 与操作系统的交互
> 原文:[https://python.land/operating-system](https://python.land/operating-system)
Python 因许多事情而闻名,其中之一就是它作为脚本语言的功能。它是一种很好的语言,可以将事物粘合在一起,并与底层操作系统进行交互。您将学习如何使用 Python 与底层操作系统进行交互:
* [用 Python 打开、读写文件](https://python.land/operating-system/python-files)
* [用子程序模块](https://python.land/operating-system/python-subprocess)运行外部命令
* Python 网络:创建客户端和服务器
这一节是新的;稍后将添加更多内容。