# fluent **Repository Path**: darkchoco/fluent ## Basic Information - **Project Name**: fluent - **Description**: Fluent Python Notes - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-07 - **Last Updated**: 2022-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fluent ### 介绍 有人说,Python 是一门既容易上手又强大的编程语言。本人根据自己多年的编程经验,尝试建立了三个符合认真规律的板块,力图指引你从一个入门者开始,逐步深入,最终成为精通 Python 的研发工程师。 ### 架构 - [Python 基础语法](https://gitee.com/dinghaoran/fluent/blob/master/low/low.md) - 函数式编程 - [Python 进阶语法](https://gitee.com/dinghaoran/fluent/blob/master/mid/mid.md) - 面向对象编程 - [Python 高级语法](https://gitee.com/dinghaoran/fluent/blob/master/high/high.md) - Pythonic 编程