giskard
The testing framework for ML models, from tabular to LLMs.
https://github.com/Giskard-AI/giskard
The testing framework for ML models, from tabular to LLMs.
https://github.com/Giskard-AI/giskard
GitHub
GitHub - Giskard-AI/giskard: 🐢 Open-Source Evaluation & Testing for AI & LLM systems
🐢 Open-Source Evaluation & Testing for AI & LLM systems - Giskard-AI/giskard
Everything You Can Do with Python's bisect Module
Learn how to optimize search and keep your data sorted in Python with the "bisect" module.
https://martinheinz.dev/blog/106
Learn how to optimize search and keep your data sorted in Python with the "bisect" module.
https://martinheinz.dev/blog/106
martinheinz.dev
Everything You Can Do with Python's bisect Module
<p>
While Python's <code class="inline">bisect</code> module is very simple - containing really just 2 functions - there's a lot one can do with it, includ...
While Python's <code class="inline">bisect</code> module is very simple - containing really just 2 functions - there's a lot one can do with it, includ...
The most performant timestamp functions in Python: EXTENDED
Part 2 of different timestamp functions performance across Python versions and machine types. What is the fastest way to get the current time?
https://www.dataroc.ca/blog/most-performant-timestamp-functions-python-2
Part 2 of different timestamp functions performance across Python versions and machine types. What is the fastest way to get the current time?
https://www.dataroc.ca/blog/most-performant-timestamp-functions-python-2
www.dataroc.ca
The most performant timestamp functions in Python: EXTENDED
Part 2 of different timestamp functions performance across Python versions and machine types. What is the fastest way to get the current time?
error-links
Adds helpful links to the REPL when an exception happens.
https://pypi.org/project/error-links/
Adds helpful links to the REPL when an exception happens.
https://pypi.org/project/error-links/
PyPI
error-links
Adds helpful links to the REPL when an exception happens.
Python errors as values: Comparing useful patterns from Rust and Go
https://www.inngest.com/blog/python-errors-as-values
https://www.inngest.com/blog/python-errors-as-values
Inngest
Python errors as values: Comparing useful patterns from Go and Rust - Inngest Blog
Safer error handling, inspired by Go and Rust
lato
Python microframework for modular monoliths and loosely coupled apps.
https://github.com/pgorecki/lato
Python microframework for modular monoliths and loosely coupled apps.
https://github.com/pgorecki/lato
GitHub
GitHub - pgorecki/lato: Python microframework for modular monoliths and loosely coupled apps
Python microframework for modular monoliths and loosely coupled apps - pgorecki/lato
RoboGen
A generative and self-guided robotic agent that endlessly propose and master new skills.
https://github.com/Genesis-Embodied-AI/RoboGen
A generative and self-guided robotic agent that endlessly propose and master new skills.
https://github.com/Genesis-Embodied-AI/RoboGen
GitHub
GitHub - Genesis-Embodied-AI/RoboGen: A generative and self-guided robotic agent that endlessly propose and master new skills.
A generative and self-guided robotic agent that endlessly propose and master new skills. - Genesis-Embodied-AI/RoboGen
Build an AI Tool to Summarize Books Instantly
Get the gist of any book without reading it cover to cover.
https://levelup.gitconnected.com/build-an-ai-tool-to-summarize-books-instantly-828680c1ceb4
Get the gist of any book without reading it cover to cover.
https://levelup.gitconnected.com/build-an-ai-tool-to-summarize-books-instantly-828680c1ceb4
Medium
Build an AI Tool to Summarize Books Instantly
Get the gist of any book without reading it cover to cover.
tiger
Open Source LLM toolkit to build LLM applications. TigerRAG (embedding, RAG), TigerTune (fine-tuning), TigerArmor (AI safety).
https://github.com/tigerlab-ai/tiger
Open Source LLM toolkit to build LLM applications. TigerRAG (embedding, RAG), TigerTune (fine-tuning), TigerArmor (AI safety).
https://github.com/tigerlab-ai/tiger
GitHub
GitHub - tigerlab-ai/tiger: Open Source LLM toolkit to build trustworthy LLM applications. TigerArmor (AI safety), TigerRAG (embedding…
Open Source LLM toolkit to build trustworthy LLM applications. TigerArmor (AI safety), TigerRAG (embedding, RAG), TigerTune (fine-tuning) - tigerlab-ai/tiger
What's with ML software and pickles?
The article discusses the author's evolving perspective on the use of Python's pickle module in the machine learning ecosystem. It highlights the issues, security concerns, and brittleness associated with pickle, offering insights into the reasons behind its widespread usage and the challenges it addresses in the machine learning field.
https://blog.nelhage.com/post/pickles-and-ml
The article discusses the author's evolving perspective on the use of Python's pickle module in the machine learning ecosystem. It highlights the issues, security concerns, and brittleness associated with pickle, offering insights into the reasons behind its widespread usage and the challenges it addresses in the machine learning field.
https://blog.nelhage.com/post/pickles-and-ml
Made of Bugs
What's with ML software and pickles?
I have spent many years as an software engineer who was a total outsider to machine-learning, but with some curiosity and occasional peripheral interactions with it. During this time, a recurring theme for me was horror (and, to be honest, disdain) every…
New goodies in Django 5.0
The article highlights the new features added in Django 5.0.
https://fly.io/django-beats/new-goodies-in-django-50/
The article highlights the new features added in Django 5.0.
https://fly.io/django-beats/new-goodies-in-django-50/
Fly
New goodies in Django 5.0
Let's explore a "deluge" of amazing features added in Django 5.0
We wrote the OpenAI Wanderlust app in pure Python using Solara
https://github.com/widgetti/wanderlust
https://github.com/widgetti/wanderlust
GitHub
GitHub - widgetti/wanderlust: Wanderlust OpenAI example using Solara
Wanderlust OpenAI example using Solara. Contribute to widgetti/wanderlust development by creating an account on GitHub.
Deobfuscating World of Warships' Python Scripts
An in-depth analysis of how World of Warships obfuscates its game scripts and how to mostly deobfuscate them.
https://landaire.net/world-of-warships-deobfuscation/
An in-depth analysis of how World of Warships obfuscates its game scripts and how to mostly deobfuscate them.
https://landaire.net/world-of-warships-deobfuscation/
landaire.net
Deobfuscating World of Warships' Python Scripts
An in-depth analysis of how World of Warships obfuscates its game scripts and how to mostly deobfuscate them automatically.
Querying every file in every release on the Python Package Index
This is an article about querying a dataset of Python package information. It discusses how to download the dataset and what information it contains. The dataset can be used to answer questions about Python package trends. For example, it can be used to track the adoption of new packaging metadata standards.
https://sethmlarson.dev/security-developer-in-residence-weekly-report-18
This is an article about querying a dataset of Python package information. It discusses how to download the dataset and what information it contains. The dataset can be used to answer questions about Python package trends. For example, it can be used to track the adoption of new packaging metadata standards.
https://sethmlarson.dev/security-developer-in-residence-weekly-report-18
Seth Michael Larson
Querying every file in every release on the Python Package Index
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
Last we...
Last we...
It's Time For A Change: datetime.utcnow() Is Now Deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item ...
http://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item ...
http://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated
Miguelgrinberg
It's Time For A Change: datetime.utcnow() Is Now Deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item caught my attention in the deprecations section:datetime.datetime’s utcnow() and utcfromtimestamp()…
Adding Full Text Search to Your Django App with django-watson
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/
Idiomaticprogrammers
Adding Full Text Search to Your Django App with django-watson | Idiomatic Programmers
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.