Explore >> Select a destination


You are here

mathamy.com
| | eli.thegreenplace.net
4.5 parsecs away

Travel
| | [AI summary] This article explains how to add a new 'until' statement to Python's compiler by modifying its grammar, AST generation, and bytecode compilation processes.
| | www.pythonmorsels.com
4.1 parsecs away

Travel
| | Python's built-in functions list includes 71 functions now! Which built-in functions are worth knowing about? And which functions should you learn later?
| | initialcommit.com
4.5 parsecs away

Travel
| | In this article, you will learn about python runtime errors, some common examples and how to fix them
| | developerlife.com
10.5 parsecs away

Travel
| Procedural macros are a way for you to extend the Rust compiler and provide plugins that you can use to extend the language. They allow you to reduce the need to write manual boilerplate code, and even allow you to create your own DSL (domain specific language). This article goes into the details of creating the 3 kinds of procedural macros in Rust.