tutorials / text or web processing (Re: learning python)

adDoc's networker Phil dr.addn at gmail.com
Tue Sep 6 09:13:01 EDT 2005


. need specifics on text or web processing?
dozens of tutors.py sorted by subtopic
http://www.awaretek.com/tutorials.html

Table of Contents [rearranged]

[ beginner`s applications ]:
*Text and String Processing (3)*
. *Unicode (4)*
*Regular Expressions(5)*
*HTML and XML (14)*
*Internet: Network and Web Programming (6)*



[ beginner`s applications ]:
*Text and String Processing (3)*

Text Processing in Python
http://gnosis.cx/TPiP/
"(
. For an introduction to Python syntax and semantics per se,
readers might want to skip ahead to
Appendix A (A Selective and Impressionistic Short Review of Python);
http://gnosis.cx/TPiP/appendix_a.txt

Guido van Rossum's _Python Tutorial is also quite excellent.
http://python.org/doc/current/tut/tut.html

CHAPTER I -- PYTHON BASICS http://gnosis.cx/TPiP/chap1.txt
This chapter discusses Python capabilities that are likely to
be used in text processing applications
The focus here occupies a somewhat higher level:
not the Python language narrowly,
but also not yet specific to text processing.
)-by David Mertz


Learn to Program Using Python: Strings
<http://www.developer.com/open/article.php/628641>
from Developer.Com

String Manipulation with Python
<http://www.devshed.com/c/a/Python/String-Manipulation/>
from DevShed


*Unicode (4)*
. Secrets 
<http://www.xml.com/pub/a/2005/05/18/unicode.html>
. Tutorial
<http://www.reportlab.com/i18n/python_unicode_tutorial.html>
. py4fun
<http://ibiblio.org/obp/py4fun/unicode/unicode.html>
. UTF-8 
<http://evanjones.ca/python-utf8.html>




*Regular Expressions(5)*

Using Regular Expressions for Lexical Analysis
<http://effbot.org/zone/xml-scanner.htm>
by Fredril Lundh

Tutorial on Python and Regular Expressions
<http://gnosis.cx/publish/programming/regular_expressions.html>
by David Mertz

NLTK Tutorial on Python and Regular Expressions
<http://nltk.sourceforge.net/tutorial/regexps/nochunks.html>

Cameron Laird's personal notes on "Regular Expressions"
<http://regularexpressions.com/>




*HTML and XML (14)*

Python and HTML Processing 
<http://www.boddie.org.uk/python/HTML.html>

Using Python to Generate HTML Pages
<http://www.linuxgazette.com/issue19/python.html>

Developing Responsive GUI Applications Using HTML and HTTP
<http://www.python.org/pycon/2005/papers/75/>
a pdf file from PyCon2005

Python and XML by Uche Ogbuji (excellent!)
. How-to 
<http://www.xml.com/pub/q/pyxml>
. Akara site
<http://uche.ogbuji.net/tech/akara/nodes/2003-01-01/pyxml-akara>
from O'Reilly

Practical Python XML and DOM
<http://www.acooke.org/andrew/writing/python-xml.html>
by Andrew Cooke

Python and XML Tutorial
<http://www.xml.com/pub/rg/XML_and_Python_Tutorials> from O'Reilly

Using XML-RPC
<
http://www.dalkescientific.com/writings/diary/archive/2005/04/21/using_xmlrpc.html
>
from Dalke Scientific

Tutorial on ElemenTree
<
http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Python/xml-matters/page1.html
>by
David Mertz

The cElementTree Module
<http://effbot.org/zone/celementtree.htm>an
effbot guide by Fredrik Lundh

HTMLgen 
<http://starship.python.net/crew/friedrich/HTMLgen/html/main.html>
from the Starship

Python XML How-To
<http://pyxml.sourceforge.net/topics/howto/xml-howto.html>

Python and XML: An Introduction
<http://www.boddie.org.uk/python/XML_intro.html>

HTML Template
<http://freespace.virgin.net/hamish.sanderson/htmltemplate.html>




*Internet: Network and Web Programming (6)*


Socket Programming Tutorial
<http://py-howto.sourceforge.net/sockets/sockets.html>
by Gordon McMillan

Packet Wizardry: Ruling the Network with Python
<http://packetstorm.linuxsecurity.com/papers/general/blackmagic.txt>

lingmail Python Binding for Google's GMail service
<http://libgmail.sourceforge.net/>
[ -- . need a gmail acct? ask dr.addn]

Web Programming with Python 
<http://www.w3j.com/6/s3.vanrossum.html>
by Guido von Rossum

Python Web Services Articles
<
http://www-106.ibm.com/developerworks/views/webservices/articles.jsp?sort_order=desc&expand=&sort_by=Date&show_abstract=true&view_by=Search&search_by=Python%20Web%20services>
from IBM DeveloperWorks added November 26, 2004

RSS Programming with Python
<http://www-106.ibm.com/developerworks/webservices/library/ws-pyth11.html>
Content Syndication

Screen Scraping
<
http://www.dalkescientific.com/writings/diary/archive/2005/04/21/screen_scraping.html
>
from Dalke Scientific

Web Scraping with Python 
Part I 
<http://sig.levillage.org/?p=588>
Part II
<http://sig.levillage.org/?p=599>
from AkaSig

-- 
American Dream Documents
http://www.geocities.com/amerdreamdocs/home/
"(real opportunity starts with real documentation)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050906/929d7f89/attachment.html>


More information about the Python-list mailing list