Python: debug unraisable exceptions with Rich
Take this Python class:
class Widget:
def del(self):
1 / 0
It implements a del ...
https://adamj.eu/tech/2025/01/02/python-unraisiable-exceptions/
Take this Python class:
class Widget:
def del(self):
1 / 0
It implements a del ...
https://adamj.eu/tech/2025/01/02/python-unraisiable-exceptions/
adamj.eu
Python: debug unraisable exceptions with Rich - Adam Johnson
Take this Python class:
DrewThomasson / ebook2audiobook
Convert ebooks to audiobooks with chapters and metadata using dynamic AI models and voice cloning. Supports 1,107+ languages!
https://github.com/DrewThomasson/ebook2audiobook
Convert ebooks to audiobooks with chapters and metadata using dynamic AI models and voice cloning. Supports 1,107+ languages!
https://github.com/DrewThomasson/ebook2audiobook
GitHub
GitHub - DrewThomasson/ebook2audiobook: Generate audiobooks from e-books, voice cloning & 1107+ languages!
Generate audiobooks from e-books, voice cloning & 1107+ languages! - DrewThomasson/ebook2audiobook
Checking Python Code with GitHub Actions
When you are working on your personal or work projects in Python, you usually want to have a way to ...
https://www.blog.pythonlibrary.org/2024/12/10/checking-python-code-with-github-actions/
When you are working on your personal or work projects in Python, you usually want to have a way to ...
https://www.blog.pythonlibrary.org/2024/12/10/checking-python-code-with-github-actions/
Mouse Vs Python
Checking Python Code with GitHub Actions - Mouse Vs Python
When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,
SSH Scripting with Fabric and Python
Reading and writing files is a basic task that most software applications need to do. You will also ...
https://www.blog.pythonlibrary.org/2024/10/16/ssh-scripting-with-fabric-and-python/
Reading and writing files is a basic task that most software applications need to do. You will also ...
https://www.blog.pythonlibrary.org/2024/10/16/ssh-scripting-with-fabric-and-python/
Mouse Vs Python
SSH Scripting with Fabric and Python - Mouse Vs Python
Reading and writing files is a basic task that most software applications need to do. You will also find that you sometimes need to read and write files
Symbolic Reference and Hardware Models in Python
https://tomverbeure.github.io/2024/12/27/A-Symbolic-HW-Model-in-Python.html
https://tomverbeure.github.io/2024/12/27/A-Symbolic-HW-Model-in-Python.html
I wrote a Turing complete language / interpreter on top of Python.
https://www.reddit.com/r/Python/comments/1hnfqhi/i_wrote_a_turing_complete_language_interpreter_on/
https://www.reddit.com/r/Python/comments/1hnfqhi/i_wrote_a_turing_complete_language_interpreter_on/
Reddit
From the Python community on Reddit: I wrote a Turing complete language / interpreter on top of Python.
Explore this post and more from the Python community
Access Google Gemini LLM via OpenAI Python Library
Google Gemini now can be accessed via OpenAI python library:
from openai import ...
https://saeedesmaili.com/notes/access-google-gemini-llm-via-openai-python-library/
Google Gemini now can be accessed via OpenAI python library:
from openai import ...
https://saeedesmaili.com/notes/access-google-gemini-llm-via-openai-python-library/
Saeed Esmaili
Access Google Gemini LLM via OpenAI Python Library
Google Gemini now can be accessed via OpenAI python library:
from openai import OpenAI
client = OpenAI(
api_key="GEMINI_API_KEY",
base_url="https://generativelanguage.googleapis.com/v1beta/openai/"
)
## rest of the code as you would use openai
It…
from openai import OpenAI
client = OpenAI(
api_key="GEMINI_API_KEY",
base_url="https://generativelanguage.googleapis.com/v1beta/openai/"
)
## rest of the code as you would use openai
It…
Things we learned about LLMs in 2024
A lot has happened in the world of Large Language Models over the course of 2024. Here's a ...
https://simonwillison.net/2024/Dec/31/llms-in-2024/#atom-everything
A lot has happened in the world of Large Language Models over the course of 2024. Here's a ...
https://simonwillison.net/2024/Dec/31/llms-in-2024/#atom-everything
Simon Willison’s Weblog
Things we learned about LLMs in 2024
A lot has happened in the world of Large Language Models over the course of 2024. Here’s a review of things we figured out about the field in the past …
awslabs / multi-agent-orchestrator
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
https://github.com/awslabs/multi-agent-orchestrator
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
https://github.com/awslabs/multi-agent-orchestrator
GitHub
GitHub - awslabs/agent-squad: Flexible and powerful framework for managing multiple AI agents and handling complex conversations
Flexible and powerful framework for managing multiple AI agents and handling complex conversations - awslabs/agent-squad
UV tricks
SummaryYou can test things in your venv without polluting it using uv run --with, create almost ...
https://www.bitecode.dev/p/uv-tricks
SummaryYou can test things in your venv without polluting it using uv run --with, create almost ...
https://www.bitecode.dev/p/uv-tricks
www.bitecode.dev
UV tricks
Don't forget to uv self update before trying those
👍2
intuitem / ciso-assistant-community
CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec and Audit Management and supporting +70 frameworks worldwide with auto-mapping: NIST CSF, ISO 27001, SOC2, CIS, PCI DSS, NIS2, CMMC, PSPF, GDPR, HIPAA, Essential Eight, NYDFS-500, DORA, NIST AI RMF, 800-53, 800-171, CyFun, CJIS, AirCyber, NCSC, ECC, SCF and so much more
https://github.com/intuitem/ciso-assistant-community
CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec and Audit Management and supporting +70 frameworks worldwide with auto-mapping: NIST CSF, ISO 27001, SOC2, CIS, PCI DSS, NIS2, CMMC, PSPF, GDPR, HIPAA, Essential Eight, NYDFS-500, DORA, NIST AI RMF, 800-53, 800-171, CyFun, CJIS, AirCyber, NCSC, ECC, SCF and so much more
https://github.com/intuitem/ciso-assistant-community
GitHub
GitHub - intuitem/ciso-assistant-community: CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec, Compliance/Audit…
CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec, Compliance/Audit Management, Privacy and supporting +100 frameworks worldwide with auto-mapping: NIST CSF, ISO 27001, SOC2, CIS, PC...
Potato - A Lightweight Tool for Debugging and Testing Python Code
https://www.reddit.com/r/Python/comments/1huiq1y/potato_a_lightweight_tool_for_debugging_and/
https://www.reddit.com/r/Python/comments/1huiq1y/potato_a_lightweight_tool_for_debugging_and/
Reddit
From the Python community on Reddit: Potato - A Lightweight Tool for Debugging and Testing Python Code
Explore this post and more from the Python community
⚡1
Significant-Gravitas / AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://github.com/Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://github.com/Significant-Gravitas/AutoGPT
GitHub
GitHub - Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission…
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. - Significant-Gravitas/AutoGPT
Python: fuss-free use of Homebrew libraries for package dependencies
Some Python packages require native libraries to be installed on your system when you install ...
https://adamj.eu/tech/2025/01/10/python-homebrew-libraries/
Some Python packages require native libraries to be installed on your system when you install ...
https://adamj.eu/tech/2025/01/10/python-homebrew-libraries/
adamj.eu
Python: fuss-free use of Homebrew libraries for package dependencies - Adam Johnson
Some Python packages require native libraries to be installed on your system when you install them. For example, mysqlclient requires libssl and libcrypto. If those libraries are missing at install time, clang, the C compiler, fails with a message like:
Yes, you should use a Python venv in a container like docker
SummaryWhile it's perfectly workable to not use a venv in a container like a Docker image, you ...
https://www.bitecode.dev/p/yes-you-should-use-a-python-venv
SummaryWhile it's perfectly workable to not use a venv in a container like a Docker image, you ...
https://www.bitecode.dev/p/yes-you-should-use-a-python-venv
www.bitecode.dev
Yes, you should use a Python venv in a container like docker
Brought to you by "/r/python answers are so bad I had to write this"
How to debug Python code in Visual Studio Code
https://www.qodo.ai/blog/tutorial-how-to-debug-python-code-in-visual-studio-code/
https://www.qodo.ai/blog/tutorial-how-to-debug-python-code-in-visual-studio-code/
Qodo
Tutorial: How to Debug Python code in Visual Studio Code - Qodo
Learn to debug Python in VS Code with breakpoints, real-time tracking, and advanced techniques for seamless coding.
Why is hash(-1) == hash(-2) in Python?
https://omairmajid.com/posts/2021-07-16-why-is-hash-in-python/
https://omairmajid.com/posts/2021-07-16-why-is-hash-in-python/
Omairmajid
Why is hash(-1) == hash(-2) in Python?
While browsing Reddit the other day waiting for my code to compile , I ran across this question on r/Python:
is hash(-1) == hash(-2) an easter egg? Wait, is that really true?
$ python Python 3.9.6 (default, Jun 29 2021, 00:00:00) [GCC 11.1.1 20210531 (Red…
is hash(-1) == hash(-2) an easter egg? Wait, is that really true?
$ python Python 3.9.6 (default, Jun 29 2021, 00:00:00) [GCC 11.1.1 20210531 (Red…