en
Feedback
PythonHub

PythonHub

Open in Telegram

News & links about Python programming. https://pythonhub.dev/

Show more
2 633
Subscribers
+424 hours
+47 days
+5730 days
Posts Archive
How I Built a Full-Stack AI App in 5 Hours (Agents, Streamlit, Python & More) https://www.youtube.com/watch?v=qX3Dq8p7x0Y

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning StreamSpeech is an "All in One" seamless model for over 8 tasks of offline and simultaneous speech recognition, speech translation and speech synthesis. https://ictnlp.github.io/StreamSpeech-site/

Getting Started Contributing to Django Django is a massive code base, and it’s been around for a very long time. There are some ... https://www.better-simple.com/django/2024/12/25/getting-started-contributing-django/

Python Concurrency: Threads, Processes, and Asyncio Explained https://newvick.com/python-concurrency/

Symbolic Execution by Overloading `__bool__` https://www.philipzucker.com/overload_bool/

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

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/

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

Python Hub Weekly Digest for 2025-01-12 https://pythonhub.dev/digest/2025-01-12/

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/

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

Python Hub Weekly Digest for 2025-01-05 https://pythonhub.dev/digest/2025-01-05/

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

awslabs / multi-agent-orchestrator Flexible and powerful framework for managing multiple AI agents and handling complex conversations https://github.com/awslabs/multi-agent-orchestrator

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

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/