Skip to content
Avatar

Achievements

Achievements

Organizations

@python
Block or Report

Block or report gvanrossum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. patma Public

    Pattern Matching

    Python 912 49

  2. 500lines Public

    Forked from aosabook/500lines

    500 Lines or Less

    Python 259 43

  3. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 136 13

  4. pyxl3 Public

    Forked from vikasuy/pyxl

    A Python 3 extension for writing structured and reusable inline HTML.

    Python 135 13

  5. Guido's time machine

    Python 86 9

  6. ctok Public

    Expose CPython's tokenizer as a Python class

    C 63 9

641 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 9 commits in 1 repository

Created a pull request in python/peps that received 4 comments

Created an issue in faster-cpython/ideas that received 2 comments

Speed up "from X import A; from X import B; from X import C; ..."

Over in Pyston-land someone remarked that this: from X import A, B, C, ..., Z is much faster than from X import A from X import B from X import C .…

2 comments

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