Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.1 SQLite
- as Facebook, Twitter, and Instagram are very popular. Every day many people create new accounts, and ... the data sent to those applications are still available after a few days, or even years. Do you know h... o other users. Sent data should be saved in some place that can be easily accessed. This place is a database, which is a set of information stored on a di
- 2.1 File processing - XML files
- ime. Let's go! == What is XML? Extensible Markup Language (XML) is a markup language intended for storing and transporting data, e.g., by systems using t... '' and ''year''). * **attributes** – these are placed in the opening tags. They consist of key-value... ython is very easy thanks to the ''ElementTree'' class provided by the ''xml.etree.ElementTree'' modul
- 4.1 Logging in Python
- ing. In Python, you can store logs in different places. Most often it's in the form of a file, but it... er is at the highest point in the hierarchy. Its place in the hierarchy is assigned based on the names... getLogger(__name__) </code> Logger names are similar to the names of the Python modules in which the ... ction with the ''__name__'' argument, which is replaced by the current module name. This allows you to
- 3.1 The CSV module in Python
- a Separated Values) format is one of the most popular file formats used to store and transfer data bet... ently, many database management tools and the popular Excel offer data import and export in this format. The CSV file is a plain text file with the .csv extension. A typical fi... 101 father,222-555-102 wife,222-555-103 mother-in-law,222-555-104 </code> In the above file, there ar
- 5.1 The configparser module
- on to the configparser module Currently, many popular services provide an API that we can use in our a... nfigparser''. The ''configparser'' module is available in the Python standard library. To start using... e structure of the configuration file is very similar to Microsoft Windows INI files. It consists of s... e the database name, username, and password. The last section contains ''Redis'' configuration data,