mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add Functional Programming section
This commit is contained in:
parent
b2e781fbfc
commit
48d2026d11
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Science and Data Analysis](#science-and-data-analysis)
|
- [Science and Data Analysis](#science-and-data-analysis)
|
||||||
- [Data Visualization](#data-visualization)
|
- [Data Visualization](#data-visualization)
|
||||||
- [Machine Learning](#machine-learning)
|
- [Machine Learning](#machine-learning)
|
||||||
|
- [Functional Programming](#functional-programming)
|
||||||
- [MapReduce](#mapreduce)
|
- [MapReduce](#mapreduce)
|
||||||
- [Third-party APIs](#third-party-apis)
|
- [Third-party APIs](#third-party-apis)
|
||||||
- [DevOps Tools](#devops-tools)
|
- [DevOps Tools](#devops-tools)
|
||||||
|
@ -652,6 +653,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine.
|
* [Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine.
|
||||||
* [python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System.
|
* [python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System.
|
||||||
|
|
||||||
|
## Functional Programming
|
||||||
|
|
||||||
|
* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
|
||||||
|
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
||||||
|
|
||||||
## MapReduce
|
## MapReduce
|
||||||
|
|
||||||
*Framworks and libraries for MapReduce.*
|
*Framworks and libraries for MapReduce.*
|
||||||
|
|
Loading…
Reference in a new issue