Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sivagao/more-bite-of-python
- Owner: sivagao
- Created: 2014-05-07T06:20:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T20:01:12.000Z (over 10 years ago)
- Last Synced: 2024-10-14T11:11:13.734Z (2 months ago)
- Language: Python
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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的目录