Skip to content

Repository files navigation

Python Backend Recipes

My personal cheat sheet for Python backend development.

Requirements

Getting Started

Initialize project

$ git clone git@github.com:mel-cdn/python-backend-recipes.git
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Install linter

$ pip install pre-commit
$ pre-commit install
$ pre-commit run --all-files

About

My personal cheat sheet for Python backend development.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages