6 July 2007 6 comments MacOSX
This blog post is 15 years old! Most likely, its content is outdated. Especially if it's technical.
The mac os x icon for .pyc
files is a document with a background of ones and zeros but the foreground is a 16 ton weight. WTF?! What's the 16 ton got to do with anything?
Perhaps I got it all wrong. Maybe this is the icon used for many different files but I had a look around and couldn't find any other file that uses the 16 ton image in the icon.
- Previous:
- iPhones review on WSJ 30 June 2007
- Next:
- I'm not a hacker 8 July 2007
- Related by category:
- "No space left on device" on OSX Docker 3 October 2017 MacOSX
- Yet another Docker 'A ha!' moment 5 November 2017 MacOSX
- The best grep tool in the world; ripgrep 19 June 2018 MacOSX
- Build pyenv Python versions on macOS Catalina 10.15 19 February 2020 MacOSX
- When Docker is too slow, use your host 11 January 2018 MacOSX
- Related by keyword:
- Create a large empty file for testing 8 September 2022
- New Google Groups design 24 January 2007
- Silk icons 9 October 2007
It's not like that on a standard 10.4 (or 10.3) Mac OS X with stock python or python compiled from source ... all I got on .pyc files is a blank icon. Maybe this comes from some python binary installer? Or else some other program uses the .pyc extension?
This image has to do with the original naming of python, from Monty Python's Flying Circus. They used to have animated scenes, which often included 16 ton weights squashing people.
And giant feet, too.
It's used on a DVD box apparently:
http://www.newvideo.com/productdetail.html?productid=NV-AAE-72952
Oh, and on my system I now get a lovely blue/yellow ying-yang style icon.
I think this is kind of a visual reference to Monty Python. As far as I know, the programming language Python is named after them.
cheers,
Aye
Just to be clear, python bytecode files are the "squashed" version of the source code.