ho provato a vedere un po flask e se ho capito bene dovrebbe bastare uno script sulla macchina linux fatto cosi:<div><br></div><div><div>from flask import Flask</div><div>app = Flask(__name__)</div><div><br></div><div>@app.route('/')</div>
<div>def hello_world():</div><div>    temp=get_valute_to_return()</div><div>    return temp</div><div><br></div><div>if __name__ == '__main__':</div><div>    app.run()</div><div><br></div><div>e dai vari server windows fare una chiamata http.</div>
<div><br></div><div>giusto?</div><br><div class="gmail_quote">Il giorno 21 settembre 2012 13:22, Daniele Varrazzo <span dir="ltr"><<a href="mailto:piro@develer.com" target="_blank">piro@develer.com</a>></span> ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2012-09-21 12:03, Balan Victor wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
qualche esempio in python dove posso leggere c'è l'hai?<br>
</blockquote>
<br></div>
Dai un'occhiata a qualche micro-framework web, tipo werkzeug o flask.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
-- <br>
Daniele Varrazzo - Develer S.r.l.<br>
<a href="http://www.develer.com" target="_blank">http://www.develer.com</a><br>
______________________________<u></u>_________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it" target="_blank">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/<u></u>mailman/listinfo/python</a><br>
</div></div></blockquote></div><br></div>