Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. The Python programming language

    Python 34.5k 16.8k

  2. Python dependency management and packaging made easy.

    Python 12.8k 992

  3. C++ standards drafts

    TeX 4k 609

  4. A Python utility / library to sort imports.

    Python 3.5k 375

  5. Pure Python RabbitMQ/AMQP 0-9-1 client library

    Python 2.5k 695

  6. Deep Learning for humans

    Dockerfile 50.2k 18.7k

39 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
Contributed to python/cpython, pypa/setuptools, brettcannon/desugar and 5 other repositories
Loading

Contribution activity

November 2020

Created 1 commit in 1 repository

Created a pull request in brettcannon/desugar that received 2 comments

Add an alternative lookup for the method __delete__ for data descriptors

From your (excellent) blog article Unravelling attribute access in Python: There are two kinds of descriptors: data and non-data. Both kind of des…

+10 −6 2 comments

Created an issue in brettcannon/desugar that received 1 comment

The Python implementation of object.__getattribute__ does not detect descriptors correctly

From your Python implementation of object.__getattribute__ in your blog article Unravelling attribute access in Python: class object: def __getattr…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.