I love the semicolons and curly brackets from C and PHP.
Now I am starting to program with Python and when the code gets bigger it seems to me very messy without them (the curly brackets and semicolons).
The orientation in PHP or C is much efficient and faster, at least for me.
On the other hand I like many features of Python.
However, I think that maintaining the code will be very hard after some time.
How do you write readable code when there are no semicolons and braces?
Is there any plugin for Eclipse or Netbeans which will emulate semicolons and curly brackets.
ADDITIONAL QUESTION: Is there a version of Python with semicolons and curly-braces?
SOLVED !!!
I have found something which looks like an improved version of Python http://writeonly.wordpress.com/2010/04/01/whython-python-for-people-who-hate-whitespace/
I will give it a try.