gitextract_9ud2e2c_/ ├── .github/ │ └── workflows/ │ └── mkdocs.yml ├── .gitignore ├── LICENSE ├── README.md ├── docs/ │ ├── ch01-01-installation.md │ ├── ch01-02-hello-world.md │ ├── ch02-01-variables.md │ ├── ch02-02-functions.md │ ├── ch02-03-comments.md │ ├── ch02-04-conditions.md │ ├── ch02-05-loops.md │ ├── ch02-06-list-comprehensions.md │ ├── ch02-07-lambdas.md │ ├── ch03-01-classes.md │ ├── ch03-02-scopes.md │ ├── ch03-03-special-attributes.md │ ├── ch03-04-properties.md │ ├── ch04-01-modules.md │ ├── ch04-02-packages.md │ ├── ch04-03-pip.md │ ├── ch04-04-venv.md │ ├── ch04-07-project-structures.md │ ├── ch05-01-files.md │ ├── ch05-02-contexts.md │ ├── ch05-03-csv.md │ ├── ch05-04-json.md │ ├── ch06-01-exceptions.md │ ├── ch07-01-generators.md │ ├── ch08-01-doctest.md │ ├── ch08-02-pytest.md │ ├── ch09-01-tools.md │ ├── ch09-02-pipenv.md │ ├── ch09-03-poetry.md │ └── index.md ├── mkdocs.yml ├── pyproject.toml └── requirements.txt