ho provato a vedere un po flask e se ho capito bene dovrebbe bastare uno
script sulla macchina linux fatto cosi:
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
temp=get_valute_to_return()
return temp
if __name__ == '__main__':
app.run()
e dai vari server windows fare una chiamata http.
giusto?
Il giorno 21 settembre 2012 13:22, Daniele Varrazzo <[email protected]> ha
scritto:
> On 2012-09-21 12:03, Balan Victor wrote:
>
>> qualche esempio in python dove posso leggere c'รจ l'hai?
>>
>
> Dai un'occhiata a qualche micro-framework web, tipo werkzeug o flask.
>
>
>
> --
> Daniele Varrazzo - Develer S.r.l.
> http://www.develer.com
> ______________________________**_________________
> Python mailing list
> [email protected]
> http://lists.python.it/**mailman/listinfo/python<http://lists.python.it/mailman/listinfo/python>
>
_______________________________________________
Python mailing list
[email protected]
http://lists.python.it/mailman/listinfo/python