Skip to content

Instantly share code, notes, and snippets.

@smitsgit
Last active June 14, 2020 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smitsgit/21976a32c4f7a1aa2d7372118b07fd7a to your computer and use it in GitHub Desktop.
Save smitsgit/21976a32c4f7a1aa2d7372118b07fd7a to your computer and use it in GitHub Desktop.
Python library bootstrap
pip install cookiecutter / brew install cookiecutter
Talk by Mark Smith
https://www.youtube.com/watch?v=QgZ7qv4Cd0Y
$ cookiecutter gh:ionelmc/cookiecutter-pylibrary
$ cookiecutter https://github.com/Nekroze/cookiecutter-pypackage.git [ Worked Fine ]
Talk by Dave forgac
https://www.youtube.com/watch?v=qOH-h-EKKac&feature=emb_err_woyt
$ cookiecutter cookiecutter-python-package
Blog : https://medium.com/@cjolowicz/hypermodern-python-d44485d9d769
https://github.com/cjolowicz/hypermodern-python/tree/master
https://github.com/cjolowicz/cookiecutter-hypermodern-python
$ https://cookiecutter-hypermodern-python.readthedocs.io/en/2020.5.15/
Ultimate Setup for Your Next Python Project
https://martinheinz.dev/blog/14
https://github.com/MartinHeinz/python-project-blueprint
Nine simple steps for better looking python code
https://towardsdatascience.com/nine-simple-steps-for-better-looking-python-code-87e5d9d3b1cf
Full stack Fastapi and postgresql
https://github.com/tiangolo/full-stack-fastapi-postgresql
We make python package
https://github.com/wemake-services/wemake-python-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment