Python Cookbook documentation

  • Coding Practice
  • Coding Style
  • Git Commit Messages
  • Documentation with Sphinx
  • Regular Expressions
  • Pyton Testing
    • Testing with Pytest
    • Behavior Driven Development with pytest-bdd
    • Using Tox
    • Web tests with Selenium
  • Python recipes
    • Interactive shell with Python Cmd
    • Tasks with invoke
    • Unpacking items from iterables
    • Using faker to generate fake data
  • Productivity recipes
    • Setup PostgreSQL Sandbox with Docker
Theme by the Executable Book Project

Welcome to Python Cookbook’s documentation!

Welcome to Python Cookbook’s documentation!¶

  • Coding Practice
  • Coding Style
    • Pre-commit
    • Editorconfig
    • Flake8
    • Document autoformat
    • Further reading
  • Git Commit Messages
    • Git Template
    • Conventional Commit Message
    • Semantic Commit Messages
    • Semantic Commit Messages++
    • Linting Commit Messages
    • Generate changelog
    • Browsing History
    • Further reading
  • Documentation with Sphinx
    • Start a Sphinx project
    • Hosting on Read the Docs
    • Further reading
  • Regular Expressions
  • Pyton Testing
    • Testing with Pytest
    • Behavior Driven Development with pytest-bdd
    • Using Tox
    • Web tests with Selenium
    • References
  • Python recipes
    • Interactive shell with Python Cmd
    • Tasks with invoke
    • Unpacking items from iterables
    • Using faker to generate fake data
  • Productivity recipes
    • Setup PostgreSQL Sandbox with Docker

next

Coding Practice

By Ivan Georgiev
© Copyright 2021, Ivan Georgiev.