vote up 4 vote down star
2

I read dive into python for Python 2.x but is there any e-books for Python 3.x?

flag

60% accept rate

6 Answers

vote up 0 vote down check

Take a look at the Python 3.0 Tutorials page at the Python wiki. (it also mentions the new version of Dive Into Python Mark Pilgrim is writing for Python 3)

link|flag
vote up 5 vote down

http://diveintopython3.org/

link|flag
vote up 1 vote down

Far from complete but Eckel's Python3Patterns is available online

link|flag
vote up 1 vote down

How about A Byte of Python?

Choose the python 3.0 version.

link|flag
vote up 0 vote down

If you are new to python and trying to learn the language I'd recommend you stick with the 2.x versions until you are comfortable with the language. There will be time for 3k. I know this doesn't answer your question, but just in case...

link|flag
vote up 0 vote down

It really depends on your level and what you would like to learn about Python. But in the collection visual Quick Start Guide of PeachPit. the 2nd edition of Python is avalaible as an ebook.

The introduction makes the point that the author is talking about python 3.0 and indeed it does, but it is really for beginners.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.