Y
Hacker News
new
|
ask
|
show
|
jobs
by
matt_wulfeck
3743 days ago
I don't want to be a jedi Python programmer and exploit every neat trick of the language. I want to be a very good programmer and write code that's easy for others to read, debug, and maintain.
2 comments
santaclaus
3743 days ago
I wouldn't call list comprehensions a Jedi feature of Python -- they are pretty darn idiomatic and common.
link
JustSomeNobody
3743 days ago
Comprehensions are not a neat trick. If you know and use Python, writing comprehensions
is
writing good code that can be understood by others.
link