Skip to content

Instantly share code, notes, and snippets.

@yzdann
Last active October 29, 2020 20:14
Show Gist options
  • Save yzdann/5bc660eb75e9c1ebef0c5725535e445c to your computer and use it in GitHub Desktop.
Save yzdann/5bc660eb75e9c1ebef0c5725535e445c to your computer and use it in GitHub Desktop.

python

https://realpython.com/python-descriptors/

https://realpython.com/python-keyerror/

https://realpython.com/inheritance-composition-python/

https://tryexceptpass.org/article/distributing-python-applications/

pythonwtf

https://github.com/faif/python-patterns/tree/master/patterns

https://python-patterns.guide/gang-of-four/singleton/

https://rosettacode.org/wiki/Category:Python#

https://hakibenita.com/fast-load-data-python-postgresql

https://docs.quantifiedcode.com/python-anti-patterns/index.html

https://whalesalad.com/blog/doing-python-configuration-right

https://interrupt.memfault.com/blog/automate-debugging-with-gdb-python-api

http://www.nicolas-hahn.com/python/go/rust/programming/2019/07/01/program-in-python-go-rust/

https://eli.thegreenplace.net/2010/09/18/python-internals-symbol-tables-part-1/

https://aroberge.blogspot.com/2019/12/a-tiny-python-exception-oddity.html

https://bytes.yingw787.com/posts/2019/12/06/monads/

https://www.b-list.org/weblog/2020/jan/05/packaging/

https://martinheinz.dev/blog/7

https://martinheinz.dev/blog/1

https://kcachegrind.github.io/html/Screenshots.html

https://stevedower.id.au/blog/python-a-great-language/

https://www.techatbloomberg.com/blog/configuring-uwsgi-production-deployment/

https://lucumr.pocoo.org/2016/10/30/i-dont-understand-asyncio/

https://github.com/Microsoft/pyright

https://github.com/carlosperate/awesome-pyproject/

http://www.curiousefficiency.org/posts/2016/09/python-packaging-ecosystem.html

https://findwork.dev/blog/advanced-usage-python-requests-timeouts-retries-hooks/

ttps://dev.to/renegadecoder94/71-python-code-snippets-for-everyday-problems-1mep

https://blog.ionelmc.ro/2020/01/20/is-there-anything-safe-in-python/

https://medium.com/kolonial-no-product-tech/codemodding-python-unittest-asserts-to-python-asserts-dbf4d1da8c0

https://medium.com/telnyx-engineering/rip-pipenv-tried-too-hard-do-what-you-need-with-pip-tools-d500edc161d4

https://github.com/zedr/clean-code-python

https://towardsdatascience.com/41-questions-to-test-your-knowledge-of-python-strings-9eb473aa8fe8

https://hacks.mozilla.org/2020/05/building-functiontrace-a-graphical-python-profiler/

https://pyfound.blogspot.com/2020/04/the-2020-python-language-summit.html

https://rednafi.github.io/digressions/python/2020/04/21/python-concurrent-futures.html

https://towardsdatascience.com/implementing-grpc-server-using-python-9dc42e8daea0

https://www.integralist.co.uk/posts/python-asyncio/

https://blog.jse.li/posts/pyc/

https://martinheinz.dev/blog/24

https://sobolevn.me/2020/06/how-async-should-have-been

https://nullprogram.com/blog/2020/05/24/

https://medium.com/opendoor-labs/our-python-monorepo-d34028f2b6fa

https://dev.to/educative/50-python-interview-questions-and-answers-nh2

https://nedbatchelder.com/blog/202006/pickles_nine_flaws.html

https://pythonspeed.com/articles/function-calls-prevent-garbage-collection/

https://rednafi.github.io/digressions/python/2020/06/16/python-proxy-pattern.html

https://www.python.org/dev/peps/pep-0622/

https://levelup.gitconnected.com/advanced-pytest-techniques-i-learned-while-contributing-to-pandas-7ba1465b65eb

https://beta.deepnote.com/article/stock-analysis-in-python

https://pythonspeed.com/articles/python-object-memory/

https://www.youtube.com/watch?v=a-zEbokJAgY

https://martinheinz.dev/blog/28

https://soumyadipdm.github.io/

https://rednafi.github.io/digressions/python/2020/07/03/python-mixins.html

https://redislabs.com/blog/beyond-the-cache-with-python/

https://realpython.com/python-pass-by-reference/

https://www.infoworld.com/article/3566382/4-powerful-features-python-is-still-missing.html

https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/

https://jwodder.github.io/kbits/posts/pypkg-mistakes/

https://realpython.com/python-mmap/

https://testdriven.io/blog/python-dependency-injection/

https://testdriven.io/blog/python-dependency-injection/

https://www.digitalocean.com/community/tutorials/how-to-implement-distributed-tracing-with-jaeger-on-kubernetes

https://alysivji.github.io/clean-architecture-with-the-facade-pattern.html

https://switowski.com/blog/type-vs-isinstance

https://towardsdatascience.com/the-magic-of-python-context-managers-adb92ace1dd0

https://pythonspeed.com/articles/reduce-memory-array-copies/


django

https://stackabuse.com/using-django-signals-to-simplify-and-decouple-code/

https://djangobook.com/mdj2-advanced-models/

https://djangostars.com/blog/rest-apis-django-development/

https://wiedi.frubar.net/blog/2019/11/18/django-performance/

https://nezhar.com/blog/django-rest-framework-permissions-in-depth/

https://sobolevn.me/2019/10/testing-django-migrations

https://codesource.io/build-a-crud-application-vue-and-django/

https://www.vinta.com.br/blog/2020/counting-queries-basic-performance-testing-in-django/

https://mitogen.networkgenomics.com/

https://github.com/greenbone/autohooks

https://blog.startifact.com/posts/framework-patterns.html

https://www.youtube.com/watch?v=mE0oR9NQefw

https://lightbus.org/

https://code.kiwi.com/schemathesis-property-based-testing-for-api-schemas-52811fd2b0a4

https://medium.com/building-aasaanjobs/how-we-optimized-django-apis-using-elasticsearch-postgresql-functions-748b552d1048

https://layerci.com/blog/postgres-is-the-answer/

https://gist.github.com/chanks/7585810

https://snyk.io/blog/django-security-tips/

https://snarky.ca/what-the-heck-is-pyproject-toml/

https://www.valentinog.com/blog/testing-django/

https://www.saaspegasus.com/guides/django-stripe-integrate/

https://www.valentinog.com/blog/testing-django/

https://www.youtube.com/playlist?list=PLpyspNLjzwBnGesxJOt_0r4xTWR80j7Y3

https://hackersandslackers.com/creating-django-views/

https://www.stavros.io/posts/fastapi-with-django/

https://realpython.com/move-django-model/

https://www.brennantymrak.com/articles/django-class-based-views-diagrams.html

https://r2c.dev/blog/2020/preventing-sql-injection-a-django-authors-perspective/

https://mattsegal.dev/django-prod-architectures.html

https://medium.com/@cknorow/really-fast-bulk-updates-with-django-rest-framework-43594b18bd75

https://www.timo-zimmermann.de/2020/06/adding-two-factor-authentication-to-django-admin/

https://mattsegal.dev/django-gunicorn-nginx-logging.html

https://adamj.eu/tech/2020/07/27/how-to-modernize-your-django-index-definitions/

https://lincolnloop.com/blog/distributed-locking-django/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment