Programming Languages

Explore Programming Languages through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: AI Infrastructure

Articles that also belong to these categories. Counts cover all of Programming Languages.

Showing 1-2 of 2 articles

Actor model

The actor model is a mathematical model of concurrent computation whose universal primitive is the actor: an autonomous, isolated entity that owns private state and communicates with other actors only by…

AI InfrastructureComputer Science

Dask

Dask is an open-source Python library for parallel and distributed computing that scales the familiar APIs of libraries such as NumPy, pandas, and scikit-learn to process larger-than-memory datasets.

AI InfrastructureData Science