由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Python版 - 用Python从Yahoo Finance下载stock quote
相关主题
在用 matplotlib 画多条曲线时,如何选择在一个colormap中最“等距”的颜色Question about this python error.
Re: python .pyw问题请教An easter egg in Python :)
python程序运行速度的问题 (转载)精华区里新加了很多东西
└ Re: python程序运行速度的问题python有好的免费Linux IDE么?
Is it possible to use c++ objects from python code?新人报道,请问各位大牛如何开始学习python?
└ Re: Is it possible to use c++ objects from python code?决定现在开始好好学学python
├ Re: Is it possible to use c++ objects from python code?Google I/O 2008 - Painless Python
└ Re: Re: Is it possible to use c++ objects from python co面试题的Python实现
相关话题的讨论汇总
话题: finance话题: python话题: yahoo话题: 开源话题: gnu
1 (共1页)
p**z
发帖数: 65
1
最简单是使用开源的 ystockquote。
https://github.com/cgoldberg/ystockquote
它用的是 urllib,其源代码也很简单,全文都贴在这里了:
http://goldb.org/ystockquote.html
D*****l
发帖数: 554
2
Thank you.
y*******7
发帖数: 219
3
这个是免费的吗? 怎么还有License: GNU LGPLv2+
p**z
发帖数: 65
4
是的,它是免费开源的。但是免费开源的软件也有很多种不同的license language,比
如有的会要求如果你使用它的源代码,你的软件也必须是免费开源的。
我的理解是GNU LGPL是非常自由的,它甚至允许你使用其代码开发商业应用(可以不开
源,可以卖钱)。具体请见下面的链接。
http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License

【在 y*******7 的大作中提到】
: 这个是免费的吗? 怎么还有License: GNU LGPLv2+
p**z
发帖数: 65
5
最简单是使用开源的 ystockquote。
https://github.com/cgoldberg/ystockquote
它用的是 urllib,其源代码也很简单,全文都贴在这里了:
http://goldb.org/ystockquote.html
D*****l
发帖数: 554
6
Thank you.
y*******7
发帖数: 219
7
这个是免费的吗? 怎么还有License: GNU LGPLv2+
p**z
发帖数: 65
8
是的,它是免费开源的。但是免费开源的软件也有很多种不同的license language,比
如有的会要求如果你使用它的源代码,你的软件也必须是免费开源的。
我的理解是GNU LGPL是非常自由的,它甚至允许你使用其代码开发商业应用(可以不开
源,可以卖钱)。具体请见下面的链接。
http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License

【在 y*******7 的大作中提到】
: 这个是免费的吗? 怎么还有License: GNU LGPLv2+
1 (共1页)
相关主题
面试题的Python实现Is it possible to use c++ objects from python code?
sec and python└ Re: Is it possible to use c++ objects from python code?
One question about import exe result to python script├ Re: Is it possible to use c++ objects from python code?
关于初学python的版本└ Re: Re: Is it possible to use c++ objects from python co
在用 matplotlib 画多条曲线时,如何选择在一个colormap中最“等距”的颜色Question about this python error.
Re: python .pyw问题请教An easter egg in Python :)
python程序运行速度的问题 (转载)精华区里新加了很多东西
└ Re: python程序运行速度的问题python有好的免费Linux IDE么?
相关话题的讨论汇总
话题: finance话题: python话题: yahoo话题: 开源话题: gnu