Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha
https://simonwillison.net/2023/Apr/12/code-interpreter/
https://simonwillison.net/2023/Apr/12/code-interpreter/
simonwillison.net
Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha
Today I wanted to understand the performance difference between two Python implementations of a mechanism to detect changes to a SQLite database schema. I rendered the difference between the two …
The EU proposed CRA law may have unintended consequence for the Python ecosystem
https://pyfound.blogspot.com/2023/04/the-eus-proposed-cra-law-may-have.html
https://pyfound.blogspot.com/2023/04/the-eus-proposed-cra-law-may-have.html
Python Software Foundation Blog
The EU's Proposed CRA Law May Have Unintended Consequences for the Python Ecosystem
After reviewing the proposed Cyber Resilience Act and Product Liability Act , the PSF has found issues that put the mission of our organizat...
PySpark and Parquet: Elegant Python DataFrames and SQL
PySpark has excellent support for querying ...
https://codesolid.com/using-pyspark-and-parquet/
PySpark has excellent support for querying ...
https://codesolid.com/using-pyspark-and-parquet/
CodeSolid.com - Python: Beginner to Expert
PySpark and Parquet: Elegant Python DataFrames and SQL - CodeSolid.com
PySpark has excellent support for querying Par
The Tech Stack of a One-Man SaaS
In this post I'll describe the tools and services I use to run my SaaS business. From programming ...
https://anthonynsimon.com/blog/tech-stack/
In this post I'll describe the tools and services I use to run my SaaS business. From programming ...
https://anthonynsimon.com/blog/tech-stack/
Anthonynsimon
The Tech Stack of a One-Man SaaS
In this post I'll describe the tools and services I use to run my SaaS business. From programming languages to open source libraries to Kubernetes tools for easy deployments.
Django: How to profile and improve startup time
Your Django project’s startup time impacts how smooth it is to work with.
Django has to restart ...
https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/
Your Django project’s startup time impacts how smooth it is to work with.
Django has to restart ...
https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/
adamj.eu
Django: How to profile and improve startup time - Adam Johnson
Your Django project’s startup time impacts how smooth it is to work with. Django has to restart your project every time you run a management command and when runserver reloads. This involves importing all your apps, and thus all the modules that they import.
Google announces the list of 574 Python packages in its new "Assured Open Source Software" service
https://www.reddit.com/r/Python/comments/12nxsop/google_announces_the_list_of_574_python_packages/
https://www.reddit.com/r/Python/comments/12nxsop/google_announces_the_list_of_574_python_packages/
Reddit
From the Python community on Reddit: Google announces the list of 574 Python packages in its new "Assured Open Source Software"…
Explore this post and more from the Python community
Which NumPy Functions Are Multithreaded
Some NumPy functions will execute in parallel using multithreading automatically and behind the ...
https://superfastpython.com/multithreaded-numpy-functions/
Some NumPy functions will execute in parallel using multithreading automatically and behind the ...
https://superfastpython.com/multithreaded-numpy-functions/
Super Fast Python
Which NumPy Functions Are Multithreaded - Super Fast Python
Some NumPy functions will execute in parallel using multithreading automatically and behind the scenes. In this tutorial, you will discover which NumPy functions support parallelism via multithreading in Python. Let’s get started. Which NumPy Functions Are…
Azure-Samples / azure-search-openai-demo
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://github.com/Azure-Samples/azure-search-openai-demo
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://github.com/Azure-Samples/azure-search-openai-demo
GitHub
GitHub - Azure-Samples/azure-search-openai-demo: A sample app for the Retrieval-Augmented Generation pattern running in Azure,…
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A expe...
Building a ChatGPT-enhanced Python REPL
https://isthisit.nz/posts/2023/building-a-chat-gpt-enhanced-python-repl/
https://isthisit.nz/posts/2023/building-a-chat-gpt-enhanced-python-repl/
isthisit.nz
Building A ChatGPT-enhanced Python REPL
In this blog I share my experience in building a Python REPL augmented with ChatGPT. I explore how the application is built, and speculate on software engineering patterns and paradigms that might emerge in systems built on Large Language Models (LLMs).
GEPL…
GEPL…
Downloading Images with Python, PIL, Requests, and Urllib
Python is a great language for automating tasks, and downloading images is one of those tasks ...
https://janakiev.com/blog/python-pilow-download-image/
Python is a great language for automating tasks, and downloading images is one of those tasks ...
https://janakiev.com/blog/python-pilow-download-image/
njanakiev
Downloading Images with Python, PIL, Requests, and Urllib
Python is a great language for automating tasks, and downloading images is one of those tasks that can be easily automated. In this article, you’ll see how to use the Python Imaging Library (PIL) or rather Pillow, Requests, and Urllib to download images from…
Debugging a Mixed Python and C Language Stack
https://developer.nvidia.com/blog/debugging-mixed-python-and-c-language-stack/
https://developer.nvidia.com/blog/debugging-mixed-python-and-c-language-stack/
NVIDIA Technical Blog
Debugging a Mixed Python and C Language Stack
Debugging is difficult. Debugging across multiple languages is especially challenging, and debugging across devices often requires a team with varying skill sets and expertise to reveal the underlying…
GitHub - csgoh/roadmapper: Roadmapper - A Roadmap as Code (Rac) python library. Generate professional roadmap diagram using python code.
https://www.reddit.com/r/Python/comments/130hpn4/github_csgohroadmapper_roadmapper_a_roadmap_as/
https://www.reddit.com/r/Python/comments/130hpn4/github_csgohroadmapper_roadmapper_a_roadmap_as/
Reddit
r/Python on Reddit: GitHub - csgoh/roadmapper: Roadmapper - A Roadmap as Code (Rac) python library. Generate professional roadmap…
Posted by u/pmz - 419 votes and 38 comments
logspace-ai / langflow
⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
https://github.com/logspace-ai/langflow
⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
https://github.com/logspace-ai/langflow
GitHub
GitHub - langflow-ai/langflow: Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
Langflow is a powerful tool for building and deploying AI-powered agents and workflows. - langflow-ai/langflow
Solve Schrödinger Equation in Seconds with Python & GPU
The second episode of the Python GPU series explores the Schrodinger equation and how it can be optimized using GPU hardware.
https://www.youtube.com/watch?v=hxGA1Je1P-s
The second episode of the Python GPU series explores the Schrodinger equation and how it can be optimized using GPU hardware.
https://www.youtube.com/watch?v=hxGA1Je1P-s
YouTube
Solve Schrödinger Equation in Seconds with Python & GPU
CHECK OUT MY NEW UDEMY COURSE, NOW 90% OFF WITH THIS CODE:
https://www.udemy.com/course/python-stem-essentials/?couponCode=MRPSOLVER
Code:
https://github.com/lukepolson/youtube_channel/blob/main/Python%20GPU/schrodinger.ipynb
Old Video:
https://www.you…
https://www.udemy.com/course/python-stem-essentials/?couponCode=MRPSOLVER
Code:
https://github.com/lukepolson/youtube_channel/blob/main/Python%20GPU/schrodinger.ipynb
Old Video:
https://www.you…
Replacing my best friends with an LLM trained on 500,000 group chat messages
The author trained an uncensored large language model on the college-era group chat that he and his best friends still use, with LlaMa, Modal, and Hex.
https://www.izzy.co/blogs/robo-boys.html
The author trained an uncensored large language model on the college-era group chat that he and his best friends still use, with LlaMa, Modal, and Hex.
https://www.izzy.co/blogs/robo-boys.html
www.izzy.co
Replacing my best friends with an LLM trained on 500,000 group chat messages
An exploration into customizing LLMs for personal use
MiniGPT-4
Enhancing Vision-language Understanding with Advanced Large Language Models.
https://minigpt-4.github.io/
Enhancing Vision-language Understanding with Advanced Large Language Models.
https://minigpt-4.github.io/