Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 4.1 Logging in Python
- > import logging logger = logging.getLogger() hello_logger = logging.getLogger('hello') hello_world_logger = logging.getLogger('hello.world') recommended_logger = logging.getLogger(__name__) </co
- 5.1 The configparser module
- calhost # This is a comment. [mariadb] name = hello user = user password = password [redis] port = 6... '] mariadb section: Host: localhost Database: hello Username: user Password: password redis section:... host' }, 'mariadb': { 'name': 'hello', 'user': 'root', 'password': 'pa... '] mariadb section: Host: localhost Database: hello Username: root Password: password redis section:
- 1.1 SQLite
- python>import sqlite3 conn = sqlite3.connect('hello.db')</code> The ''connect'' method returns the d... ort sqlite3 conn = sqlite3.connect('C:\sqlite\hello.db')</code> It's also possible to use a special