Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandtbucher/brandtbucher
Gary Brandt Bucher, II
https://github.com/brandtbucher/brandtbucher
Last synced: 4 days ago
JSON representation
Gary Brandt Bucher, II
- Host: GitHub
- URL: https://github.com/brandtbucher/brandtbucher
- Owner: brandtbucher
- Created: 2020-07-17T15:42:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:36:31.000Z (24 days ago)
- Last Synced: 2024-10-22T10:38:30.818Z (23 days ago)
- Homepage:
- Size: 4.5 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'm a computer-engineer-turned-software-engineer, heavily involved in CPython development.
[**A tour of CPython's runtime**](https://www.youtube.com/watch?v=VgDt_dkI70Q&t=7877s)
VMIL 2024
October 20th, 2024[**Python 3.13 Release Stream**](https://youtube.com/watch?v=7MAPzvv3ZG0&t=692s)
Python Discord
October 8th, 2024[**Core sprint at Meta**](https://www.youtube.com/watch?v=G9A0kh-iomY&t=528s)
core.py
October 3rd, 2024[**Enabling CPython's JIT Compiler**](2024/09/26/enabling_cpythons_jit_compiler.pdf)
CPython Core Dev Sprint 2024
September 26th, 2024[**A Legit Episode**](https://www.youtube.com/watch?v=IGYxMsHw9iw)
core.py
June 29th, 2024[**Computational Complexity Theory**](2024/06/22/computational_complexity_theory.pdf)
Charles' 30th Birthday Party
June 22nd, 2024[**Building a JIT compiler for CPython**](https://www.youtube.com/watch?v=kMO3Ju0QCDo)
PyCon US 2024
May 19th, 2024[**PEP 744 – JIT Compilation**](https://www.python.org/dev/peps/pep-0744)
Python Enhancement Proposals
April 11th, 2024[**A tour of CPython's runtime**](2024/03/11/a_tour_of_cpythons_runtime.pdf)
University of California, Irvine
March 11th, 2024
2023
[**A JIT compiler for CPython**](https://www.youtube.com/watch?v=HxSHIpEQRjs)
CPython Core Dev Sprint 2023
October 10th, 2023[**Inside CPython 3.11's new specializing, adaptive interpreter**](https://www.youtube.com/watch?v=shQtrn1v7sQ)
PyCon US 2023
April 21st, 2023[**A tour of CPython's bytecode compiler**](2023/03/14/a_tour_of_cpythons_bytecode_compiler.pdf)
University of California, Irvine
March 14th, 2023
2022
[**Python 3.11 Release Episode**](https://www.youtube.com/watch?v=Iak-6AsMLsU)
Talk Python
October 28th, 2022[**A Team at Microsoft is Helping Make Python Faster**](https://devblogs.microsoft.com/python/python-311-faster-cpython-team)
Microsoft Python DevBlog
October 26th, 2022[**Making CPython 3.11 Especially Fast**](https://www.youtube.com/watch?v=PGZPSWZSkJI&t=1472s)
Python 3.11 Release
October 24th, 2022[**Python Perf: Specializing, Adaptive Interpreter**](https://www.youtube.com/watch?v=tNs18GDmAfg)
Talk Python
September 15th, 2022[**A Perfect `match`**](https://www.youtube.com/watch?v=XpxTrDDcpPE)
PyCon US 2022
April 29th, 2022
2021
[**A Perfect `match`**](https://www.youtube.com/watch?v=ggPJLwIbbyY&t=213s)
PyCon JP 2021
October 16th, 2021[**Structural Pattern Matching**](https://www.youtube.com/watch?v=AHT2l3hcIJg&t=2646s)
Python 3.10 Release Stream
October 4th, 2021[**What's New in Python 3.10**](https://www.youtube.com/watch?v=JteTO3EE7y0)
PyCharm by JetBrains
October 4th, 2021
2020
[**Dynamic Pattern Matching with Python**](https://dl.acm.org/doi/10.1145/3426422.3426983)
Dynamic Languages Symposium 2020
November 15th, 2020[**PEP 634 – Structural Pattern Matching: Specification**](https://www.python.org/dev/peps/pep-0634)
Python Enhancement Proposals
September 12th, 2020[**PEP 622 – Structural Pattern Matching**](https://www.python.org/dev/peps/pep-0622)
Python Enhancement Proposals
June 23rd, 2020[**PEP 618 – Add Optional Length-Checking To zip**](https://www.python.org/dev/peps/pep-0618)
Python Enhancement Proposals
May 1st, 2020[**PEP 614 – Relaxing Grammar Restrictions On Decorators**](https://www.python.org/dev/peps/pep-0614)
Python Enhancement Proposals
February 10th, 2020
2019
[**PEP 584 – Add Union Operators To dict**](https://www.python.org/dev/peps/pep-0584)
Python Enhancement Proposals
March 1st, 2019