Tag python
20 bookmarks have this tag.
20 bookmarks have this tag.
wind chimes in your UNIX environments. Contribute to drybjed/chimed development by creating an account on GitHub.
Convert a public Tweet into embedded semantic HTML - edent/Tweet2Embed
Every now and then you hear outrageous claims such as “Python has no preprocessor”.
Curly braces for blocks, increment and decrement, and C-like preprocessor directives. The most arcane Python hacks!
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.
Смешной текст о том, что питон учить не надо. Я Питон не люблю, но тут совсем кринж!
Data classes are containers for your data—not behavior
An archiving HTTP proxy and on-disk archival format for websites.
Bezier curve implementation for numpy. Helping me with an assignment! Thank you author.
Package for the both Chinese poetry and chess game. The rules of the game
Inspired by the Glass Bead Game!
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.
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!
The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
2-dimensional string painter.
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!
A Python library for handling microformats2. It parses Betula well.
Perhaps, funny
The author applies the Zen of Python to Go and tells us how Go programs should be written. This is a well-written article.