How I am using ChatGPT to increase my productivity coding Django
https://djangoandy.com/2023/03/18/how-i-am-using-chatgpt-increase-my-productivity-coding-django/
https://djangoandy.com/2023/03/18/how-i-am-using-chatgpt-increase-my-productivity-coding-django/
A Gentle Introduction to the Python Match Statement
Learn about how structural pattern matching works in Python and how it can help you write cleaner, more maintainable, and more understandable code.
https://www.wrighters.io/intro-to-python-match-statement/
Learn about how structural pattern matching works in Python and how it can help you write cleaner, more maintainable, and more understandable code.
https://www.wrighters.io/intro-to-python-match-statement/
wrighters.io
A Gentle Introduction to the Python Match Statement - wrighters.io
Python's match statement is more than a switch statement: it allows matching on objects, types, and mapped values.
Django: Avoid database queries in template context processors
https://adamj.eu/tech/2023/03/23/django-context-processors-database-queries/
https://adamj.eu/tech/2023/03/23/django-context-processors-database-queries/
adamj.eu
Django: Avoid database queries in template context processors - Adam Johnson
Django’s template engine allows you to augment template contexts with context processors. These are functions that take the current request and return a dictionary to be merged into the context:
Text2Room
Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models.
https://github.com/lukasHoel/text2room
Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models.
https://github.com/lukasHoel/text2room
GitHub
GitHub - lukasHoel/text2room: Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models (ICCV2023).
Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models (ICCV2023). - lukasHoel/text2room
chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
https://github.com/openai/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
https://github.com/openai/chatgpt-retrieval-plugin
GitHub
GitHub - openai/chatgpt-retrieval-plugin: The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking…
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language. - openai/chatgpt-retrieval-plugin
Why didn't Python become popular until long after its creation?
https://www.reddit.com/r/Python/comments/12glkw4/why_didnt_python_become_popular_until_long_after/
https://www.reddit.com/r/Python/comments/12glkw4/why_didnt_python_become_popular_until_long_after/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
scrapeghost
Experimental library for scraping websites using OpenAI's GPT API.
https://github.com/jamesturk/scrapeghost/
Experimental library for scraping websites using OpenAI's GPT API.
https://github.com/jamesturk/scrapeghost/
GitHub
GitHub - jamesturk/scrapeghost: 👻 Experimental library for scraping websites using OpenAI's GPT API.
👻 Experimental library for scraping websites using OpenAI's GPT API. - jamesturk/scrapeghost
megamock
The Developer Experience Upgrade for Python Mocking.
https://github.com/JamesHutchison/megamock
The Developer Experience Upgrade for Python Mocking.
https://github.com/JamesHutchison/megamock
GitHub
GitHub - JamesHutchison/megamock: The developer experience (DevX) upgrade for Python mocking
The developer experience (DevX) upgrade for Python mocking - JamesHutchison/megamock
How to Create and Use Virtual Environments in Python With Poetry
It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you how to set up a virtual environment with poetry, a package manager for Python that simplifies dependency management and project packaging.
https://www.youtube.com/watch?v=0f3moPe_bhk
It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you how to set up a virtual environment with poetry, a package manager for Python that simplifies dependency management and project packaging.
https://www.youtube.com/watch?v=0f3moPe_bhk
YouTube
How to Create and Use Virtual Environments in Python With Poetry
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you…
It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you…
Savant
Python Streaming Video Analytics Framework With Batteries Included.
https://github.com/insight-platform/Savant
Python Streaming Video Analytics Framework With Batteries Included.
https://github.com/insight-platform/Savant
GitHub
GitHub - insight-platform/Savant: Python Computer Vision & Video Analytics Framework With Batteries Included
Python Computer Vision & Video Analytics Framework With Batteries Included - insight-platform/Savant
Fun with Vector Databases
A post about using Python and FastAPI with vector databases and semantic search.
https://garybake.com/vector_databases.html
A post about using Python and FastAPI with vector databases and semantic search.
https://garybake.com/vector_databases.html
Programming, Machine learning and Electronics chit chat
Fun with Vector Databases
Making Python 100x faster with less than 100 lines of Rust
https://ohadravid.github.io/posts/2023-03-rusty-python/
https://ohadravid.github.io/posts/2023-03-rusty-python/
ohadravid.github.io
Making Python 100x faster with less than 100 lines of Rust
Update: I gave a talk on this topic at P99 CONF 2023 and at PyCon IL 2024 (Hebrew).
A while ago at $work, we had a performance issue with one of our core Python …
A while ago at $work, we had a performance issue with one of our core Python …
Hello Dolly: Democratizing the magic of ChatGPT with open models
Introducing Dolly, a breakthrough in LLM from Databricks. Learn how Databricks open sourced the model and all its training code, enabling organizations to re-create Dolly at a minimal cost.
https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html
Introducing Dolly, a breakthrough in LLM from Databricks. Learn how Databricks open sourced the model and all its training code, enabling organizations to re-create Dolly at a minimal cost.
https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html
Databricks
Hello Dolly: Democratizing the magic of ChatGPT with open models
Introducing 'Hello Dolly,' a project to democratize AI by integrating ChatGPT and open models, making advanced AI accessible to everyone.
zauberzeug / nicegui
Create web-based interfaces with Python. The nice way.
https://github.com/zauberzeug/nicegui
Create web-based interfaces with Python. The nice way.
https://github.com/zauberzeug/nicegui
GitHub
GitHub - zauberzeug/nicegui: Create web-based user interfaces with Python. The nice way.
Create web-based user interfaces with Python. The nice way. - zauberzeug/nicegui
Django 4.2 released
Django 4.2 is designated as a long-term support release. It will receive security updates for at least three years after its release. Support for the previous LTS, Django 3.2, will end in April 2024.
https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/
Django 4.2 is designated as a long-term support release. It will receive security updates for at least three years after its release. Support for the previous LTS, Django 3.2, will end in April 2024.
https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/
Django Project
Django 4.2 released
Posted by Mariusz Felisiak on April 3, 2023
ckit
A command line utility to help you organise and quickly run frequently used commands.
https://github.com/fpgmaas/ckit
A command line utility to help you organise and quickly run frequently used commands.
https://github.com/fpgmaas/ckit
GitHub
GitHub - fpgmaas/ckit: A command line utility to help you organise and quickly run frequently used commands.
A command line utility to help you organise and quickly run frequently used commands. - fpgmaas/ckit