metaquant 最近的时间轴更新
metaquant's repos on GitHub
Python · 66 人关注
euler
my solutions for project euler questions with python
Python · 31 人关注
you-gui
a simple GUI internet viedo downloader
Jupyter Notebook · 20 人关注
chinese_data_analysis
An Analysis of the Distribution Law of Word Frequency and Stroke Number in Chinese
Jupyter Notebook · 15 人关注
douban_top250
analysis of douban top250 movies data
Python · 10 人关注
polyomino-solver
a polyomino solver using dancing links algorithm.
JavaScript · 6 人关注
zening
my blog theme with flat UI
Jupyter Notebook · 2 人关注
python-for-beginner-and-finance
《python编程基础与金融领域实战应用》课程示例代码
Jupyter Notebook · 1 人关注
Grand
nothing is more practical than good theory
Julia · 0 人关注
euler-julia
my solutions for euler project with julia lang
Python · 0 人关注
fixincome
Jupyter Notebook · 0 人关注
jupyterlite
Jupyter Notebook · 0 人关注
jupyter_notebook_collections
This is my jupyter notebook collections
CSS · 0 人关注
my-typora-theme
my typora theme
Python · 0 人关注
netEasePic
a netease picture images downloader
Jupyter Notebook · 0 人关注
notebook
my jupter notebooks in daily work
VBA · 0 人关注
project-euler-vba
project euler solutions with excel vba
Python · 0 人关注
sudoku-solver-and-generator
a sudoku solver and generator using excel vba and python(xlwings)
HTML · 0 人关注
webexcel
metaquant

metaquant

V2EX 第 202251 号会员,加入于 2016-11-21 11:05:04 +08:00
今日活跃度排名 21951
根据 metaquant 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
metaquant 最近回复了
21 小时 22 分钟前
回复了 junwind 创建的主题 程序员 你认为的最强编程 AI 工具?
都说 cursor 是最贵的吗?不是 1 个月才 20 美元? codex 和 claude code 应该更贵吧?
示例代码没跑通:

5 manager = get_data_manager()
7 # 获取 K 线数据(只需传入股票代码,无需市场后缀)
----> 8 data = manager.get_kline('000001', start='2024-01-01', end='2024-01-31')
9 print(data.head())

AttributeError: 'DataSourceManager' object has no attribute 'get_kline'
我也是,经常访问不了,用 https://aistudio.google.com/代替了
2022 年 8 月 10 日
回复了 justd 创建的主题 问与答 你的 iPad 用来做什么
最大的用处是当草稿纸
2022 年 8 月 1 日
回复了 wyc9296 创建的主题 Python Python for 循环的效率是这么差么?还是别的什么原因?
这个和 python 循环的效率无关,而是因为 python 中字符串是 immutable 的,每次拼接字符串都会产生复制一个新的字符串变量,开销较大,所以涉及大量字符串拼接时,正确的做法是使用第二和第三种方法中的 join , 所以你可以发现第二和第三种方法的差距很小。
2021 年 12 月 14 日
回复了 metaquant 创建的主题 分享创造 精确覆盖下的数学游戏
@wjploop 是的,我同意你的看法,游戏另外一个重要的侧面就是提供人与人之间交流的机会,对于孩子来说尤其如此。
2021 年 12 月 14 日
回复了 metaquant 创建的主题 分享创造 精确覆盖下的数学游戏
@terence4444 放飞你想象的翅膀:smile:
2021 年 12 月 14 日
回复了 metaquant 创建的主题 分享创造 精确覆盖下的数学游戏
@Mutoo 感觉对人脑来说暴力破解更适用,毕竟不能指望人脑能有计算机的计算能力。
2021 年 12 月 14 日
回复了 metaquant 创建的主题 分享创造 精确覆盖下的数学游戏
@sillydaddy 感谢支持!
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   3812 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 10:32 · PVG 18:32 · LAX 03:32 · JFK 06:32
♥ Do have faith in what you're doing.