Wikifunctions is a Wikimedia project for everyone to collaboratively create and maintain a library of code functions to support the Wikimedia projects and beyond, in the world's natural and programming languages.
A "function" is a sequence of programming instructions that makes a calculation based on data you provide. Functions can answer questions, such as how many days have passed between two dates, or the distance between two cities.
Python job scheduling for humans. Run Python functions (or any other callable) periodically using a friendly syntax. Has a simple to use API for scheduling jobs. In-process scheduler for periodic jobs. No extra processes needed! Very lightweight and no external dependencies.
You can create your own agents by developing simple services that implement ActiveWorkflow's Remote Agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP service or microservice which ActiveWorkflow interacts with via an RPC protocol.
https://github.com/automaticmode/active_workflow/blob/master/lib/remote_agents.rb
https://github.com/automaticmode/active_workflow/blob/master/spec/features/use_remote_agent.rb
https://github.com/automaticmode/active_workflow/blob/master/spec/lib/remote_agents_spec.rb
This project aims at collecting useful Python snippets in order to enhance pythoneers’ coding experiences. Please feel free to contribute if you have any awesome ideas for improvements to code snippets, explanations, etc. Covers Python 2 and 3.
A Github community of OpenFaaS functions.
A curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.
A very well done description of decorators in python. Go in depth about how functions are first class objects, scope, self-modifying code, and how everything works. programming languages documentation tutorial
A site that offers many different algorithms, functions, and models as microservices that you can send data to via REST API and then receive results from. A Huginn agent has been created as a ruby gem already. An official Python module that presents the API natively exists, also. Attempts to be as language agnostic as possible.
A foss clone of AWS Lambda. Build serverless functions using Docker and Kubernetes automagicaklly. Web control panel. CLI available. Upload your script and any deps, and turn it loose. Turn any Docker container into a function.