[Python] collegamento ssh python

Balan Victor balan.victor0 a gmail.com
Ven 21 Set 2012 15:18:27 CEST


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 <piro a develer.com> 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
> Python a lists.python.it
> http://lists.python.it/**mailman/listinfo/python<http://lists.python.it/mailman/listinfo/python>
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20120921/48ff1f67/attachment.html>


Maggiori informazioni sulla lista Python