Python/SUMMARY.md

12 lines
628 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Summary
* [前言](README.md)
* [Python代码规范](/codeSpecification/codeSpecification_Preface.md)
* [一、简明概述](/codeSpecification/codeSpecification_first.md)
* [二、注释](/codeSpecification/codeSpecification_second.md)
* [三、命名规范](/codeSpecification/codeSpecification_third.md)
* [草根学Python第一个Python程序](/python1/Preface.md)
* [一、Python 简介](/python1/Introduction.md)
* [二、Python 的安装](/python1/Installation.md)
* [三、第一个 Python 程序](/python1/The_first_procedure.md)
* [四、集成开发环境IDE: PyCharm](/python1/IDE.md)