Message from Python discussions

November 2018

— So any suggestion halt0x29a , Aeronansh & others ?

— 

You can try this bunch of libraries for working with excel files from python: http://www.python-excel.org

— Please refer some libraries for csv files??

— Hi

— How to give floor of a constant c to a variable

— Ie what does that statement mean ?

— Okay ,will look into this.

— How to create payment page ? Can you send me link?

— I think
C = 1562 #number constant
some_var = float(C)

— But if c=400

— Floor(c) will be 400

— Yeah. Floor rounds a number down. 400 rounded down is 400