<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Yoo趣儿 - Python</title>
    <link>https://yooqur.com/forum/47/1</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) Yoo趣儿</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Jul 2026 09:53:03 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://yooqur.com/static/image/common/logo_88_31.gif</url>
      <title>Yoo趣儿</title>
      <link>https://yooqur.com/</link>
    </image>
    <item>
      <title>哪位朋友帮忙用 mac 测试下我的 Python 脚本</title>
      <link>https://yooqur.com/thread/731291-1.html</link>
      <description><![CDATA[把输出贴给我
如果有异常，如果能附带帮忙 fix 更好
import signal
import subprocess
from typing import OrderedDict
APP_NAME = \&quot;Hello\&quot;
class CalledProcessError(subprocess.CalledProcessError):
    \&quot;\&quot;\&quot;
    `subprocess.CalledProcessError` does not print `st]]></description>
      <category>Python</category>
      <author>gosky</author>
      <pubDate>Fri, 10 Jul 2026 09:31:24 +0000</pubDate>
    </item>
    <item>
      <title>为什么这段 cuda 的并行前缀算法不会数据竞争</title>
      <link>https://yooqur.com/thread/730611-1.html</link>
      <description><![CDATA[比如在 iter=1 这一轮的时候，同时会写入和读取 sum_buf[1]
naive_ker = SourceModule(\&quot;\&quot;\&quot; 
                         __global__ void naive_prefix(double *vec, double *out) 
                         {  
                             __shared__ double sum_buf ...]]></description>
      <category>Python</category>
      <author>rungo</author>
      <pubDate>Sun, 05 Jul 2026 15:55:32 +0000</pubDate>
    </item>
    <item>
      <title>怎么搞定纯 Python 代码解码 jpg 图片，要求无外部依赖</title>
      <link>https://yooqur.com/thread/730284-1.html</link>
      <description><![CDATA[这样的，我想用 tkinter 写一个无外部依赖的 GUI 程序
但发现 python 不原生支持 jpg
再三考虑，想到一个办法
网上找一段纯 python 代码（无依赖），插入到项目中
注意有个前提，可以接受牺牲图片的部分质量
网上确实有这样的代码，大概几百行
问题是网上的代码，只能成 ...]]></description>
      <category>Python</category>
      <author>teli</author>
      <pubDate>Thu, 02 Jul 2026 15:22:48 +0000</pubDate>
    </item>
    <item>
      <title>有准确绘制缠论中枢的 Python 代码借鉴么</title>
      <link>https://yooqur.com/thread/724277-1.html</link>
      <description><![CDATA[找了好多都不是很准]]></description>
      <category>Python</category>
      <author>admirez</author>
      <pubDate>Thu, 30 Apr 2026 01:22:49 +0000</pubDate>
    </item>
    <item>
      <title>做了一个面向张量计算的语言，可从 Python 调用，支持显式索引和自动求导</title>
      <link>https://yooqur.com/thread/722918-1.html</link>
      <description><![CDATA[最近一直在做一个小项目Einlang，出发点主要是希望代码本身像数学公式一样直观（但是要够精准无歧义，不需要动脑）。希望下面这几点

[*]张量怎么按索引算
[*]哪里要求和
[*]对谁求导

都直接体现在代码里。
比如平时常见的写法可能是这样：
np.einsum(\&quot;ik,kj-&gt;ij\&quot;, A,  ...]]></description>
      <category>Python</category>
      <author>bowenfu</author>
      <pubDate>Wed, 22 Apr 2026 14:10:27 +0000</pubDate>
    </item>
    <item>
      <title>把电脑伪装成电视，用 DLNA 投屏拿到视频号直播流地址</title>
      <link>https://yooqur.com/thread/721942-1.html</link>
      <description><![CDATA[最近想把视频号的一些直播存下来，搜了一圈发现这事居然这么麻烦 —— 要么挂代理抓包装证书，要么上逆向 Hook 微信进程，总之没一个省心的。
后来突然想到一个事：微信投屏到电视不是用的 DLNA 吗？那电视能拿到直播流地址，我电脑装个假电视不就行了？
试了一下，还真 ...]]></description>
      <category>Python</category>
      <author>Junian</author>
      <pubDate>Wed, 15 Apr 2026 08:56:26 +0000</pubDate>
    </item>
    <item>
      <title>话说阿里巴巴国际站的联系信息是怎么获取的。</title>
      <link>https://yooqur.com/thread/720624-1.html</link>
      <description><![CDATA[用过一款工具，好像可以直接爬取到联系人号码，是什么原理。]]></description>
      <category>Python</category>
      <author>cccn</author>
      <pubDate>Tue, 07 Apr 2026 03:08:32 +0000</pubDate>
    </item>
    <item>
      <title>上海 Python 开发岗 18K 到 23K，要求 5 年经验左右。</title>
      <link>https://yooqur.com/thread/720475-1.html</link>
      <description><![CDATA[上海 Python 开发岗 18K 到 23K ，要求 5 年经验左右。]]></description>
      <category>Python</category>
      <author>SocratesQ</author>
      <pubDate>Sun, 05 Apr 2026 14:46:01 +0000</pubDate>
    </item>
    <item>
      <title>发现 Python 一个有意思的小特性，发现很合适搞成面试题。问了 AI 都不行:)，欢迎来挑战~</title>
      <link>https://yooqur.com/thread/719687-1.html</link>
      <description><![CDATA[已知如下 python 代码文件（已经是全部内容）：
def foo():
    print(\&quot;start\&quot;)
    xxxxxx
    print(\&quot;end\&quot;)
if __name__ == \&quot;__main__\&quot;:   
    print(\&quot;1111\&quot;)  
    foo()
    print(\&quot;2222\&quot;)
问题：请将 xxxxx 替换为一行 python 代码，使这个 python 文件执行后最终 ...]]></description>
      <category>Python</category>
      <author>xFrank</author>
      <pubDate>Wed, 01 Apr 2026 06:04:58 +0000</pubDate>
    </item>
    <item>
      <title>创造了 uv 的 Astral 公司被 OpenAI 收购</title>
      <link>https://yooqur.com/thread/718803-1.html</link>
      <description><![CDATA[Astral 方面的公告: https://astral.sh/blog/openai
OpenAI 方面的公告: https://openai.com/index/openai-to-acquire-astral/]]></description>
      <category>Python</category>
      <author>GPLer</author>
      <pubDate>Thu, 19 Mar 2026 15:55:45 +0000</pubDate>
    </item>
    <item>
      <title>慎用 PyCharm Remote Development 功能</title>
      <link>https://yooqur.com/thread/718774-1.html</link>
      <description><![CDATA[最近被 PyCharm 的 Remote Development 功能折磨的欲仙欲死， 经常断开后无法再次连接
具体表现为服务器上的 PyCharm 已经在线了，JetBrains Gateway 也已经工作了， 但是 PyCharm 窗口起不来， 在 Windows 上是 Gateway 图标在状态栏显示了，PyCharm 窗口就是不出来。
 ...]]></description>
      <category>Python</category>
      <author>Deteriorator</author>
      <pubDate>Thu, 19 Mar 2026 13:01:11 +0000</pubDate>
    </item>
    <item>
      <title>Python 3.15 JIT 的最新进展，已经有大概 5%的性能提升了</title>
      <link>https://yooqur.com/thread/718485-1.html</link>
      <description><![CDATA[参考： https://fidget-spinner.github.io/posts/jit-on-track.html]]></description>
      <category>Python</category>
      <author>zxccv1876</author>
      <pubDate>Wed, 18 Mar 2026 07:46:10 +0000</pubDate>
    </item>
    <item>
      <title>[开源] 做了个 feishu-docx，把飞书知识库变成 AI 更容易读写和管理的内容源，方便给 Agent 用</title>
      <link>https://yooqur.com/thread/718307-1.html</link>
      <description><![CDATA[最近做了个小工具：feishu-docx
GitHub：
https://github.com/leemysw/feishu-docx
现在很多团队文档都在飞书里，但不管是自己写脚本，还是给 Claude / Codex / Cursor 这类 AI Agent 用，飞书内容都不太好直接接入。
于是就做了这个工具，目标很明确：
把飞书知识库变 ...]]></description>
      <category>Python</category>
      <author>leemysw</author>
      <pubDate>Tue, 17 Mar 2026 08:56:46 +0000</pubDate>
    </item>
    <item>
      <title>我用免费 A 股数据做了几个工具，欢迎一起开源！</title>
      <link>https://yooqur.com/thread/717144-1.html</link>
      <description><![CDATA[大家好！
之前分享了 finshare（免费 A 股数据库），最近用它做了几个小工具，今天分享下。
3 分钟做一个行情看板
pip install finshare streamlit plotly
import streamlit as st
import finshare as fs
st.title(\&quot;📈 实时行情\&quot;)
stocks = [\'000001.SZ\', \'600519.SH\',  ...]]></description>
      <category>Python</category>
      <author>sunfinv</author>
      <pubDate>Tue, 10 Mar 2026 16:01:24 +0000</pubDate>
    </item>
    <item>
      <title>分享一个完全免费的中国 A 股数据获取库</title>
      <link>https://yooqur.com/thread/717053-1.html</link>
      <description><![CDATA[大家好！今天想分享一个我开源的金融数据获取库 finshare ，完全免费，无需 API
Key 。
GitHub: https://github.com/finvfamily/finshare
finshare 源于我的项目： https://meepoquant.com/
特性：

[*]完全免费：无需 API Key ，无调用次数限制
[*]多数据源：东方财富 ...]]></description>
      <category>Python</category>
      <author>sunfinv</author>
      <pubDate>Tue, 10 Mar 2026 08:21:26 +0000</pubDate>
    </item>
    <item>
      <title>2026 量化回测用到的实时外汇、股票、期货 API 汇总</title>
      <link>https://yooqur.com/thread/715491-1.html</link>
      <description><![CDATA[在量化交易的世界里，“数据是基石，速度是命脉”，尤其是在 2026 年，随着量化策略向高频化、多资产化升级，实时外汇、股票、期货 API 的选择，直接决定了回测结果的准确性、策略落地的可行性，甚至是交易收益的上限。对于量化开发者、机构投资者而言，一款优质的 API  ...]]></description>
      <category>Python</category>
      <author>StockFx</author>
      <pubDate>Sun, 01 Mar 2026 15:56:18 +0000</pubDate>
    </item>
    <item>
      <title>[开源] pyruns - 给 Python 脚本加个 Web UI，管理批量实验任务</title>
      <link>https://yooqur.com/thread/715451-1.html</link>
      <description><![CDATA[解决什么问题？
做机器学习调参时：

[*]写 Bash 循环脚本繁琐
[*]日志混在一起难定位
[*]难以管理记录运行过的命令
[*]参数和结果难对应

pyruns 做了什么？
给 python 脚本加个浏览器界面，可视化管理实验任务
核心特性：

[*]🔌 零改动接入 - 自动解析 argparse，生 ...]]></description>
      <category>Python</category>
      <author>lanshiL3C</author>
      <pubDate>Sun, 01 Mar 2026 12:27:29 +0000</pubDate>
    </item>
    <item>
      <title>2026 股票 API 对比：如何获取精准、及时的 IPO 数据</title>
      <link>https://yooqur.com/thread/713034-1.html</link>
      <description><![CDATA[最近在做一个跟踪全球新股上市的项目，需要实时获取即将和近期 IPO 的公司信息。作为码农，我需要的是全球市场（尤其 A 股、港股、美股）的精准 IPO 信息，包括公司名、代码、上市日期、发行价、中签时间等，我试了一圈主流金融数据 API ，分享一下真实的对接体验和避坑 ...]]></description>
      <category>Python</category>
      <author>StockFx</author>
      <pubDate>Sun, 25 Jan 2026 15:21:40 +0000</pubDate>
    </item>
    <item>
      <title>在 Python 中复现 Race Condition</title>
      <link>https://yooqur.com/thread/712846-1.html</link>
      <description><![CDATA[https://blog.singee.me/2026/01/24/2f2f4bee3ed7809a98f1c7fe6bbd1c36/]]></description>
      <category>Python</category>
      <author>SingeeKing</author>
      <pubDate>Sat, 24 Jan 2026 10:41:33 +0000</pubDate>
    </item>
    <item>
      <title>LLM 能否将 Python Pandas/Polars 代码转换为 SQ</title>
      <link>https://yooqur.com/thread/712799-1.html</link>
      <description><![CDATA[LLM 能否将 Python Pandas/Polars 代码转换为 SQL]]></description>
      <category>Python</category>
      <author>Honghe</author>
      <pubDate>Sat, 24 Jan 2026 06:00:39 +0000</pubDate>
    </item>
  </channel>
</rss>