Explore >> Select a destination


You are here

www.nkantar.com
| | fuzzyblog.io
0.8 parsecs away

Travel
| | [AI summary] The author discusses differences between Python and Ruby regarding dictionary key access and missing keys, highlighting cultural design philosophies and the Pythonic .get() method.
| | aivarsk.com
2.5 parsecs away

Travel
| | I have a piece of C++ code that calls user-defined functions implemented in Python. Instead of requiring all functions to have the same signature with 6 arguments, the C++ code inspects the function signature and passes only the arguments function accepts - 1, 3, or all 6 of them. I use the inspect module and getargspec function for that but it feels a bit wrong and bloated. So let's see how we can get the work done without the inspect module.
| | www.laurentluce.com
2.7 parsecs away

Travel
| |
| | miyuki.github.io
26.5 parsecs away

Travel
| [AI summary] The author details the process of building and using an old version of the GNU C Compiler (GCC 1.27) on a modern system, highlighting compatibility challenges and successful bootstrapping.