Re: which feature of python do you like most?
- From: "Luis M. Gonzalez" <luismgz@xxxxxxxxx>
- Date: 8 Nov 2005 09:31:09 -0800
I've never used Perl, but I know other c-like laguages, and I can tell
you what I like about python:
- It is concise, clear and to the point.
- No useless characters like curly braces and semicolons cluttering it
syntax,.
- Very readable and elegant.
- One obvious way to do each task, not thousands (easier to learn,
easier to remember), and this way is shorter, easier and more
straightforward than any other.
- Great built-in data structures.
- And all of its features, but very specially, list comprehensions and
slicing. I can't live without them!
.
- Follow-Ups:
- Re: which feature of python do you like most?
- From: Micah Elliott
- Re: which feature of python do you like most?
- References:
- which feature of python do you like most?
- From: zelzel.zsu@xxxxxxxxx
- which feature of python do you like most?
- Prev by Date: Re: debugger
- Next by Date: Re: Newbie Alert: Help me store constants pythonically
- Previous by thread: Re: which feature of python do you like most?
- Next by thread: Re: which feature of python do you like most?
- Index(es):
Relevant Pages
|