Explore >> Select a destination


You are here

mathspp.com
| | blog.m-ou.se
3.9 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | doughellmann.com
3.8 parsecs away

Travel
| | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking.
| | initialcommit.com
2.9 parsecs away

Travel
| | In this article, you'll get a detailed look at how to use the sum function in Python, as well as how it differs from the plus sign operator.
| | zserge.com
19.0 parsecs away

Travel
| Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython VM.