Accessing MS Access databases from Python and Django
Have you ever needed to use data from a Microsoft Access database on a Django project?
If so, you ...
https://spapas.github.io/2023/03/22/access-microsoft-access-python-django/
Have you ever needed to use data from a Microsoft Access database on a Django project?
If so, you ...
https://spapas.github.io/2023/03/22/access-microsoft-access-python-django/
spapas.github.io
Accessing MS Access databases from Python and Django — /var/
Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT
https://github.com/santiagobasulto/ipython-gpt
https://github.com/santiagobasulto/ipython-gpt
GitHub
GitHub - santiagobasulto/ipython-gpt: An ChatGPT integration for Jupyter Notebooks and the IPython Shell
An ChatGPT integration for Jupyter Notebooks and the IPython Shell - santiagobasulto/ipython-gpt
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