2016-07-04 08:52:59 +00:00
|
|
|
|
# Summary
|
|
|
|
|
|
2017-06-07 12:47:53 +00:00
|
|
|
|
* [前言](README.md)
|
2017-06-12 17:12:09 +00:00
|
|
|
|
* [Python代码规范](/codeSpecification/codeSpecification_Preface.md)
|
|
|
|
|
* [一、简明概述](/codeSpecification/codeSpecification_first.md)
|
|
|
|
|
* [二、注释](/codeSpecification/codeSpecification_second.md)
|
|
|
|
|
* [三、命名规范](/codeSpecification/codeSpecification_third.md)
|
2017-06-19 16:36:31 +00:00
|
|
|
|
* [第一个Python程序](/python1/Preface.md)
|
2017-06-18 08:38:28 +00:00
|
|
|
|
* [一、Python 简介](/python1/Introduction.md)
|
|
|
|
|
* [二、Python 的安装](/python1/Installation.md)
|
|
|
|
|
* [三、第一个 Python 程序](/python1/The_first_procedure.md)
|
2017-06-19 16:34:17 +00:00
|
|
|
|
* [四、集成开发环境(IDE): PyCharm](/python1/IDE.md)
|
2017-06-19 16:36:31 +00:00
|
|
|
|
* [基本数据类型和变量](/python2/Preface.md)
|
2017-06-19 16:34:17 +00:00
|
|
|
|
* [一、Python 语法的简要说明](/python2/Grammar.md)
|
|
|
|
|
* [二、Python 的基本数据类型](/python2/Type_of_data.md)
|
|
|
|
|
* [三、基本数据类型转换](/python2/Type_conversion.md)
|
2017-06-21 15:06:58 +00:00
|
|
|
|
* [四、Python 中的变量](/python2/Variable.md)
|
|
|
|
|
* [List 和 Tuple](/python3/Preface.md)
|
2017-06-21 15:08:24 +00:00
|
|
|
|
* [一、List(列表)](/python3/List.md)
|
|
|
|
|
* [二、tuple(元组)](/python3/tuple.md)
|