タグ in Python
人気順 10 users 50 users 100 users 500 users 1000 usersStructural pattern matching in Python 3.10
September 2021 Summary: Python 3.10, which is due out in early October 2021, will include a large new language feature called structural pattern matching. This article is a critical but (hopefully) informative presentation of the feature, with examples based on real-world code. Go to: What it is ... 続きを読む
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust March 2021 Summary: I describe a simple interview problem (counting frequencies of unique words), solve it in various languages, and compare performance across them. For each language, I’ve included a simple, idiom... 続きを読む
GitHub - seemoo-lab/opendrop: An open Apple AirDrop implementation written in Python
Dismiss Join GitHub today GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む
GitHub - ethereum/lahja: Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio
Dismiss Join GitHub today GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together. Sign up Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication... 続きを読む
Things you're probably not using in Python 3 - but should - Data, what now? turns
Many people started switching their Python versions from 2 to 3 as a result of Python EOL. Unfortunately, most Python 3 I find still looks like Python 2, but with parentheses (even I am guilty of that in my code examples in previous posts – Introduction to web scraping with Python). Below, I show... 続きを読む
Webアプリケーションフレームワークの作り方 in Python — Webアプリケーションフレームワークの作り方 in Python
Webアプリケーションフレームワークの作り方 in Python¶ こんにちは、芝田 将 ( @c_bata_ ) です。 この資料はPyCon JP 2016で行った 「基礎から学ぶWebアプリケーションフレームワークの作り方」 の補足資料です。 誤字等があれば、 Github の方にIssue or PRをお待ちしております。 続きを読む
Bakthat: Python backup framework and command line tool — Bakthat 0.4.0 documentation
Bakthat: Python backup framework and command line tool¶ Release v0.4.0. Bakthat is a MIT licensed backup framework written in Python, it’s both a command line tool and a Python module that helps you m... 続きを読む