doufo

Data Processing Library in functional style.


License
Apache-2.0
Install
pip install doufo==0.0.4

Documentation

douFo- Data Orgnization Using Function Operations

This module provides ... doufo in Python, .

This module is the base module of the works in NeoBay 410, which consists some ...

Before using it, some materials may be useful. These materials contains some official documents pf python (prefix with py-) (taking Python 3.7 to illustrated), Wikipedias (prefix with wk-), other blogs (prefix with bg-) and some other links I do not know what are they (prefix with lk-):

  1. py-abc: This module provides the infrastructure for defining abstract base classes (ABCs)...
  2. py-typing: The most fundamental support consists of the types Any, Union, Tuple, Callable, TypeVar, and Generic...
  3. py-functools: The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for the purposes of this module.
  4. py-collections: This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple.
  5. bg-python abc 模块
  6. bg-python模块分析之typing(三)
  7. bg-typing-python用于类型注解的库
  8. bg-python @classmethod 的使用场合 Data flow under function operations
  9. wk-Multiple dispatch
  10. wk-Monad
  11. bl-Functor、Applicative 和 Monad
  12. bg-Scala和范畴论 -- 对Monad的一点认识