Last active
October 11, 2022 17:08
-
-
Save mankind/3c32cb04f55f3163b49eaa4a20be1684 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data-scientist | |
https://jaidevd.com/posts/code-readability-process/ | |
## django tips | |
https://testdriven.io/blog/django-vs-flask/ | |
https://github.com/django-extensions/django-extensions | |
# wsgi | |
https://www.b-list.org/weblog/2018/feb/22/teenage-django/ | |
https://www.b-list.org/weblog/2009/aug/10/wsgi/ | |
https://www.b-list.org/weblog/2008/nov/14/management-commands/ | |
https://www.b-list.org/weblog/2015/jul/22/couple-quick-tips/ | |
https://www.b-list.org/weblog/2008/dec/24/admin/ | |
https://www.b-list.org/weblog/2008/nov/09/dynamic-forms/ | |
https://www.geeksforgeeks.org/7-mistakes-you-should-avoid-while-building-a-django-application/ | |
https://www.toptal.com/django/django-top-10-mistakes | |
https://django-best-practices.readthedocs.io/en/latest/applications.html#make-em-fat | |
https://docs.djangoproject.com/en/4.0/intro/reusable-apps/ | |
https://godjango.com/ | |
https://masteringdjango.com/category/django-tutorials/ | |
https://stackoverflow.com/questions/19365358/django-equivalent-of-rails-cancan-and-devise | |
https://yeraydiazdiaz.medium.com/django-rails-cheat-sheet-50adf2441913 | |
#django webhooks | |
Django, webhooks and dj-stripe (2014) | |
https://www.youtube.com/watch?v=y7RBY0cyWOw&list=PLrFzFX2lgkuwiGaM3pxkca-xSFXxDl4fQ&index=3 | |
# django performance | |
https://techincent.com/how-to-optimize-your-django-application-for-more-speed-with-orm/ | |
https://www.b-list.org/weblog/2007/nov/27/performance/ | |
#django design | |
https://techincent.com/django-design-principles/ | |
https://www.b-list.org/weblog/2006/sep/10/django-tips-laying-out-application/ | |
#django deployment | |
https://techincent.com/how-to-deploy-django-and-react-in-heroku/ | |
#django email / s3 | |
https://techincent.com/django-send-email-with-aws-simple-email-serviceses/ | |
https://techincent.com/how-to-setup-django-static-and-media-file-in-aws-s3/ | |
https://techincent.com/how-to-delete-file-when-models-instance-is-delete-or-update-in-django/ | |
#django rest framework / react | |
https://techincent.com/how-to-set-up-django-react/ | |
## django service object | |
https://mitchel.me/2017/django-service-objects/ | |
https://www.b-list.org/weblog/2020/mar/16/no-service/ | |
https://www.b-list.org/weblog/2020/mar/23/still-no-service/ | |
https://spookylukey.github.io/django-views-the-right-way/dependency-injection.html | |
https://spookylukey.github.io/django-views-the-right-way/delegation.html | |
# python testing | |
https://docs.djangoproject.com/en/4.0/topics/testing/ | |
https://www.b-list.org/weblog/2020/feb/03/how-im-testing-2020/ | |
#django model | |
https://testdriven.io/blog/django-custom-user-model/ | |
https://jairvercosa.medium.com/django-model-guideline-d48a96c9b38c | |
https://www.softkraft.co/django-best-practises/ | |
https://wellfire.co/this-old-pony/the-problem-with-fat-models--or--an-oops-mistake--this-old-pony-69/ | |
https://lincolnloop.com/blog/django-patterns-fat-models-and-cached_property/ | |
https://github.com/jambonrose/DjangoUnleashed-1.8/blob/master/blog/models.py | |
https://www.b-list.org/weblog/2006/aug/18/django-tips-using-properties-models-and-managers/ | |
#django views | |
https://spookylukey.github.io/django-views-the-right-way/thin-views.html | |
https://spookylukey.github.io/django-views-the-right-way/index.html | |
https://spookylukey.github.io/django-views-the-right-way/url-parameters.html | |
https://spookylukey.github.io/django-views-the-right-way/redirects.html | |
#django ajax | |
https://www.b-list.org/weblog/2006/jul/31/django-tips-simple-ajax-example-part-1/ | |
https://www.b-list.org/weblog/2006/aug/05/django-tips-simple-ajax-example-part-2/ | |
https://techvidvan.com/tutorials/using-ajax-in-django/ | |
https://www.pluralsight.com/guides/work-with-ajax-django | |
https://www.autoscripts.net/django-ajax-without-jquery/ | |
* https://www.hacksoft.io/blog/quick-and-dirty-django-passing-data-to-javascript-without-ajax | |
https://www.brennantymrak.com/articles/fetching-data-with-ajax-and-django.html | |
https://testdriven.io/blog/django-ajax-xhr/ | |
https://github.com/testdrivenio/django-ajax-xhr/blob/main/static/main.js#L19-L39 | |
https://techincent.com/how-to-make-pure-javascript-xmlhttprequest-fetch-in-django/ | |
# python packaging | |
https://www.b-list.org/weblog/2020/jan/05/packaging/ | |
#python audio | |
Generate waveform images from audio files | |
https://gist.github.com/mixxorz/abb8a2f22adbdb6d387f | |
# python class | |
https://www.b-list.org/weblog/2019/mar/04/class/ | |
##Python for quant finance | |
https://twitter.com/pyquantnews/status/1572379116367933446 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment