Awesome List Updates on Jul 04, 2020
8 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Deep Learning
Table of Contents / Videos and Lectures
- Deepmind x UCL Deeplearning: 2020 version
- Deepmind x UCL Reinforcement Learning: Deep Reinforcement Learning
- CMU 11-785 Intro to Deep learning Spring 2020 Course: 11-785, Intro to Deep Learning by Bhiksha Raj
2. Awesome Django
Third-Party Packages / Admin
- django-grappelli (⭐3.7k) - A jazzy skin for the admin.
- django-hijack (⭐1.5k) - Admins can log in and work on behalf of other users without having to know their credentials.
- django-import-export (⭐3k) - Django application and library for importing and exporting data with admin integration.
- django-admin-honeypot (⭐1k) - Configure a honeypot to see who's trying to hack your site.
- django-loginas (⭐365) - "Log in as user" for the Django admin.
Third-Party Packages / Async
- channels (⭐6k) - Async support for Django.
- starlette (⭐10k) - ASGI framework.
Third-Party Packages / Commands
- django-extensions (⭐6.5k) - Custom management extensions, notably
runserver_plus
andshell_plus
.
- django-click (⭐245) - Write Django management commands using the click CLI library.
- django-dbbackup (⭐959) - Management commands to help backup and restore your project database and media files.
Third-Party Packages / Configuration
- confidential (⭐73) - Manage configs and secrets (with CLI support).
- django-environ (⭐3k) - Environment variables.
- django-split-settings (⭐1.1k) - Organize multiple settings files.
- django-constance (⭐1.7k) - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
Third-Party Packages / Content Management Systems
- mezzanine (⭐4.8k) - CMS framework.
- django-cms (⭐10k) - CMS for Django.
- puput (⭐619) - Blog app features with Wagtail.
Third-Party Packages / ECommerce
- saleor (⭐20k) - GraphQL-based Django E-Commerce Platform.
- django-shop (⭐3.2k) - Django-based shop system.
- shuup (⭐2.2k) - Django E-Commerce Platform.
- django-oscar (⭐6.2k) - Domain-driven e-commerce for Django.
Third-Party Packages / Files/Images
- django-cleanup (⭐1.1k) - Zero configuration file/image removal for local and remote files.
Third-Party Packages / Forms
- django-crispy-forms (⭐5k) - DRY Django forms.
- django-widget-tweaks (⭐2.1k) - Tweak form field rendering in templates.
- django-autocomplete-light (⭐1.8k) - Add autocompletion to forms.
Third-Party Packages / Model Fields
- django-model-utils (⭐2.6k) - Django model mixins and utilities.
- django-money (⭐1.7k) - Money fields for forms/models.
- django-phonenumber-field (⭐1.5k) - Model/form field for normalized phone numbers.
Third-Party Packages / Models
- django-lifecycle (⭐1.3k) - Declarative model lifecycle hooks, an alternative to Signals.
- django-taggit (⭐3.3k) - Simple model tags.
- django-reversion (⭐3k) - Version control for model instances.
Third-Party Packages / Performance
- django-perf-rec - Keep detailed records of the performance of your Django code.
- New Relic - Time middleware, views, and SQL queries.
- django-query-profiler (⭐138) - Django query profiler to help resolve N+1 queries.
- py-spy (⭐12k) - Sampling profiler for Python programs.
Third-Party Packages / Search
- django-haystack (⭐3.6k) - Modular search for Django.
- django-watson (⭐1.2k) - Full-text search plugin.
Third-Party Packages / Static Assets
- django-storages (⭐2.7k) - A single library to support multiple custom storage backends for Django.
- django-compressor (⭐2.8k) - Compress JavaScript/CSS into a single cached file.
- easy-thumbnails (⭐1.4k) - Image thumbnails for Django.
- whitenoise (⭐2.5k) - Simplified static file serving for Python websites.
Third-Party Packages / Task Queues
- beatserver (⭐142) - A periodic task scheduler for Django.
- django-rq (⭐1.8k) - Integration for Redis Queue.
- celery (⭐24k) - Robust and broker-agnostic task queues for bigger, performance-focused projects.
Third-Party Packages / Testing
- django-debug-toolbar (⭐8k) - Configurable panels to debug requests/responses.
- pytest-django (⭐1.4k) - Use pytest features in Django.
- django-test-migrations (⭐515) - Test django schema and data migrations, including migrations' order.
- django-test-plus (⭐605) - Useful additions to Django's default TestCase.
- factory-boy (⭐3.5k) - Test fixtures replacement.
- django-waffle (⭐1.1k) - A feature flipper for Django.
- model-bakery (⭐816) - Object factory for Django (rename of legacy Model Mommy project).
- django-fakery (⭐112) - An easy-to-use implementation of Creation Methods for Django, backed by Faker.
Third-Party Packages / URLs
- dj-database-url (⭐1.5k) - Database URLs.
- urlman (⭐116) - A nicer way to do URLs for Django models.
- django-robots (⭐457) - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
Third-Party Packages / Users
- django-allauth (⭐9.3k) - Improved user registration including social auth.
- django-organizations (⭐1.3k) - Multi-user accounts for Django projects.
- django-cas-ng (⭐378) - Django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO).
Third-Party Packages / Views
- django-braces (⭐1.9k) - Reusable, generic mixins.
- django-extra-views (⭐1.4k) - Extra class-based generic views.
- django-vanilla-views (⭐982) - Simpler class-based views in Django.
- django-stronghold (⭐395) - Makes all your Django views default login_required.
Python Packages / Views
- bleach (⭐2.6k) - Sanitize your inputs/forms.
- black (⭐38k) - Uncompromising Python code formatter.
- coveragepy (⭐3k) - Code coverage measurement.
- huey (⭐5.1k) - A little task queue for Python.
- nplusone (⭐990) - Auto-detect n+1 queries.
- pillow (⭐12k) - Python Imaging Library.
- pytest (⭐12k) - Testing framework.
- python-slugify (⭐1.5k) - Returns unicode slugs.
- sentry-python (⭐1.8k) - Error reporting SDK.
Resources / Official Resources
- Documentation - Comprehensive documentation for all Django versions.
- Polls Tutorial - Build a polls tutorial while learning Django internals.
- Source Code (⭐79k) - Hosted on GitHub.
Resources / Community
- IRC Channel - Chat with other Django users at irc://irc.freenode.net/django.
Projects / Boilerplate
- sos-django-template (⭐20) - Django starter template with separate dev and production settings.
Projects / Open Source Projects
- pythonic-news (⭐513) - Hacker News clone.
- Zulip (⭐21k) - Open-source team chat.
- Django-CRM (⭐1.9k) - Open Source Python CRM based on Django.
- django-job-portal (⭐538) - Job portal application using Django.
- Built with Django - Curated list of awesome Django projects.
Wagtail / Wagtail Resources
- Wagtail Space - Wagtail CMS events around the world.
3. Awesome React Components
UI Animation / Syntax Highlight
- framer-motion (⭐23k) - An animation and gesture library.
4. Awesome Rust
Applications / Industrial automation
- slowtec/tokio-modbus (⭐389) - A tokio-based modbus library.
5. Awesome Python
Asynchronous Programming
- trio (⭐6k) - A friendly library for async concurrency and I/O.
6. Awesome Sre
Newsletters
- KubeWeekly - The weekly newsletters for all things Kubernetes. KubeWeekly is curated by Bob Killen, Chris Short, Craig Box, Kim McMahon and Michael Hausenblas
7. Awesome Vue
Components & Libraries / UI Components
- v-digital-time-picker (⭐12) - Digital Time Picker for Vuetify.
Components & Libraries / UI Utilities
- vue-lazy-loading (⭐8) - A vue plugin to better supporting native lazy-loading for image and iframe.
8. Awesome Aws
SDKs and Samples / Rust SDK
- Prev: Jul 05, 2020
- Next: Jul 03, 2020