【Python 笔记(0)】开始

记录 Python 心得

1. 开始

Python Page

2. 安装 Python 环境

2.1 Linux 下安装

主要使用 Ubuntu 发行版,以 Ubuntu 为例》

2.1.1 预编译安装包

2.1.2 源码编译

source code

2.2 Windows 下安装

2.2.1 预编译安装包

Windows 安装包

2.2.2 源码编译

source code

3. Python 重要笔记目录

3.1 Python 的各种 Tips

Python 的各种 Tips

3.2 Python 面向对象

猜你喜欢

转载自blog.csdn.net/RadiantJeral/article/details/86317193