Posts Tagged ‘Java’

Python - Some syntactic sugar

Monday, August 4th, 2008

I’ve been playing with Python for a while now and basically I love it. This post is going to be a very quick overview of some of Pythons features that might be new or a bit odd to a developer from a different background. I’ll be refering to Java, PHP and JavaScript in particular… This isn’t a particular dig at any language, more aiming to highlight a few things that are different in Python.
No curly braces
This is probable the most noticeable difference in Python compared to many other languages. Rather than use { and } to define code blocks indentation [...]