Tag python

16 bookmarks have this tag.

2024-02-05

1113.

sustrik/tiles: Programmatic code generation

github.com/sustrik/tiles

Tiles is a simple Python module meant to help with code generation.
It provides a way to work with rectangular areas of text as atomic units.
This is particularly important if proper indentation of the generated code
is desired.

2024-01-05

1011.

Есть табак, да нечем нюхать: Об использовании Питона в высшем образовании

shmat-razum.blogspot.com/2024/01/python.html

Смешной текст о том, что питон учить не надо. Я Питон не люблю, но тут совсем кринж!

2023-12-17

Reposted 981.

Banish state-mutating methods from data classes

rednafi.com/python/dataclasses_and_methods

Data classes are containers for your data—not behavior

2023-11-25

917.

davidfstr/webcrystal

github.com/davidfstr/webcrystal

An archiving HTTP proxy and on-disk archival format for websites.

2023-11-16

865.

~torresjrjr/Bezier.py - ➰ Create Bezier curves in Python

git.sr.ht/~torresjrjr/Bezier.py

Bezier curve implementation for numpy. Helping me with an assignment! Thank you author.

2023-10-01

653.

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

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

2023-08-23

585.

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!

2023-08-15

571.

adbar/trafilatura

github.com/adbar/trafilatura

2023-07-31

531.

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.

530.

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!

2023-07-24

502.

ArchiveTeam/grab-site

github.com/ArchiveTeam/grab-site

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

2023-07-21

482.

LionKimbro/strpaint

github.com/LionKimbro/strpaint

2-dimensional string painter.

2023-07-18

476.

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!

2023-07-08

435.

microformats/mf2py: Microformats2 parser written in Python

github.com/microformats/mf2py

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

2023-05-19

250.

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

github.com/pyrustic/jesth

Perhaps, funny

2023-03-19

103.

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.