Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.1 SQLite
- plete SQLite database is stored in only one file. Unlike other database management systems, SQLite doe... ''id'' column is a primary key that allows you to uniquely identify records stored in the table. The s... ystem of the desire to use auto-incrementation (a unique value is generated for us when a new record i
- 2.1 File processing - XML files
- in Python for event-driven XML document analysis. Unlike the above modules, analyzing a simple XML doc... ''findall'' to search for direct child elements. Unlike the ''iter'' method, the ''findall'' method o... ifying an XML document (part 2) Our XML has a few unnecessary elements, such as ''author'' and ''year'
- 3.1 The CSV module in Python
- ter'' with which we can map dictionaries to rows. Unlike the ''DictReader'' object, when creating the
- 5.1 The configparser module
- to create expressions consisting of a placeholder under which the appropriate value will be substitute