Explore >> Select a destination


You are here

craftofcoding.wordpress.com
| | 3.70.187.24
4.2 parsecs away

Travel
| | [AI summary] The author, a beginner programmer with experience in C, decides to switch to Python for its extensive libraries and resources, particularly for use with Raspberry Pi projects, and is currently learning through a free book.
| | emanueleviola.wordpress.com
5.8 parsecs away

Travel
| | I am writing a section on expanders for my book, and to avoid doing that I figured I should try to code up some expanders in tikz. Here's the famous 3-regular expander based on Selberg's theorem, connecting x to x+1,x-1,1/x mod p (and 0 to itself), on 127 nodes: [Edit: Added new picture on 12/22]:...
| | nagekar.com
3.9 parsecs away

Travel
| |
| | zserge.com
18.9 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.