Cerca

Heus ací els resultats de la cerca.

1.1 SQLite
88 Resultats, Darrera modificació:
now how that’s possible? Data is simply information about users, the contents of their posts, and comments. The data are all kinds of information that we can send to the application. During registration, you send the application your account data, consisting of email address, login,
5.1 The configparser module
69 Resultats, Darrera modificació:
= 5.1 The configparser module == Introduction to the configparser module Currently, many popular servi... API that we can use in our applications. Integration with these services requires authentication using data such as a login and password, or simply an acc... ervice may require different data for authentication, but one thing is certain – we need to store it s
2.1 File processing - XML files
43 Resultats, Darrera modificació:
e processing - XML files == XML processing in Python Python is commonly used to process various types of data. Perhaps, while working as a programmer, you... o read or create a data file in the XML format. Soon, doing that will be a piece of cake. The standard Python library offers some interesting modules for worki
4.1 Logging in Python
41 Resultats, Darrera modificació:
= 4.1 Logging in Python == Logging in Python The Python Standard Library provides a useful module called ''logging'' to log events occurring in the application. Logs are most often used to find the cause of an
3.1 The CSV module in Python
29 Resultats, Darrera modificació:
= 3.1 The CSV module in Python == The CSV module in Python The CSV (Comma Separated Values) format is one of the most popular file f... SV file is a plain text file with the .csv extension. A typical file contains comma-separated values, but other separators such as semicolon or tab are also allowed. It should be emphasized