Re: [Python] Articoli su Python 2-3

2016-11-28 Per discussione Marco Beri
Il 28 nov 2016 8:57 PM, "Carlo Miron"  ha scritto:
>
> > On Saturday, November 26, 2016 5:54:03 PM CET Marco Beri wrote:
> >> Ma non è un deficiente:
> >> https://en.m.wikipedia.org/wiki/Zed_Shaw
>
> Mark, ti ricordi vero chi era il pelato sul ring di Rubyconf[¹]?

Certo che sì! Preconversione.

Ciao.
Marco.
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Articoli su Python 2-3

2016-11-28 Per discussione Carlo Miron
> On Saturday, November 26, 2016 5:54:03 PM CET Marco Beri wrote:
>> Ma non è un deficiente:
>> https://en.m.wikipedia.org/wiki/Zed_Shaw

Mark, ti ricordi vero chi era il pelato sul ring di Rubyconf[¹]?

On Mon, Nov 28, 2016 at 7:54 PM, Daniele Tricoli  wrote:

> Io ammiro molto di più Armin Ronacher:
> http://lucumr.pocoo.org/2016/11/5/be-careful-about-what-you-dislike/
> :)

Chissà se nel frattempo ha fatto pace con le maniglie[²].

[¹]: 
[²]: 

Cheers,
㎝

-- 
|:**THE BEER-WARE LICENSE** *(Revision 42)*:
|  wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
|--Carlo Miron :
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Articoli su Python 2-3

2016-11-28 Per discussione Daniele Tricoli
On Saturday, November 26, 2016 5:54:03 PM CET Marco Beri wrote:
> Ma non è un deficiente:
> https://en.m.wikipedia.org/wiki/Zed_Shaw

Io ammiro molto di più Armin Ronacher:

http://lucumr.pocoo.org/2016/11/5/be-careful-about-what-you-dislike/

:)

-- 
 Daniele Tricoli 'eriol'
 https://mornie.org
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Mi sono imbattuto per caso in questo link

2016-11-28 Per discussione Francesco Pischedda
Il giorno 28 novembre 2016 15:34, Davide Olianas 
ha scritto:

>
> >
> > io non metterei neanche html puro su aruba.
> >
>
> Io che ho html statico sono su Aruba per ignoranza...consigli?
>
GitHub pages [1] potrebbe essere una buona alternativa per hosting di file
statici, anche S3 può essere una buona soluzione

[1] https://pages.github.com/

>
> ___
> Python mailing list
> Python@lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
>


-- 
"Unix IS user friendly. It's just selective about who its friend are"

"Nevertheless I still think it’s a bad idea to make things harder for
ourselves if we can avoid it."

"C is quirky, flawed, and an enormous success."
   -- Dennis Ritchie

"Shipping is a feature. A really important feature. Your product must have
it."

"La gatta frettolosa ha fatto i gattini ciechi"
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Mi sono imbattuto per caso in questo link

2016-11-28 Per discussione Davide Olianas

>
> io non metterei neanche html puro su aruba.
>
Io che ho html statico sono su Aruba per ignoranza...consigli?
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Mi sono imbattuto per caso in questo link

2016-11-28 Per discussione Gollum1
Il 27 novembre 2016 21:02:28 CET, Carlos Catucci  ha 
scritto:
>
>Questo e' giusto ma spiegalo alle centinaia di migliaia di "utenti"
>che "io ho il sito su Aruba"
>

Io ho il sito su Aruba... Ed è pure in PHP... E tra i vari PHP è pure 
WordPress...

Ma è lì in attesa... Infatti è tutto fermo da parecchio tempo... Appena riesco 
ad organizzarmi acquisto il tutto compreso di Giovanni... E mi rifaccio il sito 
in genropy... 

-- 
Gollum1
Teoro, dov'è il mio teoro...

Inviato dal mio dispositivo Android con K-9 Mail. Perdonate la brevità e gli 
errori (maledetto correttore ortografico).
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Mi sono imbattuto per caso in questo link

2016-11-28 Per discussione Andrea D'Amore
2016-11-27 19:13 GMT+01:00 salvatore monaco :
> Un linguaggio interpretato che esegue un altro linguaggio interpretato

Non c'è niente di male, PyPy è un progetto con un sacco di attività e
ben visto nella comunità.

Semmai il punto è che inseguire il cheap hosting non è uno scopo
interessante, e che il progetto sembra uno "one-man show" con poche
risorse. Il fatto di aver scelto sf come hosting per il progetto
inoltre non aiuta a dare una buona immagine.

> Ci sono le società che fanno hosting django(la mia) e non sono così care,
> fare una porcata per poter metter su aruba django/python

Ipotizzando che abbia già portato tutto a PHP, VM e libreria standard
(parte della quale è ancora in C), ma tu ci faresti girare qualcosa
con una minima richiesta di affidabilità?

Ci sono anche servizi come pythonanywhere e webfaction (a parte i vari
PaaS Heroku, App Engine, Red Hat Comesichiama Edition), il primo in
particolare è di una semplicità e comodità disarmante per i progetti
python.


-- 
Andrea
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Button all'interno di un for

2016-11-28 Per discussione Strap Lab
2016-11-25 18:29 GMT+01:00 Michele TOMAIUOLO :

> Ottimo!
>
>
> In ogni caso, aggiungere alle lambda parametri con valori di default è una
> tecnica ben nota ;-)
>
>
> http://www.pythondoeswhat.com/2012/11/lambda-default-parameters.html
>
>
> https://docs.python.org/3/faq/programming.html#why-do-
> lambdas-defined-in-a-loop-with-different-values-all-return-the-same-result
>
> Strano che non funzioni... Ho eseguito il codice con Python 2.7 e 3.5
> senza problemi.
>
>
Si` non funzionava perche` mi mancava un pezzo :-)
Non avevo notato il `n=numero` nella lambda, che e` la chiave della closure.
Quindi, bravo, bella soluzione, non ci avevo pensato :-)

Ho trovato tra i miei link
http://www.datadependence.com/2016/04/how-to-build-gui-in-python-3/ giusto
per avere un approccio object oriented e - dipende dal contesto - piu`
ordinato.

Sani
Strap
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python