Explore >> Select a destination


You are here

speakerdeck.com
| | www.henryleach.com
5.3 parsecs away

Travel
| | I have a habit of adding return 0 to the end of my Python main() functions, even if they don't actually return anything. A friend pointed this weirdness out, and guessed, probably correctly, that this is a habit from C/C++ where returning 0 means 'everything went as expected'. But does that make any sense at all in Python?
| | eli.thegreenplace.net
3.2 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.
| | initialcommit.com
4.5 parsecs away

Travel
| | In this article, you will learn what iterators are, how you can use the next() function on iterators, and maximize your usage of the next() function.
| | semicomplete.com
25.0 parsecs away

Travel
| What is fex? Fex is a powerful field extraction tool. Fex provides a very concise language for tokenizeing strings and extracting fields. The basic usage model is that you provide a series of delimiter and field selection pairs. Tokens can be any character, while field selections have a specific syntax. Download Releases are available on GitHub. Sometimes simpler than cut and awk cut(1) from GNU coreutils (on Linux) does not support negative offsets, so you cannot ask cut to only show you the Nth field f...