GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

python-articles

Website
Wikipedia
https://static.github-zh.com/github_avatars/mythmgn?size=40
mythmgn / awesome_py_traps

100 Awesome python traps examples, 1 new example per week

Pythonpython-articles
Python 69
6 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / guide-to-publishing-packages

This article is a step-by-step guide to assembling and publishing a small, open-source Python package; topics covered include directory structure, basic unit tests, basic continuous integration setup,...

Pythonpython-articlescoverallstravis-cipypi
9
5 年前
https://static.github-zh.com/github_avatars/qiwihui?size=40
qiwihui / PythonWeekly

Python 不定期周报

Pythonpython-articles
HTML 8
4 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / analyzing-and-transforming-abstract-syntax

Python's built-in libraries include powerful tools for retrieving and operating over abstract syntax trees. This article provides an overview of how to use these features to analyze and transform Pyth...

Pythonpython-articlescode-analysisParsing
Jupyter Notebook 2
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / map-reduce-and-multiprocessing

Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapRe...

Pythonpython-articlesmultiprocessingmap-reduce
Jupyter Notebook 1
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / advantages-of-type-annotations

Native syntactic support for type annotations was introduced in Python 3. This article provides an overview of this feature, reviews how it can be used to document information about expressions and fu...

Pythonpython-articlespython-typestype-checking
Jupyter Notebook 1
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / working-with-foreign-functions

Python offers a rich set of APIs that make it possible to build wrappers for foreign functions written in another language (such as C/C++) and compiled into shared libraries. This article introduces s...

Pythonpython-articles
Jupyter Notebook 0
4 年前
https://static.github-zh.com/github_avatars/lapets?size=40
lapets / map-reduce-and-multiprocessing

Pythonpython-articlesmultiprocessingmapreduceparallel-processing
0
5 年前
https://static.github-zh.com/github_avatars/nthparty?size=40
nthparty / article-privacy-preserving-information-exchange

This article uses a simple use case involving a transaction between a vendor and a customer to illustrate the privacy-enhancing potential of oblivious transfer (OT) and to demonstrate how OT can be in...

python-articlesarticles教程multiparty-computationmulti-party-computationmpcsecure-computationCryptography
Jupyter Notebook 0
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / embedded-languages-via-overloading

Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive k...

Pythonpython-articlesembedded-languagead-hoc-polymorphism
Jupyter Notebook 0
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / higher-order-functions-and-decorators

This article covers some background on higher-order functions in Python, presents an overview of how Python decorators are defined and used, and illustrates their utility via a few use cases.

Pythondecoratorspython-articles
Jupyter Notebook 0
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / iterators-generators-and-uncertainty

Iterators and generators are powerful abstractions within Python that have a variety of uses. This article reviews how they are defined, how they are related, and how they can help programmers work in...

Pythonpython-articlesiteratorsGenerator
Jupyter Notebook 0
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / python-supply.github.io

Landing/redirect page for python.supply, where you can use Python as a platform to learn foundational concepts and practical techniques in computer science, programming, and software engineering.

Pythonpython-articles
HTML 0
4 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / strings-regular-expressions-and-text-data-analysis

While built-in string methods and regular expressions have limitations, they can be leveraged in creative ways to implement scalable workflows that process and analyze text data. This article explores...

Pythonpython-articlesRegular expressiontext-data
Jupyter Notebook 0
4 年前
https://static.github-zh.com/github_avatars/reity?size=40
reity / article-specifications-for-distinguishing-functions

This article presents a technique for assembling concise, lightweight specifications and unit tests for verifying the identity of a function; the technique sacrifices completeness to enable compact an...

python-articles
Jupyter Notebook 0
4 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / static-checking-via-metaclasses

Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be em...

Pythonpython-articlesstatic-analysis
Jupyter Notebook 0
5 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / comprehensions-and-combinations

Python comprehensions are a powerful language feature that can greatly improve the productivity of a programmer and the readability of code. This article explores how comprehensions can be used to bui...

Pythonpython-articles
Jupyter Notebook 0
4 年前
https://static.github-zh.com/github_avatars/python-supply?size=40
python-supply / applications-of-immutability

Both built-in and user-defined data structures in Python can be either mutable or immutable. This article explains why Python makes this distinction for built-in data structures and reviews some use c...

Pythonpython-articleshashingimmutabilitymemory-managementpython-data-structures数据结构python-languagepython-memory
Jupyter Notebook 0
4 年前