Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sivagao/more-bite-of-python

something that looks good and advanced in Python
https://github.com/sivagao/more-bite-of-python

Last synced: 23 days ago
JSON representation

something that looks good and advanced in Python

Awesome Lists containing this project

README

        

## 系统学习Python

### Why
最早是学Python的, 现在也觉得它很多语言特性很优雅。它也是更类C的编程语言,比起工作中常用的JS更适合来深度学习。无论对设计模式,OO,重构,TDD等概念,还是对Web Programming, Crawler,*unix script等领域, 都非常适合用Python来探索。

### Structure

- [guide](https://github.com/kennethreitz/python-guide):学习python-guide的笔记
- [patterns](https://github.com/faif/python-patterns):学习python-patterns的笔记 - 好例子全在Design Patterns in Ruby!!
- _topics: 是自己在整理和学习常见主题存放md的目录
- _refactor: 重构系列, 怎么吧挫代码改善 - 参考:Refactoring Ruby Ed. 等
- _libraries: 是自己在整理和学习比较优雅类库存放md的目录