Balm in GILead: Fast string construction for CPython extensions
https://blog.vito.nyc/posts/gil-balm/
https://blog.vito.nyc/posts/gil-balm/
blog.vito.nyc
Balm in GILead: Fast string construction for CPython extensions
An unorthodox approach to optimizing Python C extensions that operate on Python strings
Python in Visual Studio Code – December 2023 Release
This release includes the following announcements:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2023-release/
This release includes the following announcements:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2023-release/
Microsoft News
Python in Visual Studio Code – December 2023 Release
The December 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. Learn more about the latest release!
LLMCompiler
An LLM Compiler for Parallel Function Calling.
https://github.com/SqueezeAILab/LLMCompiler
An LLM Compiler for Parallel Function Calling.
https://github.com/SqueezeAILab/LLMCompiler
GitHub
GitHub - SqueezeAILab/LLMCompiler: [ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling
[ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling - SqueezeAILab/LLMCompiler
How many CPU cores can you actually use in parallel?
Figuring out how much parallelism your program can use is surprisingly tricky.
https://pythonspeed.com/articles/cpu-thread-pool-size/
Figuring out how much parallelism your program can use is surprisingly tricky.
https://pythonspeed.com/articles/cpu-thread-pool-size/
Python⇒Speed
How many CPU cores can you actually use in parallel?
Figuring out how much parallelism your program can use is surprisingly tricky.
feud
Build powerful CLIs with simple idiomatic Python, driven by type hints.
https://github.com/eonu/feud/
Build powerful CLIs with simple idiomatic Python, driven by type hints.
https://github.com/eonu/feud/
GitHub
GitHub - eonu/feud: Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad.
Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad. - eonu/feud
Building a personal predictive text engine
This post discusses the development of a personal predictive text engine called AutoWrite, which takes into account words already written in a document to provide context-specific autocompletions.
https://jamesg.blog/2023/12/15/auto-write/
This post discusses the development of a personal predictive text engine called AutoWrite, which takes into account words already written in a document to provide context-specific autocompletions.
https://jamesg.blog/2023/12/15/auto-write/
jamesg.blog
Building a personal predictive text engine | James' Coffee Blog
I write a lot of technical documentation, which involves using long(er) words like
T’is the Time … for GenAI!
Home
Table of Contents
T’is the Time … for GenAI!
...
https://pyimagesearch.com/2023/12/25/tis-the-time-for-genai/
Home
Table of Contents
T’is the Time … for GenAI!
...
https://pyimagesearch.com/2023/12/25/tis-the-time-for-genai/
PyImageSearch
T’is the Time ... for GenAI! - PyImageSearch
Ho-ho-ho. T’is the time to get started with generative AI with Google. Join us in this tutorial, where we explore Vertex AI offerings in Google Cloud.
Vector Search RAG Tutorial – Combine Your Data with LLMs with Advanced Search
Learn how to use vector search and embeddings to easily combine your data with large language models like GPT-4. You will first learn the concepts and then create three projects.
https://www.youtube.com/watch?v=JEBDfGqrAUA
Learn how to use vector search and embeddings to easily combine your data with large language models like GPT-4. You will first learn the concepts and then create three projects.
https://www.youtube.com/watch?v=JEBDfGqrAUA
YouTube
Vector Search RAG Tutorial – Combine Your Data with LLMs with Advanced Search
Learn how to use vector search and embeddings to easily combine your data with large language models like GPT-4. You will first learn the concepts and then create three projects.
✏️ Course developed by Beau Carnes.
💻 Code: https://github.com/beaucarnes/vector…
✏️ Course developed by Beau Carnes.
💻 Code: https://github.com/beaucarnes/vector…
You don't need this in Python
SummaryThis article contains nothing new. In fact, those things have been talked about everywhere ...
https://www.bitecode.dev/p/you-dont-need-this-in-python
SummaryThis article contains nothing new. In fact, those things have been talked about everywhere ...
https://www.bitecode.dev/p/you-dont-need-this-in-python
www.bitecode.dev
You don't need this in Python
You do need self, though
skytrack
A command-line based plane spotting and aircraft OSINT reconnaissance tool made using Python.
https://github.com/ANG13T/skytrack
A command-line based plane spotting and aircraft OSINT reconnaissance tool made using Python.
https://github.com/ANG13T/skytrack
GitHub
GitHub - ANG13T/skytrack: skytrack is a planespotting and aircraft OSINT tool made using Python 🛩🔍
skytrack is a planespotting and aircraft OSINT tool made using Python 🛩🔍 - ANG13T/skytrack
flowtyone / flowty-realtime-lcm-canvas
A realtime sketch to image demo using LCM and the gradio library.
https://github.com/flowtyone/flowty-realtime-lcm-canvas
A realtime sketch to image demo using LCM and the gradio library.
https://github.com/flowtyone/flowty-realtime-lcm-canvas
GitHub
GitHub - flowtyone/flowty-realtime-lcm-canvas: A realtime sketch to image demo using LCM and the gradio library.
A realtime sketch to image demo using LCM and the gradio library. - GitHub - flowtyone/flowty-realtime-lcm-canvas: A realtime sketch to image demo using LCM and the gradio library.
Bash One-Liners for LLMs
Six solid examples of how llamafile can help you be productive on the command line.
https://justine.lol/oneliners/
Six solid examples of how llamafile can help you be productive on the command line.
https://justine.lol/oneliners/
justine.lol
Bash One-Liners for LLMs
Tutorial on how llamafile makes LLMs shell scriptable.
Acly / krita-ai-diffusion
Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://github.com/Acly/krita-ai-diffusion
Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://github.com/Acly/krita-ai-diffusion
GitHub
GitHub - Acly/krita-ai-diffusion: Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional…
Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required. - Acly/krita-ai-diffusion
PromptBench
A Unified Library for Evaluating and Understanding Large Language Models.
https://github.com/microsoft/promptbench
A Unified Library for Evaluating and Understanding Large Language Models.
https://github.com/microsoft/promptbench
GitHub
GitHub - microsoft/promptbench: A unified evaluation framework for large language models
A unified evaluation framework for large language models - microsoft/promptbench