PyFunctional VS async_presentation

Compare PyFunctional vs async_presentation and see what are their differences.

PyFunctional

Python library for creating data pipelines with chain functional programming (by EntilZha)

async_presentation

Some examples to demonstrate async principles and co-routines. (by ltavag)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PyFunctional async_presentation
4 1
2,332 3
- -
5.6 10.0
about 2 months ago almost 5 years ago
Python Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PyFunctional

Posts with mentions or reviews of PyFunctional. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.

async_presentation

Posts with mentions or reviews of async_presentation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.
  • Python: Uncovering the Overlooked Core Functionalities
    3 projects | news.ycombinator.com | 24 Jul 2023
    This is the basis of most older async frameworks (see: Tornado, Twisted). A while ago I put together a short talk on how to go from this feature -> a very basic version of Twisted's @inline_callback decorator.

    https://github.com/ltavag/async_presentation/tree/master

What are some alternatives?

When comparing PyFunctional and async_presentation you can also consider the following projects:

awesome-functional-python - A curated list of awesome things related to functional programming in Python.

RxPY - ReactiveX for Python

modin - Modin: Scale your Pandas workflows by changing a single line of code

fn.py - Functional programming in Python: implementation of missing features to enjoy FP

abcd-hcp-pipeline - bids application for processing functional MRI data, robust to scanner, acquisition and age variability.

alkymi - Pythonic task automation

lisa - Linux Integrated System Analysis

databay - Databay is a Python interface for scheduled data transfer. It facilitates transfer of (any) data from A to B, on a scheduled interval.

mara-pipelines - A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow

funkypy - A module that allows for easier functional programming in python

predicate_dispatch - Predicative dispatch decorator for Python, based on idea from book "Functional Programming in Python"