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.
Diving into PyPI package name squatting
This post discusses the issue of PyPI package name squatting and how it can be exploited by attackers to distribute malicious code.
https://blog.orsinium.dev/posts/py/pypi-squatting/
This post discusses the issue of PyPI package name squatting and how it can be exploited by attackers to distribute malicious code.
https://blog.orsinium.dev/posts/py/pypi-squatting/
blog.orsinium.dev
Diving into PyPI package name squatting
All sufficiently big public package registries are a mess full of malware, name squatting, and drama:
crates.io has a single user owning names like “any”, “bash”, and “class”. npmjs.com had a drama with left-pad when a single maintainer of a single one-liner…
crates.io has a single user owning names like “any”, “bash”, and “class”. npmjs.com had a drama with left-pad when a single maintainer of a single one-liner…
Is there an app to learn python that's like Duolingo where it's designed to be addicting?
https://www.reddit.com/r/learnpython/comments/17ylttx/is_there_an_app_to_learn_python_thats_like/
https://www.reddit.com/r/learnpython/comments/17ylttx/is_there_an_app_to_learn_python_thats_like/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community