Cargando…

Text processing in Python /

Text Processing in Python is an example-driven, hands-on tutorial that carefully teaches programmers how to accomplish numerous text processing tasks using the Python language. Filled with concrete examples, this book provides efficient and effective solutions to specific text processing problems an...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mertz, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boston : Addison-Wesley, Ã2003.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Python Basics
  • 2. Basic String Operations
  • 3. Regular Expressions
  • 4. Parsers and State Machines
  • 5. Internet Tools and Techniques
  • App. A. Selective and Impressionistic Short Review of Python
  • App. B. Data Compression Primer
  • App. C. Understanding Unicode
  • App. D.A State Machine for Adding Markup to Text.