--- title: "预备知识" date: 2018-12-29 lastmod: 2020-01-05 weight: 1 type: icon: # description: "Python初阶路线图,预备知识" # search related keywords keywords: ["程序设计思想,安装Python,运行方式,常用开发工具,编码规范,模块管理"] --- - Python简介 > **补充资料** > > + [简介](https://blog.csdn.net/Pythonlaowan/article/details/101288564) - 程序设计思想 - 安装Python - Windows安装Python - Linux安装Python - MacOS安装Python - 运行方式 - 以交互方式运行 - 以脚本方式运行 - 常用开发工具 - 编码规范 - 模块管理 - pip