473,396 Members | 1,748 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.

Text & Unicode processing references on the web.

Hi,
I am starting my honours degree project and part of it is going to be
manipulating ASCII encoded XML files from a legacy database and
converting them to Unicode and doing text processing stuff on the data.

I am new to python ( total n00b ) but am keen to use it as the rest of
the software my application has to extend is already written in python,
plus I've always wanted to learn more about it - so here's my chance :-)

I've written stuff in Java and Perl so I expect I'll pick up the basics
without too much trouble.

Can anyone point out some good "Python & Unicode" and "Python & Text
processing" resources on the net to get me started? Any good book
recommendations?

Thanks a lot for your help.

--
Mr Anthony Hornby RHCE BIT ALIATEC
Library Systems & Technology Coordinator
Charles Darwin University | CRICOS 300K
an************@cdu.edu.au | office +61 8 89 466011

Jul 18 '05 #1
3 1364
anthony hornby wrote:
Can anyone point out some good "Python & Unicode" and "Python & Text
processing" resources on the net to get me started? Any good book
recommendations?


As a quick Unicode tutorial, I'd recommend

http://www.jorendorff.com/articles/unicode/python.html
http://www.egenix.com/files/python/U...C2002-Talk.pdf

For text processing, you should read the "Strings" section of the
library reference:

http://www.python.org/doc/current/lib/strings.html

Notice there is also a separate section on SGML/XML

http://www.python.org/doc/current/lib/markup.html

PyXML has its own documentation page, on

http://pyxml.sourceforge.net/topics/docs.html

As for book recommendations: What language? I would recommend

Fischbeck, v. Löwis: Python 2

:-) It covers all of these topics.

Regards,
Martin
Jul 18 '05 #2
Hi Martin,
Thanks for the useful links :-)

Anthony.

On Sat, 2005-04-09 at 13:46 +0200, "Martin v. Löwis" wrote:
anthony hornby wrote:
Can anyone point out some good "Python & Unicode" and "Python & Text
processing" resources on the net to get me started? Any good book
recommendations?


As a quick Unicode tutorial, I'd recommend

http://www.jorendorff.com/articles/unicode/python.html
http://www.egenix.com/files/python/U...C2002-Talk.pdf

For text processing, you should read the "Strings" section of the
library reference:

http://www.python.org/doc/current/lib/strings.html

Notice there is also a separate section on SGML/XML

http://www.python.org/doc/current/lib/markup.html

PyXML has its own documentation page, on

http://pyxml.sourceforge.net/topics/docs.html

As for book recommendations: What language? I would recommend

Fischbeck, v. Löwis: Python 2

:-) It covers all of these topics.

Regards,
Martin

--

Jul 18 '05 #3
Check David Mertz' book and web site

<http://gnosis.cx/TPiP/>

to start. There is more in some of the list here

<http://gnosis.cx/publish/tech_index_cp.html>.
/Jean Brouwers
anthony hornby wrote:
Hi,
I am starting my honours degree project and part of it is going to be
manipulating ASCII encoded XML files from a legacy database and
converting them to Unicode and doing text processing stuff on the data.
I am new to python ( total n00b ) but am keen to use it as the rest of the software my application has to extend is already written in python, plus I've always wanted to learn more about it - so here's my chance :-)
I've written stuff in Java and Perl so I expect I'll pick up the basics without too much trouble.

Can anyone point out some good "Python & Unicode" and "Python & Text
processing" resources on the net to get me started? Any good book
recommend ations?
Thanks a lot for your help. -
Mr Anthony Hornby RHCE BIT ALIATEC
Library Systems & Technology Coordinator
Charles Darwin University | CRICOS 300K
an************@cdu.edu.au | office +61 8 89 466011


Jul 19 '05 #4

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

Similar topics

7
by: William Gill | last post by:
Is there a simple way to cut and paste from a tkinter text widget to an entry widget? I know I could create a mouse button event that triggers a popup (message widget) prompting for cut/paste in...
28
by: dingbat | last post by:
I'm writing a "tabbed folder" nav bar. Site standards are graphical prettiness, CSS throughout, valid code, but accesibility is ignored where it conflicts with prettiness. The particular issue...
13
by: rbronson1976 | last post by:
Hi all, I have a very simple page that Firefox has problems with: www.absolutejava.com/testing.htm First of all, this page seems to be perfectly valid XHTML Strict. Both the W3C validator as...
18
by: Chameleon | last post by:
I am trying to #define this: #ifdef UNICODE_STRINGS #define UC16 L typedef wstring String; #else #define UC16 typedef string String; #endif ....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.