ClericPy's repos on GitHub
Python · 186 人关注
ichrome
Chrome controller for Humans, based on Chrome Devtools Protocol(CDP) and python3.7+.
Python · 87 人关注
EC-Spider
Obsolete 已废弃.
Python · 60 人关注
Spider_on_Tianmao_and_Taobao
已废弃。 Spiders on Tianmao Taobao JingDong。停止更新
Python · 47 人关注
zipapps
Package your python code into an executable zip file (with the requirements). Based on pure python zipapp, for Python3.6+.
Python · 43 人关注
newspaper
Python Newspaper Timeline
Python · 23 人关注
torequests
Async wrapper for requests / aiohttp, and some crawler toolkits. Let synchronization code enjoy the performance of asynchronous programming.
Python · 14 人关注
nuitka_simple_gui
A simple GUI app of nuitka
Python · 12 人关注
watchdogs
Keep an eye on the change of web world, everything can be RSS.
Python · 8 人关注
pyinstallerui
Interactive command line toolkit for pyinstaller, venv manager. Reducing size of pyinstaller exe files.
Python · 7 人关注
uniparser
Provides a general low-code parsing solution.
Python · 6 人关注
somethings
Some toolkits for personal use, not for anyone others.
Python · 4 人关注
Autohotkey-to-Python
run autohotkey code in python with autohotkey.dll
Python · 2 人关注
distribute-python-on-windows
Telling how to distribute python app on win32 platform. Python3.6+
Python · 2 人关注
win_nonsense_services
Windows 非核心服务优化工具
Python · 1 人关注
shiv-package-tutorial
Show how to shiv your product into one-file for distribution. Deprecated, use zipapps instead
Python · 1 人关注
zirooms
自如扫房打分脚本, 之前自用的, 写了一晚上估计有些bug, 一年内不维护, 估计也没什么人用的上
HTML · 0 人关注
1glimpse
1glimpse Demo. 已废弃,不弄了
Python · 0 人关注
ask4args
Python-Fire-like, ask for function args by Terminal UI / GUI, ensuring the type annotation.
HTML · 0 人关注
blog
开个博
0 人关注
ClericPy
Config files for my GitHub profile.
Python · 0 人关注
frequency_controller
Setting a limitation for usage frequency
Python · 0 人关注
mypy-obsoleted
python工具演示。目前仅限python_articles(python 文章列表)一项。
Python · 0 人关注
OnWebChange
Watchdog for web change, everything can be RSS. Move to new product https://github.com/ClericPy/watchdogs
Python · 0 人关注
pyld
存储所有平时的练习代码。已废
Python · 0 人关注
python-snippet
Python code-snippets for reusing. Slicer, logger, progressbar, counter, tracer, argv saver, and so on. 常用的 Python 代码片段,包括切片器、简易Logger生成、进度条、计数器、变量暂存器、显示行号+时间的示踪器。
0 人关注
Sarasa-Gothic
Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕
Python · 0 人关注
uvicorn
The lightning-fast ASGI server. 🦄
ClericPy

ClericPy

V2EX 第 135159 号会员,加入于 2015-08-25 23:44:43 +08:00
今日活跃度排名 6958
没人讨论下最近热门的 Codon 和 socketify.py 么
Python  •  ClericPy  •  288 天前  •  最后回复来自 ClericPy
18
终于等到你, 单文件解释器: pyoxy?
Python  •  ClericPy  •  136 天前  •  最后回复来自 ClericPy
10
"如果" UGC 平台提供一个评价按钮: 疑似违规/谣言/营销号
奇思妙想  •  ClericPy  •  2022-05-28 18:04:40 PM  •  最后回复来自 gengchun
10
(安卓) 微信的勿扰模式去哪了, 最近一次更新以后找不到了
微信  •  ClericPy  •  2022-01-21 11:44:07 AM  •  最后回复来自 SZP1206
5
雪中悍刀行电视剧感觉还可以, 也算用心拍
分享发现  •  ClericPy  •  2021-12-16 20:58:16 PM  •  最后回复来自 ClericPy
22
ClericPy 最近回复了
17 小时 7 分钟前
回复了 xuld 创建的主题 程序员 我在全职开发新编程语言,寻找对语言设计有想法的同学
看这几个目标, 不像是开发新语言, 反而像是开发低代码, 或者折腾个解释型语言配合 Snippet/copilot 之类的...

跟我见过的那几个语言之父目标完全无关啊, 这几个目标反而像产品经理考虑的东西..
9 天前
回复了 LSB 创建的主题 健康 你是什么时候意识到健康重要性的?
昨天刚看到一个理论: 34 岁开始断崖式...
就现在的生育率... 感觉不太保险啊
23 天前
回复了 wesleyqiu 创建的主题 Python 孩子学编程是不是首选 C++
"现在网上很多说法"?

我是跟不上潮流了么. 话说不学计算机只学编程, 除了增强逻辑能力, 还有啥好处么, 高考?

根本看不懂你让孩子学这东西的目标, 怎么给建议啊
24 天前
回复了 hsfzxjy 创建的主题 程序员 Github 新首页就是一坨屎
一晚上没上怎么这样了... 还好之前爬虫爬的自己状态接口 private.atom 没变, 有啥提醒依然能爬到
24 天前
回复了 wizardyhnr 创建的主题 Python 摸脚店(Mojo)本地开业了
想起 nim 了, 还有好几个类似的. 反正可以追新, 但没大厂背书的就别急
27 天前
回复了 blueboyggh 创建的主题 Python Python 如何提取两个字符串中的相同部分?
使用 Python 提取两个字符串中长度超过 4 个字符的公共子串. 问了俩 gpt 类的答案都是遍历.
先抄答案实现一个试试, 性能不够再考虑 KMP 或者 trie 树优化, 还有那种带缓存的递归优化优化
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   734 人在线   最高记录 6067   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 22:06 · PVG 06:06 · LAX 15:06 · JFK 18:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.