473,796 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python Book

What is the best book for Python newbies (seasoned programmer in other
languages)?

/David
Nov 22 '05 #1
8 2382
David Rasmussen a écrit :
What is the best book for Python newbies (seasoned programmer in other
languages)?


I don't know if it's the "best", but a DiveIntoPython/PythonCookbook
combo may be a good choice.

Nov 22 '05 #2
David Beasley's Essential Python (New Riders). It's a little dated
now (covers only up to version 2.2) but lucid, consise, well organized.
It restricts itself to Python's syntax and semantics and does not waste
time explaining basic programming concepts.

I made several attempts to learn Python but found the Python docs
pretty poor, and the tutorial books I looked at were incredibly ponderous
and slow. It wasn't until I got Beasley's book that I could actual find
info effectively enough to start actually writing Python code. I still most
often refer to it in preference to the Python docs.

"David Rasmussen" <da************ *@gmx.net> wrote in message news:43******** **************@ dtext02.news.te le.dk...
What is the best book for Python newbies (seasoned programmer in other
languages)?

/David

Nov 22 '05 #3
"Stuart McGraw" <sm********@fri izz.RimoovAllZZ s.com> wrote in message news:11******** *****@corp.supe rnews.com...
David Beasley's Essential Python (New Riders). It's a little dated
now (covers only up to version 2.2) [...]


Oops, that should be "Beazley", "Python Essential Reference", and
version 2.1.
Nov 22 '05 #4
Have you tried the tutorial on python.org? It's pretty good, even for
seasoned programmers.

Calad Sigilon

David Rasmussen wrote:
What is the best book for Python newbies (seasoned programmer in other
languages)?

/David


Nov 22 '05 #5
David Rasmussen wrote:
What is the best book for Python newbies (seasoned programmer in other
languages)?


I like Learning Python. Python in a Nutshell is good if you want something brief.

Kent
Nov 22 '05 #6
The ones that were best for me:

-Python 2.1 Bible (Dave Brueck and Stephen Tanner)
(dated but good to learn)

-Python Cookbook (Alex Martelli, Anna Martelli
Ravenscroft & David Ascher)

If you write for Windows:
Python Programming on Win32 (Mark Hammond & Andy
Robinson)

Larry Bates

David Rasmussen wrote:
What is the best book for Python newbies (seasoned programmer in other
languages)?

/David

Nov 22 '05 #7
David Rasmussen wrote:
What is the best book for Python newbies (seasoned programmer in other
languages)?

/David


A couple of years ago I was in the same boat you're in now. I learned
from _Python in a Nutshell_ by Alex Martelli and still use it as my
main reference. (It only covers up to version 2.2 so a new edition
would be most welcome.) I also use the on-line Python docs and I
second Larry Bates' comments re. the cookbook and the Windows book,
both of which I also use occasionally.

-- Steve

Nov 22 '05 #8
David Rasmussen wrote:
What is the best book for Python newbies (seasoned programmer in other
languages)?


I think most of the best books have been mentioned, but I thought
that I'd add some comments. After all, different people have different
ways of learning, and like different book styles.

Both Martelli's "Python in a Nutshell" and Beazley's "Python Essential
Reference" are mainly reference books. In a way, the standard library
manual contains the same information, but Martelli's and Beazley's
books explain things much better, and at least Martelli goes into a
number of things outside the standard library. They have brief Python
tutorials, but don't go into things like writing any larger programs
involving things from several libraries etc. They are excellent if you
want a high information density.

The Python Cookbook mainly contains stuff from the Python Cookbook web
site, but it's carefully selected, well edited (although a redundant
line of code in my recipe remains) and in each chapter there is an
initial discussion which is interesting. It's a great source of good
Python code examples with explanations.

If you prefer books that are more in Tutorial style, you might want
to look at Dive Into Python (try it out in the web version first) or
Magnus Hetland's new book (which is basically an update of his previous
book with a different title.) I think the Python 2.1 Bible was good
too, but it's a bit old by now.

Then there are a lot of other books that are more narrow in scope, like
Holden's Web Programming book, Ascher & Robinson's Windows book etc,
but most of them are a few years old, and things change rapidly when
it comes to libraries and tools in various niches. Many of these books
are still very good and useful, but it takes some familarity with the
Python world to know what to use in these books, and what to find more
current information for.

I hope you'll have a great time with Python!
Nov 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2486
by: Eduardo Patto Kanegae | last post by:
Hello, I have been programming with Visual Basic and PHP in the last 5 years and some folks had recommended Python a free language.... I had looked for a Python book to start up but found many titles... so, my question finally is: what book could be for a Python beginner - but NOT a programming beginner - which intends to develop *windowed* Python programms and intends to develop for Windows and for Linux? for example, look at Thuban...
36
6407
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
4
2869
by: Tony Ha | last post by:
Hello I am learning Python for in the pass ten months, and have brought a few books about Python. Most of them are good books by its only right, and all of them only teach you how to write Python programs using Python syntax and Python ways, but no one single Python book explicitly teaches you on how to analyst your application, and structure your programmes in a way, so that, it is easy to maintain, easily to reuse, (i.e. use loosely...
23
2142
by: herraotic | last post by:
I have been getting ready to learn programming for a long time, installed a GNU/Linux operating system, learnt the ins and outs but I think it is time to pick up a book and learn to now program. I have never actually programmed before only dabbed into XHTML so do take it in mind that I need a book that could slowly progress me into the fundamentals of programming. I chose Python as my first programming language from hearing the praise...
23
1936
by: IOANNIS MANOLOUDIS | last post by:
I want to learn python. I plan to buy a book. I always find printed material more convenient than reading on-line tutorials. I don't know PERL or any other scripting language. I only know some BASH programming. I am looking for a book which will help me get started and should contain the foundations. I am not looking for the Python bible. Any recommendations? Ioannis
112
13873
by: mystilleef | last post by:
Hello, What is the Pythonic way of implementing getters and setters. I've heard people say the use of accessors is not Pythonic. But why? And what is the alternative? I refrain from using them because they smell "Javaish." But now my code base is expanding and I'm beginning to appreciate the wisdom behind them. I welcome example code and illustrations.
11
1594
by: John Coleman | last post by:
Greetings, My copy of the second edition of Chun's "Core Python Programming" just arrived from Amazon on Friday. What really jumped out at me is an interesting feature about how it sequences its topics, namely, (user-defined) functions are not introduced until chapter 11, fully 400 pages into the book. This contrasts strongly with a traditional "Introduction to language X" book which has a chapter sequence roughy like: Chapter 1) Intro...
18
1944
by: Amol | last post by:
Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all
6
1262
by: dogatemycomputer | last post by:
Greetings, A friend of mine dropped off a copy of Sams Teach Yourself Python in 24 Hours published in 2000. I skimmed the first couple of chapters looking for the interpreter version and the book was based on version Python version 1.5. Is this book still relevant? Should I toss it and look for something newer?
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9057
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6796
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.