Skip to Content
Perl To Python Migration
book

Perl To Python Migration

by Martin C. Brown
November 2001
Beginner
320 pages
5h 53m
English
Pearson Business
Content preview from Perl To Python Migration

EXTERNAL DATA SOURCES

Gathering information from external data sources, including files, databases, and even remote connections, is a common part of any program. Communicating with these external sources is not always straightforward. Working with simple text files is easy with any language, by accessing data stored in a binary format requires more work. With Perl we have a number of choices. Built-in we have the ability to open the popular Unix DBM files, or better still we can use one of the *DBM modules to tie a hash to a particular database. To communicate with any database system the obvious and time honored solution is the excellent DBI module written by Tim Bunce.

In Python we have access to most of the DBM formats using modules supplied ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Perl in a Nutshell

Perl in a Nutshell

Nathan Patwardhan, Ellen Siever, Stephen Spainhour
Perl by Example

Perl by Example

Ellie Quigley
Perl Hacks

Perl Hacks

Chromatic, Damian Conway, Curtis Ovid Poe, Curtis (Ovid) Poe

Publisher Resources

ISBN: 0201734885Purchase book