The Artima Developer Community
Sponsored Link

Python Buzz Forum
Ed Heil looking at Python

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jarno Virtanen

Posts: 109
Nickname: jajvirta
Registered: May, 2003

Jarno Virtanen is a university student for life, it seems, and a part time software developer
Ed Heil looking at Python Posted: Jul 14, 2003 6:46 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Jarno Virtanen.
Original Post: Ed Heil looking at Python
Feed Title: Python owns us
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A weblog about Python from the view point of Jarno Virtanen.
Latest Python Buzz Posts
Latest Python Buzz Posts by Jarno Virtanen
Latest Posts From Python owns us

Advertisement

Why, Ed Heil, you can say

>>> "this is my string".split()
['this', 'is', 'my', 'string']
You might have had critized for the fact that len() is still a function, but as the FAQ entry explains and as the Zen of Python tells us: practicality beats purity. The type/class dichotomy is being fixed too, but I don't think that was what Ed was referring to. And the possibility to program without classes in Python, with mere functions, was and is intentional.

As for the suggestion that Guido and the rest should have had designed everything right in the first place, I cannot but say that I know next to nothing about designing languages, but I found Guy Steele's essay named Growing a Language [pdf] an intriguing read on the subject.

(Note to self: before publishing written text, remove all parentheses, except those in code samples.)

Read: Ed Heil looking at Python

Topic: XML ZONE TIP: Command-line XML Processing Working with XML Documents from the Shell Previous Topic   Next Topic Topic: PyCS Referral thoughts

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use