Einsum Visualized
A Swiss army knife of the array operations.
https://betterprogramming.pub/einsum-visualized-c050903145ef
A Swiss army knife of the array operations.
https://betterprogramming.pub/einsum-visualized-c050903145ef
Medium
Einsum Visualized
A Swiss army knife of the array multiplication
I just published my new book "A Hands-On Introduction to Essential Python Libraries and Frameworks (With Code Samples)"
https://www.reddit.com/r/Python/comments/11j2wgk/i_just_published_my_new_book_a_handson/
https://www.reddit.com/r/Python/comments/11j2wgk/i_just_published_my_new_book_a_handson/
Reddit
r/Python on Reddit: I just published my new book "A Hands-On Introduction to Essential Python Libraries and Frameworks (With Code…
Posted by u/Philo167 - 407 votes and 30 comments
Using pyproject.toml in your (Django) project
https://lincolnloop.com/insights/using-pyprojecttoml-in-your-django-project/
https://lincolnloop.com/insights/using-pyprojecttoml-in-your-django-project/
Lincoln Loop
Using pyproject.toml in your (Django) project
Back in 2018, I wrote about using setup.py in your Django/Python project. Five years later, setup.py is being phased out …
End-to-End Tutorial on Combining AWS Lambda, Docker, and Python
https://www.reddit.com/r/Python/comments/115fzif/endtoend_tutorial_on_combining_aws_lambda_docker/
https://www.reddit.com/r/Python/comments/115fzif/endtoend_tutorial_on_combining_aws_lambda_docker/
Reddit
End-to-End Tutorial on Combining AWS Lambda, Docker, and Python : r/Python
297 votes, 16 comments. 1.1M subscribers in the Python community. News about the programming language Python. If you have something to teach others…
lucidrains / audiolm-pytorch
Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
https://github.com/lucidrains/audiolm-pytorch
Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
https://github.com/lucidrains/audiolm-pytorch
GitHub
GitHub - lucidrains/audiolm-pytorch: Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google…
Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch - lucidrains/audiolm-pytorch
How to migrate from Django’s PostgreSQL CI Fields to use a case-insensitive collation
If you upgrade to Django 4.2, you may see system check warnings fields.W906. In this post we’ll cover why this has changed, and how to perform the necessary migration. You can actually migrate from Django 3.2, and may want to, because the alternative uses more accurate and flexible Unicode rules.
https://adamj.eu/tech/2023/02/23/migrate-django-postgresql-ci-fields-case-insensitive-collation/
If you upgrade to Django 4.2, you may see system check warnings fields.W906. In this post we’ll cover why this has changed, and how to perform the necessary migration. You can actually migrate from Django 3.2, and may want to, because the alternative uses more accurate and flexible Unicode rules.
https://adamj.eu/tech/2023/02/23/migrate-django-postgresql-ci-fields-case-insensitive-collation/
adamj.eu
How to migrate from Django’s PostgreSQL CI Fields to use a case-insensitive collation - Adam Johnson
If you upgrade to Django 4.2, you may see system check warnings like:
Testing multiple Python versions with nox and pyenv
https://sethmlarson.dev/nox-pyenv-all-python-versions
https://sethmlarson.dev/nox-pyenv-all-python-versions
Seth Michael Larson
Testing multiple Python versions with nox and pyenv
Nox is an incredible tool, I use it for all my Python projects, highly recommend it.
One of the best features of nox and tools like it is parameterization.
Usually this is done for the test suite p...
One of the best features of nox and tools like it is parameterization.
Usually this is done for the test suite p...
text-generation-webui
A gradio web UI for running Large Language Models like GPT-J 6B, OPT, GALACTICA, GPT-Neo, and Pygmalion.
https://github.com/oobabooga/text-generation-webui
A gradio web UI for running Large Language Models like GPT-J 6B, OPT, GALACTICA, GPT-Neo, and Pygmalion.
https://github.com/oobabooga/text-generation-webui
GitHub
GitHub - oobabooga/text-generation-webui: The definitive Web UI for local AI, with powerful features and easy setup.
The definitive Web UI for local AI, with powerful features and easy setup. - oobabooga/text-generation-webui
Show HN: Codon: A Compiler for High-Performance Pythonic Applications and DSLs [pdf]
https://regmedia.co.uk/2023/03/11/mit_codon_paper.pdf
https://regmedia.co.uk/2023/03/11/mit_codon_paper.pdf
duckargs
Productivity tool for quickly creating python programs that parse command-line arguments. Stop writing argparse boilerplate code!
https://github.com/eriknyquist/duckargs
Productivity tool for quickly creating python programs that parse command-line arguments. Stop writing argparse boilerplate code!
https://github.com/eriknyquist/duckargs
GitHub
GitHub - eriknyquist/duckargs: Code generation tool, creates python / C programs that parse command line arguments. Say bye to…
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs. -...
Build A SaaS From Scratch
Learn how to build a SaaS from scratch using Django, Tailwind and Stipe as the payment gateway.
https://www.youtube.com/watch?v=XEr4P0VDuYU
Learn how to build a SaaS from scratch using Django, Tailwind and Stipe as the payment gateway.
https://www.youtube.com/watch?v=XEr4P0VDuYU
YouTube
Full Django Course - Build A SaaS From Scratch
Learn how to build a SaaS from scratch using Django, Tailwind and Stripe as the payment gateway.
00:00:00 Introduction and demo
00:01:49 Todo list
00:04:54 Virtual environment
00:05:20 Install/Setup Django
00:06:44 Base templates
00:17:59 Custom user model…
00:00:00 Introduction and demo
00:01:49 Todo list
00:04:54 Virtual environment
00:05:20 Install/Setup Django
00:06:44 Base templates
00:17:59 Custom user model…
New book available: Python GUI - Develop Cross Platform Desktop Applications using Python, Qt and PySide6
https://www.reddit.com/r/Python/comments/11ola58/new_book_available_python_gui_develop_cross/
https://www.reddit.com/r/Python/comments/11ola58/new_book_available_python_gui_develop_cross/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
jerryjliu / llama_index
LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data.
https://github.com/jerryjliu/llama_index
LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data.
https://github.com/jerryjliu/llama_index
GitHub
GitHub - run-llama/llama_index: LlamaIndex is the leading framework for building LLM-powered agents over your data.
LlamaIndex is the leading framework for building LLM-powered agents over your data. - run-llama/llama_index
Building a Bloom filter
In this post, we will explore the Bloom filter — a data structure that is ingenious in its simplicity and elegant in its design
https://luminousmen.com/post/building-a-bloom-filter
In this post, we will explore the Bloom filter — a data structure that is ingenious in its simplicity and elegant in its design
https://luminousmen.com/post/building-a-bloom-filter
Blog | iamluminousmen
Building a Bloom filter
In this post, we will explore the Bloom filter — a data structure that is ingenious in its simplicity and elegant in its design
When to use Python's "list" function
When should you use the built-in list(...) function in Python? And when shouldn't you? The list constructor is both underused and overused in Python.
https://www.pythonmorsels.com/using-list/
When should you use the built-in list(...) function in Python? And when shouldn't you? The list constructor is both underused and overused in Python.
https://www.pythonmorsels.com/using-list/
Pythonmorsels
Python's list constructor: when and how to use it
When should you use the built-in list function in Python? And when shouldn't you?