Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61197 > unrolled thread
| Started by | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| First post | 2013-12-06 19:07 -0500 |
| Last post | 2013-12-06 19:07 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: One liners Ned Batchelder <ned@nedbatchelder.com> - 2013-12-06 19:07 -0500
| From | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| Date | 2013-12-06 19:07 -0500 |
| Subject | Re: One liners |
| Message-ID | <mailman.3675.1386374876.18130.python-list@python.org> |
On 12/6/13 6:54 PM, Dan Stromberg wrote: > > Does anyone else feel like Python is being dragged too far in the > direction of long, complex, multiline one-liners? Or avoiding temporary > variables with descriptive names? Or using regex's for everything under > the sun? > > What happened to using classes? What happened to the beautiful emphasis > on readability? What happened to debuggability (which is always harder > than writing things in the first place)? And what happened to string > methods? > > I'm pleased to see Python getting more popular, but it feels like a lot > of newcomers are trying their best to turn Python into Perl or > something, culturally speaking. I agree with you that those trends would be bad. But I'm not sure how you are judging that "Python" is being dragged in that direction? It's a huge community. Sure some people are obsessed with fewer lines, and micro-optimizations, and other newb mistakes, but there are good people too! --Ned, ever the optimist.
Back to top | Article view | comp.lang.python
csiph-web