This documentation page has gotten a lot of attention recently! I think most of the people who find it understand where I'm coming from. I'd like to highlight a couple of things, now that people are linking to this page from all sorts of contexts. I still work on open-source libraries. Here's ftfy, the popular multi-purpose Unicode fixer. You could see this freezing of wordfreq data as a good thin
Available now -> Polars Cloud Scale your Polars queries from laptop to production workloads with zero infrastructure management. Available now -> Polars Cloud Scale your Polars queries from laptop to production workloads with zero infrastructure management. Polars is an open-source library for data manipulation, known for being one of the fastest data processing solutions on a single machine. It f
Curio is a coroutine-based library for concurrent Python systems programming using async/await. It provides standard programming abstractions such as tasks, sockets, files, locks, and queues as well as some advanced features such as support for structured concurrency. It works on Unix and Windows and has zero dependencies. You'll find it to be familiar, small, fast, and fun. After ten years, I've
The Trio project aims to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections simu
If there's anything we can help you with, mail us at [email protected] and we'll get back to you as soon as possible. Colors in painting software do not act like real pigments. Colors in painting software do not act like real pigments. Why? Because there was no practical way to implement true pigment mixing into digital painting. Until now. Why? Because there was no practical way to implement true
>>> r.html.links {'//docs.python.org/3/tutorial/', '/about/apps/', 'https://github.com/python/pythondotorg/issues', '/accounts/login/', '/dev/peps/', '/about/legal/', '//docs.python.org/3/tutorial/introduction.html#lists', '/download/alternatives', 'http://feedproxy.google.com/~r/PythonInsider/~3/kihd2DW98YY/python-370a4-is-available-for-testing.html', '/download/other/', '/downloads/windows/', 'h
Requests: HTTP for Humans™¶ Release v2.32.5. (Installation) Requests is an elegant and simple HTTP library for Python, built for human beings. Behold, the power of Requests: >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200 >>> r.headers['content-type'] 'application/json; charset=utf8' >>> r.encoding 'utf-8' >>> r.text '{"type":"User"...' >>> r.json()
ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs. Colorama makes this work on Windows, too, by wrapping stdout, stripping ANSI sequences it finds (which would appear as gobbledygook in the output), and converting them into the appropriate win32 calls to modify the state of the terminal. On other platforms, Colorama does no
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く