PythonHub
前往频道在 Telegram
2 532
订阅者
-324 小时
无数据7 天
+3230 天
帖子存档
2 532
Running Python Parallel Applications with Sub Interpreters
Python 3.12 introduced a new API for “sub interpreters”, which are a different parallel execution model for Python that provide a nice compromise between the true parallelism of multiprocessing, but with a much faster startup time. This post will explain what a sub interpreter is, why it’s important for parallel code execution in Python and how it compares with other approaches.
https://tonybaloney.github.io/posts/sub-interpreter-web-workers.html
2 532
autometrics-py
Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
https://github.com/autometrics-dev/autometrics-py
2 532
Breezy
A Distributed Version Control System with a Friendly UI.
https://github.com/breezy-team/breezy
2 532
rags
Build ChatGPT over your data, all with natural language.
https://github.com/run-llama/rags
2 532
Python, Asyncio and Footguns
https://ryanc118.medium.com/python-asyncio-and-footguns-8ebdb4409122
2 532
Rust std fs slower than Python
https://xuanwo.io/2023/04-rust-std-fs-slower-than-python/
2 532
LMQL — SQL for Language Models
https://towardsdatascience.com/lmql-sql-for-language-models-d7486d88c541
2 532
Show HN: Python-Type-Challenges, master Python typing with online exercises
https://python-type-challenges.zeabur.app/
2 532
Building a Bootstrap styled form in vanilla Django
In this post, David Smith explores creating a Bootstrap-styled form in vanilla Django without relying on third-party packages. He discusses customizing form widgets, adding CSS classes, and creating a custom field template.
https://smithdc.uk/blog/2023/bootstrap_form_in_vanilla_django
2 532
Subtitle
Open-source subtitle generation for seamless content translation.
https://github.com/innovatorved/subtitle
2 532
ProAgent
From Robotic Process Automation to Agentic Process Automation.
https://github.com/OpenBMB/ProAgent
2 532
langchain-ai / langchain
⚡ Building applications with LLMs through composability ⚡
https://github.com/langchain-ai/langchain
2 532
Untyped Python: The Python That Was
https://lucumr.pocoo.org/2023/12/1/the-python-that-was/
2 532
Intro to Large Language Models
Andrej Karpathy's talk on introduction to Large Language Models covering the core technical component behind systems like ChatGPT, Claude, and Bard. What they are, where they are headed, comparisons and analogies to present-day operating systems, and some of the security-related challenges of this new computing paradigm.
https://www.youtube.com/watch?v=zjkBMFhNj_g
2 532
Spinning Up in Deep RL
An educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning (deep RL).
https://spinningup.openai.com/en/latest/
2 532
edarchimbaud / awesome-systematic-trading
A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
https://github.com/edarchimbaud/awesome-systematic-trading
2 532
sysaidmin
Sysaidmin is a GPT-powered sysadmin for your machine. You can ask it to solve a problem, and it will run commands on your system (with your permission) to debug what's going on.
https://github.com/skorokithakis/sysaidmin/
2 532
Building a small REPL in Python
In a lot of my previous interpreter/compiler projects written in Python I hand-rolled a REPL (read-eval-print-loop). It turns out that Python comes with a bunch of batteries included and this is totally unnecessary—you get a lot of goodies for free. Let’s take a look at how to use them, starting from embedding a normal Python REPL in your project.
https://bernsteinbear.com/blog/simple-python-repl/
2 532
Robot Dad
This is an article about a father who created a chatbot named Robot Dad to answer his son’s questions. The chatbot is able to access and process information from the real world through Google Search. Robot Dad can also be used to translate languages.
https://blog.untrod.com/2023/11/robot-dad.html
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
