2 633
Subscribers
+424 hours
+47 days
+5730 days
Posts Archive
2 632
How I Built a Full-Stack AI App in 5 Hours (Agents, Streamlit, Python & More)
https://www.youtube.com/watch?v=qX3Dq8p7x0Y
2 632
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/
2 632
Python in DevOps: My Favorite Tools
https://www.reddit.com/r/Python/comments/1hxjv2o/python_in_devops_my_favorite_tools/
2 632
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/
2 632
Run Python in the Browser Effortlessly
https://kai.bi/post/run-python-programs-easily-in-the-browser
2 632
Python Concurrency: Threads, Processes, and Asyncio Explained
https://newvick.com/python-concurrency/
2 632
Why is hash(-1) == hash(-2) in Python?
https://omairmajid.com/posts/2021-07-16-why-is-hash-in-python/
2 632
How to debug Python code in Visual Studio Code
https://www.qodo.ai/blog/tutorial-how-to-debug-python-code-in-visual-studio-code/
2 632
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
2 632
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/
2 632
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
2 632
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/
2 632
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
2 632
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
2 632
awslabs / multi-agent-orchestrator
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
https://github.com/awslabs/multi-agent-orchestrator
2 632
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
2 632
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/
