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

Home Posts Topics Members FAQ

the one python book

dhr
newbie question:

Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?

Aug 4 '07
15 1896
On Aug 4, 8:23 am, "dhr" <dima.hris...@g mail.comwrote:
newbie question:

Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?
I thought Python Essential Reference was helpfull but It doesn't work
that well without another book to go with it.. I used the internet
alot o get examples with the book as a reference..

Aug 5 '07 #11
* dhr (Sat, 4 Aug 2007 16:23:49 +0300)
Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?
For Tutorials STFW but the one and only book is definitely "Python in
a Nutshell" from Alex "Python" Martelli. Get the second edition.

The other book I would go for is the "Python Cookbook" from Martelli
and others.

Thorsten
Aug 5 '07 #12
On Aug 4, 7:23 am, "dhr" <dima.hris...@g mail.comwrote:
newbie question:

Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?
Personally, I have two paths for you to take.

If you are a programmer already, then I would recommend that you buy
Python in a Nutshell. It is actually a very concise book for people
who just want to know what the language provides. I would actually
recommend stopping once you get to the library reference and I would
make sure look into classes. After you done with that day-long read, I
would get your hands on the newest version of "Progamming
Python" (O'Reilly). It has a lot of practical applications for Python
and it is *not* a one-day read. It is enormous and it skips around a
lot. I like it because it is doesn't necessarily stick to one topic so
you pick up a lot of tricks along the way. It gets you started off
learning some sweet c-style OS functions. If you don't know just about
everything about Python by the end of that book, I would be very
surprised.

BTW, almost all of the Nutshell books have been fabulous. They kind of
put it out there for you to suck up like a vacuum. The only failure in
my opinion is the PHP nutshell . . . Since you even know hwo K&R (good
job) is, then I assume you know how to program and are ready to skip
all the crap.

Best of luck,
Travis

Aug 5 '07 #13
On Aug 4, 7:23 am, "dhr" <dima.hris...@g mail.comwrote:
>
newbie question:
Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?
Python in a Nutshell, the Python Cookbook and Programming Python are
all very good, IMO. Programming Python comes with a CD of all the
source code in the book (at least the 2nd edition did, as well as
Python language - this can save you some time keying in the examples.
Of course, many of the O'Reilly books (and all 3 of these are from
O'Reilly) have links to downloadable source code from them. Just
Google for the name of the book, then in the results, hit the
appropriate link to the O'Reilly site for the book, and look down the
page for the link to the examples' source.

Or (for Programming Python):

http://www.oreilly.com/catalog/python2/
http://www.oreilly.com/catalog/python3/

Vasudev
=============== =============== =============== ===============
"1 person in 100 understand binary. The other 11 don't."
Vasudev Ram
Biz site: http://www.dancingbison.com
Blog: http://jugad.livejournal.com
PDF creation/construction toolkit:
http://sourceforge.net/projects/xtopdf
=============== =============== =============== ===============
Aug 5 '07 #14
On Aug 4, 6:23 am, "dhr" <dima.hris...@g mail.comwrote:

Assuming that you already know that a ton of great stuff is on the
web, I'd also recommend 'Programming Python' and 'Python Cookbook'.
'The Python Book' would have to be the Python book ('Programming
Python', cuz it has a python on the cover and covers the python
language, brilliant!....) It's huge and is full of great scripts and,
most importantly, promotes good coding style. Hopefully they've
updated the index tho, since the 2nd edition has an utterly pathetic
index, tho you can still find what you want pretty quickly with just
the toc.

Python Cookbook is necessary because it covers so many little hidden
secrets of python. The section on dateutil is worth the price of the
book alone.

Aug 5 '07 #15
At 10:22 AM 8/5/2007, vasudevram wrote:
On Aug 4, 7:23 am, "dhr" <dima.hris...@g mail.comwrote:
newbie question:
Is there a 'K&R" type of Python book? The book that you'd better have on
your shelf if you are going into Python?

Python in a Nutshell, the Python Cookbook and Programming Python are
all very good, IMO. Programming Python comes with a CD of all the
source code in the book (at least the 2nd edition did, as well as
Python language - this can save you some time keying in the examples.
Of course, many of the O'Reilly books (and all 3 of these are from
O'Reilly) have links to downloadable source code from them. Just
Google for the name of the book, then in the results, hit the
appropriate link to the O'Reilly site for the book, and look down the
page for the link to the examples' source.

Or (for Programming Python):

http://www.oreilly.com/catalog/python2/
http://www.oreilly.com/catalog/python3/
No CD with 3rd edition, but here are the examples:
<http://examples.oreill y.com/python3/>

Dick Moores

=============== =============== ========
Bagdad Weather
<http://weather.yahoo.c om/forecast/IZXX0008_f.html >

Aug 8 '07 #16

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...
8
2382
by: David Rasmussen | last post by:
What is the best book for Python newbies (seasoned programmer in other languages)? /David
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
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10461
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
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,...
1
7555
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
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
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.