06 Mar 23

An introduction to some powerful functional programming techniques in Raku and Python.

by eli Mar 2023 saved 2 times

12 Feb 23

Trio – a friendly Python library for async concurrency and I/O - python-trio/trio: Trio – a friendly Python library for async concurrency and I/O


08 Feb 23

PocketPy is a lightweight(~ 5000 LOC) Python interpreter for game engines.


04 Jan 23

Infinite AI Array is a Python library that provides a list implementation that leverages GPT so that you can access elements beyond the ones already provided.


15 Dec 22

PJLink is a standard for controlling data projectors.


Convert curl commands to Python, JavaScript, PHP, R, Go, C#, Ruby, Rust, Elixir, Java, MATLAB, Dart, CFML, Ansible URI or JSON

by wheresalice Dec 2022 saved 4 times


string_grouper is a library that makes finding groups of similar strings within a single, or multiple, lists of strings easy — and fast. string_grouper uses tf-idf to calculate cosine similarities within a single list or between two lists of strings. The full process is described in the blog Super Fast String Matching in Python.

Tags:


31 Oct 22

All modern computers(laptops, phones, pc master race rgb monsters, etc) have somewhat similar components: Processor, Memory, Video Card, Disk and USB controller, WiFi card etc. Some of them are in one single chip and you cant even see them anymore, but they are there. For example there are chips that have Processor and Video Card together. The term for processor is actually CPU - Central processing unit, but we called it processors when we were kids and it kind of make sense, since it processes stuff.


16 Sep 22

Leon is an open-source personal assistant who you can host on your own server. You can code custom skills for him to do things. Offline usage is also possible to protect privacy. Supports both text and speech output.