Python Quirks: Comments

Only one of these “comments” is a real one.
Well, technically speaking all of them are comments, the real difference between them is speed… Read more

Similar

The Joy That’s Typed Python

If I am to start working on a new project today, I would hesitate to attempt it in a language that does not have compile-time type checking. However, I do have to deal with Python at work (though we are slowly phasing it out). Also, I have been working of... (more…)

Read more »