Skip to content

Instantly share code, notes, and snippets.

@dekoza
Last active April 3, 2018 06:33
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 dekoza/6ed1aee9846efbb5f82fbc4fae14d64f to your computer and use it in GitHub Desktop.
Save dekoza/6ed1aee9846efbb5f82fbc4fae14d64f to your computer and use it in GitHub Desktop.
My favorite python-related projects, libraries and apps.

Minder's Favorites

This list is to remind me which projects libraries and apps I consider the most awesome :) It is somewhat based on awesome-python and awesome-django

Productivity

  1. cookiecutter - general tool for project templating
  2. django-cookiecutter - the best template for Django projects; integrated Docker, Celery, MailHog and more
  3. pipenv - python package management done right

Datetime

  1. pendulum - best for timezone-aware calculations; drop-in replacement for datetime

Calendar

  1. django-scheduler - awesome implementation, poor documentation

Testing

  1. MailHog - email testing

API

  1. Django REST Framework - not ideal but there's no better lib now.
  2. Graphene Django - Graphene plugin for Django, awesome new way of making APIs
  3. CoreAPI Python client - python client for CoreAPI specs.
  4. Django REST Swagger - somewhat neglected but awesome interactive API documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment