Tag python

11 bookmarks have this tag.

The future of Offpunk: UNIX command-line heaven and packaging hell

ploum.net/2023-10-01-future-of-offpunk-packaging-hell.html
offpunk,python

chess_bead

pypi.org/project/chess_bead

Package for the both Chinese poetry and chess game. The rules of the game

Inspired by the Glass Bead Game!

chess,glasperlenspiel,linguistics,python

adbar/trafilatura

github.com/adbar/trafilatura
archive,python

igdl - Instagram Image Downloader

www.datagubbe.se/igdl

igdl is a Python script for downloading an image from a given
Instagram URL and either save it directly to disk or write it to stdout.
It will automatically pick the highest image resolution available.

archive,python,social_media

bellingcat/snscrape

github.com/bellingcat/snscrape

snscrape is a scraper for social networking services (SNS). It scrapes things like user profiles, hashtags, or searches and returns the discovered items, e.g. the relevant posts.

Supports many major social networks!

archive,python,social_media

ArchiveTeam/grab-site

github.com/ArchiveTeam/grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns

archive,program,python

LionKimbro/strpaint

github.com/LionKimbro/strpaint

2-dimensional string painter.

python

research!rsc: Coroutines for Go

research.swtch.com/coro

Goroutines are not coroutines! I thought it was a nice pun! It's not!

Russ walks us over the concept of coroutines in other languages and then implements them in Go using goroutines.

Gotta read more thoroughly. I don't really see why we need them.

P. S. Loving how coroutine is shortened to coro. It's how the Francophones shorten laboratorie or whatever to just labo. Adolescent becomes ado. Cool French style!

go,lua,python

microformats/mf2py: Microformats2 parser written in Python

github.com/microformats/mf2py

A Python library for handling microformats2. It parses Betula well.

microformat,python

pyrustic/jesth: Next-level human-readable data serialization format

github.com/pyrustic/jesth

Perhaps, funny

python,serialization

The Zen of Go | Dave Cheney

dave.cheney.net/2020/02/23/the-zen-of-go

The author applies the Zen of Python to Go and tells us how Go programs should be written. This is a well-written article.

go,python