Any good beginner books on python?
I want to learn python easy and fast.I have coded some basic programs in c,c++,Java.
Wanna learn python for scripting in linux.
Any good beginner books on python?
I want to learn python easy and fast.I have coded some basic programs in c,c++,Java.
Wanna learn python for scripting in linux.
Swaroop C.H. has rewritten his excellent beginning Python tutorial for Python3:
http://www.swaroopch.com/notes/Python_en:Table_of_Contents
"Dive Into Python" Mark Pilgrim's Free online book, novice to pro, is updated constantly, and has been rewritten for Python3
http://diveintopython3.org/
check appendix A for Py2-to-Py3 differences:
http://diveintopython3.org/porting-code-to-python-3-with-2to3.html
I really like Beginner Python: Using Python 2.6 and 3.1, in the Wrox Programmer to Programmer series. It's very good at explaining basic concepts and syntax (which it looks likes you already know), but it also shows you some really cool and overlooked features and shows you how to do some really cool things with Python(make sockets, set up an HTTP server, extend Python with C, access databases, fly, discover the secret to life, etc.)
Here's the link to it:
http://www.amazon.com/Beginning-Python-Using-Wrox-Programmer/dp/0470414634
I think some tutorials found through google would suffice. Everything you need to know is already on the net.
But if you want a physical book in front of you, O'Reilly makes some pretty good books as well. Some found here.
Also if you want to get into some hacking with python, I would highly recommend Grey Hat Python
Hmmm...
Well, I need a book in which there are enough examples/codes given.I wanna do my major academic project in python.So,I have like 3-4 months to learn python and i wanna be really good at it. :)
2 books that are ok.
http://www.amazon.com/Beginning-Python-Professional-Magnus-Hetland/dp/1590599829/ref=sr_1_5?ie=UTF8&qid=1304460522&sr=8-5
http://www.amazon.com/Practical-Programming-Introduction-Pragmatic-Programmers/dp/1934356271/ref=sr_1_14?ie=UTF8&qid=1304460522&sr=8-14
Reading starting python on site,a lot of good example.
http://www.daniweb.com/software-development/python/threads/20774
So,I have like 3-4 months to learn python and i wanna be really good at it
You get the basic in 3-4 months,really good take long time.
Any updates on this thread for 2015? so far I've only Python for Dummies :)
Learn Python the Hard way
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.