473,396 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Recommendations for books on Python and XML

Hi,
I'm looking for recommendations for Python/XML books. Amazon.com
had 2 relevant books, Python&XML by Christopher Jones (from O'Reilly)
and XML processing with Python by Sean McGrath.The O'Reilly book
seemed to have better reviews.

But it concerns me that both books are rather old! Does anyone
have any newer references? Otherwise does the relative age of the
books (+3 years) really matter?

About myself, I'm a C and Perl programmer from a while back. I'm
learning Python and I want to get started with using it to manipulate
XML. I don't know much about XML either, but I'm familiar with HTML.

Thanks!
S
Jul 20 '05 #1
6 1512
>>>>> "enjoylife" == enjoylife <en*************@hotmail.com> writes:

enjoylife> Hi, I'm looking for recommendations for Python/XML
enjoylife> books. Amazon.com had 2 relevant books, Python&XML by Christopher
enjoylife> Jones (from O'Reilly) and XML processing with Python by Sean
enjoylife> McGrath.The O'Reilly book seemed to have better reviews.

enjoylife> But it concerns me that both books are rather old! Does anyone
enjoylife> have any newer references? Otherwise does the relative age of the
enjoylife> books (+3 years) really matter?

Python has SAX and DOM. Since they are language independent standards, you
could use any XML documentation for programming and then check some Python
manuals (like http://www.python.org/doc/2.3.4/lib/lib.html). The XML
documents are normally for Java, but I guess there is no big difference.

--
Arto V. Viitanen av@cs.uta.fi
University of Tampere, Department of Computer Sciences
Tampere, Finland http://www.cs.uta.fi/~av/
Jul 20 '05 #2
I liked Python & XML, by Christopher A. Jones and Fred L. Drake, Jr.,
an O'Reilly book. I have posted a book review here
www.awaretek.com/book.html

I have not read the McGrath book, XML Processing with Python, but
scanning it in the bookstore it also looked pretty good.

Ron Stephens
Jul 20 '05 #3
In article <a5**************************@posting.google.com >,
Ron Stephens <rs*******@vectron.com> wrote:
I liked Python & XML, by Christopher A. Jones and Fred L. Drake, Jr.,
an O'Reilly book. I have posted a book review here
www.awaretek.com/book.html

I have not read the McGrath book, XML Processing with Python, but
scanning it in the bookstore it also looked pretty good.

Ron Stephens


Sean's book *is* good, if dated, at least for some uses.
Some people with an interest in XML and Python will find
that *Text Processing in Python* <URL: http://gnosis.cx/TPiP/ >
is ideal: thorough, rich, interesting, and accurate.
Jul 20 '05 #4
Cool. I went with your recommendation and picked up the Jones/Drake
book from the bookstore.
The customer reviews for the McGrath book on amazon.com weren't too
good BTW, which was another factor in my decision. The O'Reilly book
had 2 great reviews and 1 bad one.

Since you seem to enjoy reviewing books, I'd be interested in your
opinion of:
http://www.diveintopython.org

Thanks!
S

rs*******@vectron.com (Ron Stephens) wrote in message news:<a5**************************@posting.google. com>...
I liked Python & XML, by Christopher A. Jones and Fred L. Drake, Jr.,
an O'Reilly book. I have posted a book review here
www.awaretek.com/book.html

I have not read the McGrath book, XML Processing with Python, but
scanning it in the bookstore it also looked pretty good.

Ron Stephens

Jul 20 '05 #5
en*************@hotmail.com (enjoylife_95135) wrote in message news:<86**************************@posting.google. com>...
Cool. I went with your recommendation and picked up the Jones/Drake
book from the bookstore.


In that case you might want to browse

http://www.xml.com/pub/a/2002/12/11/py-xml.html

Also, I have a brief discussion of books at the start of

http://www.xml.com/pub/a/2002/09/18/py.html

Overall, see also

http://www.xml.com/pub/at/24
http://uche.ogbuji.net/akara/nodes/2...ara/akara.xslt

Good luck.

--
Uche Ogbuji Fourthought, Inc.
http://uche.ogbuji.net http://4Suite.org http://fourthought.com
Perspective on XML: Steady steps spell success with Google -
http://www.adtmag.com/article.asp?id=9663
Use XML namespaces with care -
http://www-106.ibm.com/developerwork.../x-namcar.html
Managing XML libraries - http://www.adtmag.com/article.asp?id=9160
Commentary on "Objects. Encapsulation. XML?" -
http://www.adtmag.com/article.asp?id=9090
Harold's Effective XML -
http://www.ibm.com/developerworks/xm...x-think25.html
A survey of XML standards -
http://www-106.ibm.com/developerwork...rary/x-stand4/
Jul 20 '05 #6
Thank you so much for your input. I will be sure to follow your column
carefully. Lots of fun catching up to do now :-)

Regards,
S

uc**@ogbuji.net (Uche Ogbuji) wrote in message news:<d1**************************@posting.google. com>...
en*************@hotmail.com (enjoylife_95135) wrote in message news:<86**************************@posting.google. com>...
Cool. I went with your recommendation and picked up the Jones/Drake
book from the bookstore.


In that case you might want to browse

http://www.xml.com/pub/a/2002/12/11/py-xml.html

Also, I have a brief discussion of books at the start of

http://www.xml.com/pub/a/2002/09/18/py.html

Overall, see also

http://www.xml.com/pub/at/24
http://uche.ogbuji.net/akara/nodes/2...ara/akara.xslt

Good luck.

--
Uche Ogbuji Fourthought, Inc.
http://uche.ogbuji.net http://4Suite.org http://fourthought.com
Perspective on XML: Steady steps spell success with Google -
http://www.adtmag.com/article.asp?id=9663
Use XML namespaces with care -
http://www-106.ibm.com/developerwork.../x-namcar.html
Managing XML libraries - http://www.adtmag.com/article.asp?id=9160
Commentary on "Objects. Encapsulation. XML?" -
http://www.adtmag.com/article.asp?id=9090
Harold's Effective XML -
http://www.ibm.com/developerworks/xm...x-think25.html
A survey of XML standards -
http://www-106.ibm.com/developerwork...rary/x-stand4/

Jul 20 '05 #7

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

Similar topics

0
by: Linus Nikander | last post by:
Browsing peoples comments at amazon might be rewarding, but it sure takes a lot of time. I'm trying to find good (best) books for a couple of java-related areas. As most people who subscribe to...
5
by: enjoylife_95135 | last post by:
Hi, I'm looking for recommendations for Python/XML books. Amazon.com had 2 relevant books, Python&XML by Christopher Jones (from O'Reilly) and XML processing with Python by Sean McGrath.The...
82
by: Neuruss | last post by:
IronPython is currently at a pre-alpha stage suitable for experimentation but not for serious development work. http://www.ironpython.com
6
by: Peter E. Granger | last post by:
First, I would like to apologize in advance if this is not the appropriate place to post this message; of the .NET-related newsgroups I found, this seemed to be the most general. If the information...
8
by: Parts Manager | last post by:
Hello All, I would like a couple of book recommendations to get a jump start on Access and to gain some knowledge on Access. I have a few years in programming Basics, then to PDS 7.0, then...
14
by: Lester Manry | last post by:
First I wish to appoligies if this is OT and should be posted elsewhere. I've done a google group search and read the Comp.Lang.C FAQ in hopes of avoiding a OT or FAQ. Please direct me to a better...
4
by: Paul Richards | last post by:
Hi, I have several years experience with both C++ and Java and I am eager to learn C#. Are there any books you can recommend to someone with good programming experience already? I am not...
4
by: Mike | last post by:
Hi, I am planning on purchasing VS2005 to learn C# very soon, and I need good book recommendations. I realize this is a question that may be asked a lot, but please consider my background: I...
4
by: blueghost73 | last post by:
I do software support for software that works with both Oracle and SQL Server, so I mostly just write queries to look at the data related to the software. When I first started, I bought a couple of...
1
by: Billy Biro | last post by:
Hi. I'm looking for some recommendations for Visual Basic 2005 books. Specifically, I'm NOT looking for books that detail the elements of the language, nor explain OOP, but rather present...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
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...
0
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,...
0
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...

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.