Skip to content

mel-cdn/python-backend-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No releases published

Packages

 
 
 

Contributors

Languages