14
Kaji
5y

My intern was trained on 1 semester of Java, followed by 2 of Python, so there’s been several conversations at the office that boil down to:

“What’s *not* to love about Python? It’s easy to pick up, and forgiving as hell!”

“What’s *to* love about Python? I like being able to understand how my code is structured!”

As a WordPress shop, the discussion is moot, of course...

Comments
  • 8
    I absolutely love Python for everything that won't be used for long. So quick small projects and prototypes, some one-time file parsing and other stuff. It's amazing for this purpose because you can get it done so damn quickly.

    I usually prefer something with stricter types, though. That alone makes everything clearer.
  • 4
    The punchline is gold
  • 1
    I'm not forgiving.
  • 1
    Coming from a Java background, Python felt like a new life but shit becomes a huge cluster fuck and near hard to read or understand as the no. of lines increase. Damn those fucking indentations!!
Add Comment