Popular repositories
-
-
-
pyxl3 Public
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
641 contributions in the last year
Less
More
Contribution activity
October 2021
Created 9 commits in 1 repository
Created a pull request in python/peps that received 4 comments
PEP 1: PEP editors are pre-approved as sponsors
+2
−1
•
4
comments
Reviewed 10 pull requests in 2 repositories
python/peps
6 pull requests
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