/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.integralist.co.uk
| | laihoconsulting.com
5.4 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | danielms.site
6.8 parsecs away

Travel
| | I build things and drink coffee.
| | seb.jambor.dev
3.6 parsecs away

Travel
| | Taking a closer look at shell builtins and environment variables.
| | www.henryleach.com
22.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?