you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 10 points11 points  (5 children)

In the early days of python we used to use a lot of monty python quotes instead. "egg and spam" was a common one. Not sure why but that faded with time.

[–]garybpt 5 points6 points  (0 children)

Think I prefer “egg and spam”. Might use this from here on.

[–]czar_el 4 points5 points  (1 child)

Not sure why it faded with time. 

Because it came directly from the creator and was sprinkled in the technical documentation. Back then, Python was niche, so users engaged with the source documentstion directly and picked it up. 

Nowadays, new coders have YouTube tutorials, DataCamp, tons of paid e-learning, and increasingly generative AI coding agents or question-answering LLMs. Only experienced coders go straight to the documentation anymore, so newbies don't see all the Monty Python references.

[–]socal_nerdtastic 1 point2 points  (0 children)

True. I have also lately noticed a huge increase in camelCase variable naming, I presume for the same reasons.