<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 29, 2013 at 11:13 AM, Ma Xiaojun <span dir="ltr"><<a href="mailto:damage3025@gmail.com" target="_blank">damage3025@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, list.<br>
<br>
For the core language, I have mixed feeling. On one hand, I find that<br>
Python has some sweet feature that is quite useful. On the other hand,<br>
I often find Pyhton snippets around hard to understand. I admit that I<br>
never learned Python very formally; I've programmed in many other<br>
languages already.<br>
<br>
Code snippets in BASIC or Pascal seems quite obvious to understand<br>
(Unless I don't understand the algorithm) .<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>I'm finding it kind of hard to imagine not finding Python's syntax and semantics pretty graceful.<br>
<br>About the only thing I don't like is:<br><br> var = 1,<br><br></div><div>That binds var to a tuple (singleton) value, instead of 1.<br></div><div><br></div><div>Oh, and method decorators seem much more complex than they should've been.<br>
<br></div><div>But on the whole, python is a pretty beautiful language. It's not just another rehash of Pascal though; if that's what you want you might be better off looking elsewhere.<br><br></div></div></div></div>