Hacker News
- How the CPython compiler works https://tenthousandmeters.com/blog/python-behind-the-scenes-2-how-the-cpython-compiler-works/ 52 comments
Linking pages
- Python behind the scenes #11: how the Python import system works https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/ 215 comments
- Python behind the scenes #13: the GIL and its effects on Python multithreading https://tenthousandmeters.com/blog/python-behind-the-scenes-13-the-gil-and-its-effects-on-python-multithreading/ 197 comments
- Python behind the scenes #6: how Python object system works https://tenthousandmeters.com/blog/python-behind-the-scenes-6-how-python-object-system-works/ 81 comments
- Python behind the scenes #12: how async/await works in Python https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/ 32 comments
- Python behind the scenes #8: how Python integers work https://tenthousandmeters.com/blog/python-behind-the-scenes-8-how-python-integers-work/ 22 comments
- Python behind the scenes #4: how Python bytecode is executed https://tenthousandmeters.com/blog/python-behind-the-scenes-4-how-python-bytecode-is-executed/ 17 comments
- Python behind the scenes #1: how the CPython VM works https://tenthousandmeters.com/blog/python-behind-the-scenes-1-how-the-cpython-vm-works/ 4 comments
- Python behind the scenes #5: how variables are implemented in CPython https://tenthousandmeters.com/blog/python-behind-the-scenes-5-how-variables-are-implemented-in-cpython/ 3 comments
- Python behind the scenes #3: stepping through the CPython source code https://tenthousandmeters.com/blog/python-behind-the-scenes-3-stepping-through-the-cpython-source-code/ 2 comments
Linked pages
- The Architecture of Open Source Applications: LLVM http://www.aosabook.org/en/llvm.html 162 comments
- Deterministic finite automaton - Wikipedia https://en.wikipedia.org/wiki/Deterministic_finite_automaton 36 comments
- Parsing Expression Grammars: A Recognition-Based Syntactic Foundation http://pdos.csail.mit.edu/~baford/packrat/popl04/ 28 comments
- Parsing expression grammar - Wikipedia https://en.wikipedia.org/wiki/Parsing_expression_grammar 7 comments
- PEG Parsing Series Overview. My series of blog posts about PEG… | by Guido van Rossum | Medium https://medium.com/@gvanrossum_83706/peg-parsing-series-de5d41b2ed60 6 comments
- ast â Abstract Syntax Trees — Python 3.11.0 documentation https://docs.python.org/3/library/ast.html 5 comments
- Python behind the scenes #1: how the CPython VM works https://tenthousandmeters.com/blog/python-behind-the-scenes-1-how-the-cpython-vm-works/ 4 comments
- Python behind the scenes #3: stepping through the CPython source code https://tenthousandmeters.com/blog/python-behind-the-scenes-3-stepping-through-the-cpython-source-code/ 2 comments
- Control-flow graph - Wikipedia https://en.wikipedia.org/wiki/Control-flow_graph 2 comments
- The Zephyr Abstract Syntax Description Language | Computer Science Department at Princeton University https://www.cs.princeton.edu/research/techreps/TR-554-97 1 comment
- Python internals: Symbol tables, part 1 - Eli Bendersky's website http://eli.thegreenplace.net/2010/09/18/python-internals-symbol-tables-part-1/ 0 comments
- PEP 617 – New PEG parser for CPython | peps.python.org https://www.python.org/dev/peps/pep-0617/ 0 comments
- GitHub - pytest-dev/pytest: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing https://github.com/pytest-dev/pytest 0 comments
- LL grammar - Wikipedia https://en.wikipedia.org/wiki/LL_grammar 0 comments
Related searches:
Search whole site: site:tenthousandmeters.com
Search title: Python behind the scenes #2: how the CPython compiler works
See how to search.