Live data from Hacker News

Dive Into Python 3 now finished and downloadable as HTML and PDF

diveintopython3.org

11–20 of 20 posts

Re: Dive Into Python 3 now finished and downloadable as HTML and PDF

#13
post #8
post #7

Yes! Now, only the small matter that more than 9/10 modules will break under python 3, but hey, at least now we have a finished Dive Into Python 3!

Nothing is stopping you from using Python 2.x. Writing a new version of a language is never intended to be backwards compatible. Indeed, breaking backwards compatibility is essentially a perquisite because a new version is the opportunity to add all the useful features that couldn't be added before.

That doesn't seem completely true. I could imagine default language syntax changing from one version to another, but still being modifiable via "from __future__ import ..." or "from __past__ import ...", respectively. Unless the bytecodes of the VM are incompatible (which is possible), there isn't any reason py26 code can't talk to py30 code...

Re: Dive Into Python 3 now finished and downloadable as HTML and PDF

#14
post #12
post #11

Earlier quoted context omitted.

"dead trees", that's a very common expression; why would you find it funny?

Because I hadn't heard/read it before.

you, my friend, are a bleeding-edge internet newb :-P

http://catb.org/jargon/html/D/dead-tree-version.html

http://catb.org/jargon/html/index.html <-- start here and spend a weekend.

Re: Dive Into Python 3 now finished and downloadable as HTML and PDF

#15
post #6
post #4

Earlier quoted context omitted.

Yeh, it confused me too. One day, I asked diveintomark on twitter: Why there's an unpleasant 'fuck you'? and get the reply from Mark: http://twitter.com/diveintomark/statuses/1914075749 Now I'm just wondering, has Mark been greatly annoyed by the Internet Censorship?

That's a really funny reply. I suggest Mark try "^__^ fuck you ^__^"

Oh, you ruined all fun
Post reply on HN