reactive programming use case

2020-03-11 Thread Raf B
hi, 

i am thinking about using RxPy to solve the following problem, and not yet sure 
if its the right tool for the job. 

I am working on a calculation engine, that takes a dataset (or multiple sets) 
and calculates new columns. 

so in pandas terms, it starts as DataFrame, and then i run it through a set of 
calcs. which all add new columns to the frame, and in the end i use those 
columns to check my dataset for things such as minimum % of colA / ColX etc.. 

i was thinking about using reactive programming to: 

* decouple the dataset from running all the calculations
* maybe help in making it more of a observable graph
* combine datasets

but maybe there is a better pattern? 
 
-- 
https://mail.python.org/mailman/listinfo/python-list


◙►Watch FREE Satellite TV on your PC◄◙

2007-07-20 Thread Gary RAF
Instantly Turn your Computer into a Super TV

• Watch all your favorite shows on your Computer  TV!
• Channels you can’t get any other place in the U.S.A!
• Watch from anywhere in the world!
• Save 1000's of $$$ over many years on cable and satellite bills
• INSTANT DOWNLOAD
• And much, much more!

For More Details: http://tv-pc.xt.cx

-- 
http://mail.python.org/mailman/listinfo/python-list

Re: about framework

2007-02-26 Thread raf
On Feb 24, 10:09 pm, [EMAIL PROTECTED] wrote:
 Python has some web framework.I'm not familiar with all of them.
 Do you think which is best popular of  them?Thanks.
 BRBRBR**BR AOL now offers free
 email to everyone.  Find out more about what's free from AOL 
 athttp://www.aol.com.

take a look at http://djangoproject.org



-- 
http://mail.python.org/mailman/listinfo/python-list


Python object to xml biding

2007-02-26 Thread raf
Hi there,


I'm looking for a python to XSD/xml biding library to easy handling
this very large protocol spec I need to tackle. I've searched google
quite extensibly and I haven't found anything that properly fits the
bill... I'm mostly interested at the xml - python and python-xml
marshalling/unmarshalling much like jaxb for java.

Any ideas?

-- 
http://mail.python.org/mailman/listinfo/python-list