Hi I'm trying to get live data from stock using python , is it

Thomas Jollans tjol at tjol.eu
Tue Sep 4 02:39:54 EDT 2018


On 2018-09-04 18:22, alon.najman at gmail.com wrote:
> On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon.... at gmail.com wrote:
>> Hi ,
>> for example:
>> I want to know if AAPL is more than value 300 and if it does I want it to
send to me mail with gmail :) . thanks for the help..

Of course it's possible. The standard library includes facilities modules for
interacting with web services, modules for writing emails, and everything else
you'll need.

>
> im using python 2.7
>

Please use Python 3, especially if you're new to Python. Python 2.7 is woefully
 out of date.




More information about the Python-list mailing list