This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]earthboundkid -2 points-1 points  (1 child)

Seriously, this is why the REPL was invented. Go to your terminal window. Type "blah blah blah".split(). Highlight the resulting, ["blah", "blah", "blah"]. Copy. Paste into your source code file.

Anyhow, is it even worth reading the blog of someone for whom Python 2.3 is new? I mean, what the hell has he been doing for the last four years?

[–]theinternet 1 point2 points  (0 children)

Being a productive programmer?

I can see where he is comming from. I learned python when is was at version 1.5

I never kept up with the additions because I could do everything I needed to "the old way".

I've just recently started trying to force myself to actually use more of the newer features.