Re: [Python] Risolto. Re: Qualcuno usa ipython come interprete?

2024-03-14 Per discussione Carlo Miron
Il giorno gio 14 mar 2024 alle ore 10:32 Gabriele Battaglia ha scritto: > > ...di nuovo, buongiorno a tutti ed a Carlo M in particolare. > > Ho risolto. Grande! > Mancava la libreria pickleshare che, chissà per quale strano motto del > destino, non era stata installata fra le molte dipendenze

Re: [Python] Qualcuno usa ipython come interprete?

2024-03-14 Per discussione Carlo Miron
Ciao Gabriele Il giorno gio 14 mar 2024 alle ore 08:23 Gabriele Battaglia ha scritto: > > Se sì, continuate a leggere please, altrimenti, tuffo doppio carpiato > nel cestino. Uso IPython 8.21.0 su Python 3.12.2 (su linux) > [...] > E' un problema mio? Qui si comporta come previsto ```py

Re: [Python] Domanda su import.

2024-02-20 Per discussione Carlo Miron
Ciao Gabriele Il giorno mar 20 feb 2024 alle ore 13:21 ha scritto: > > Devo usare una libreria abbastanza grossa. Però, non tutto il mio programma > la usa, ma solo una delle sue funzioni e queesta funzione potrebbe essere > chiamata una sola volta, più volte o anche non chiamata affatto. >

Re: [Python] Da intero a stringa in base62.

2022-11-15 Per discussione Carlo Miron
probabilmente ti conviene modificare il test if n<0: n=0 con un if n<=0: return "0" Il giorno mar 15 nov 2022 alle ore 14:06 ha scritto: > > Ciao a tutti. > > Ho questa funzione che scrissi 9 anni fa con l'aiuto di uno di voi della > lista, Federico Figus, che converte un qualsiasi intero in

Re: [Python] Selezionare voci da un dizionario con casualità pesata.

2022-10-03 Per discussione Carlo Miron
Il giorno lun 3 ott 2022 alle ore 14:58 Gabriele Battaglia ha scritto: > > Una curiosità: ma "tupla" è una parola italiana? Che significa? Io, > prima di Python non l'avevo mai sentita. è italiano, anche se credo sia più diffuso il nome "ennupla" https://it.wikipedia.org/wiki/Ennupla --

Re: [Python] Indagine su una variabile.

2022-05-05 Per discussione Carlo Miron
ciao gabriele. hai un esempio minimale che riproduca il problema? Il giorno gio 5 mag 2022 alle ore 16:17 Gabriele Battaglia ha scritto: > > Chiedo venia, so che non si dice così ma non mi viene un termine > migliore, forse inspecting... :) > > > Comunque. > > Ho una variabile dichiarata ad

Re: [Python] brython

2021-05-14 Per discussione Carlo Miron
Il giorno ven 14 mag 2021 alle ore 09:01 Nicola Montecchiari ha scritto: > Grazie, hai reso la mia giornata più luminosa :-) 턞 Always look on the brython side of web 텡 ㎝ -- THE -WARE LICENSE (Revision ㊷): wrote this . As long as you retain this notice you can do whatever you

[Python] test mail, plz ignore

2021-05-14 Per discussione Carlo Miron
 -- THE -WARE LICENSE (Revision ㊷): wrote this . 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  in return. — Carlo ___

Re: [Python] Exercism.io test: Assetion Error

2020-08-22 Per discussione Carlo Miron
Ciao Simone Il giorno sab 22 ago 2020 alle ore 10:13 Simone Giuri ha scritto: > Sto risolvendo alcuni degli esercizi proposti su exercism, ma nonostante in > apparenza i risultati siano corretti, la sessione di test proposta mi > restituisce comunque un assertion error su molti dei test

Re: [Python] Iterare in una lista.

2020-02-13 Per discussione Carlo Miron
Il giorno gio 13 feb 2020 alle ore 16:23 Gabriele Battaglia ha scritto: > > Buona sera. > Se ho una lista che contiene 10 elementi e voglio scrivere un ciclo che > itera dall'elemento 5, arriva alla fine e riprende finendo al 4. > A parte gestire autonomamente l'indice con un algoritmo, esiste

Re: [Python] Lista delle chiavi di un dizionario.

2020-02-04 Per discussione Carlo Miron
Il giorno mar 4 feb 2020 alle ore 11:53 Gabriele Battaglia ha scritto: > > Secondo voi quali sono i vantaggi di questo cambiamento? Intendo, che > proprietà possiede la classe dict_keys più utili di class list? ``` >>> d = {i: f'{i}' for i in range(1_000_000)} >>> sys.getsizeof(d) 41_943_136 >>>

Re: [Python] genere (maschile o femminile) di un nome di persona

2019-08-13 Per discussione Carlo Miron
Il giorno mar 13 ago 2019 alle ore 09:32 Riccardo mancuso ha scritto: > > mi sembra che valga solo per nomi stranieri... No, il [database][] è decisamente multilingua. Vedi il caso "Andrea", che è maschile per l'italia con peso 7, e femminile quasi ovunque altrove. [database]:

Re: [Python] uso di str.format

2018-05-03 Per discussione Carlo Miron
meet some day, and you think this stuff is worth it, | you can buy me a  in return. -- Carlo Miron ___ Python mailing list Python@lists.python.it https://lists.python.it/mailman/listinfo/python

Re: [Python] Da timedelta a data.

2018-03-20 Per discussione Carlo Miron
- | THE -WARE LICENSE (Revision ㊷) | -- | <miron@.it> 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  in return. -- Carlo Miron ___

Re: [Python] ciao sono nuovo, ma si trova la documentazione ?

2018-02-27 Per discussione Carlo Miron
s 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  in return. -- Carlo Miron ___ Python mailing list Python@lists.python.it https://lists.python.it/mailman/listinfo/python

Re: [Python] ciao sono nuovo, ma si trova la documentazione ?

2018-02-27 Per discussione Carlo Miron
<miron@.it> 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  in return. -- Carlo Miron ___ Python mailing list Python@lists.python.it https://lists.python.it/mailman/listinfo/python

Re: [Python] Aiuto

2018-01-26 Per discussione Carlo Miron
2018-01-26 16:35 GMT+01:00 : > Un aiuto > Sto studiando il ciclo: > > for in range (): > Pronti(variabile) > > Ho capito il funzionamento... ma non riesco a compilarlo o meglio a > collegarlo con il seguente esercizio: > > “Scrivere un ciclo che visualizza i

Re: [Python] funziona?

2018-01-25 Per discussione Carlo Miron
2018-01-25 11:07 GMT+01:00 Enrico Bianchi <enrico.bian...@live.com>: > Il 25/01/2018 10:52, Carlo Miron ha scritto: > >> Che è quanto è stato detto anche a me da chi gestisce il DNS. E che >> corrisponde perfettamente a quanto ho letto in diverse fonti >> su

Re: [Python] funziona?

2018-01-25 Per discussione Carlo Miron
2018-01-25 10:26 GMT+01:00 Enrico Bianchi : > Carlo, non voglio essere polemico, ma se la soluzione è impostare > correttamente i record SPF e DMARC del DNS, ovvero mettere mano a > configurazioni (usando anche dei tool appositi, visto che per generare SPF > ci sono una

Re: [Python] funziona?

2018-01-24 Per discussione Carlo Miron
2018-01-24 14:06 GMT+01:00 Enrico Bianchi : > Io l'ho detto tempo addietro, il problema è lato lista a causa di > impostazioni errate di SPF, DKIM e DMARC per il dominio python.it, ma non mi > si vuol dare retta... Certo henryx, ci divertiamo ad ignorarti. E infatti,

Re: [Python] funziona?

2018-01-22 Per discussione Carlo Miron
On Mon, Jan 22, 2018 at 11:01 AM, Remo the Last wrote: > sono iscritto? yep. a me sei finito dritto in spam, ma è la triste realtà di yahoo con le mailing list :-/ > Buongiorno a tutt* Ciao, ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: | wrote this mail.

[Python] Fwd: [Pycon] CFP PyCon 9 ed alcune considerazioni :)

2018-01-05 Per discussione Carlo Miron
Ciao Paitonisti Italici, curiosamente quest'anno abbiamo ricevuto *molte* più proposte in inglese che nel nostro bellissimo idioma. C'è qualcuno in ascolto disposto a correggere questo insopportabile affronto dei Barbari™? Coraggio, non siate timidi, Siore & Siori, c'è tempo fino alla mezzanotte

Re: [Python] Conversione long to hex

2017-11-28 Per discussione Carlo Miron
2017-11-28 17:30 GMT+01:00 Riccardo Magliocchetti : > Il 28/11/2017 17:15, Massimiliano Rosi ha scritto: >> >> Buonasera a tutti, >> >> ho un dubbio riguardo alla conversione di un long verso hex con il metodo >> to_bytes, perché ritorna un risultato decisamente

Re: [Python] Iterare una sequenza

2017-11-26 Per discussione Carlo Miron
On Sun, Nov 26, 2017 at 10:20 AM, Giuseppe Costanzi wrote: > ho una sequenza del tipo > ACTGATCGATTACGTATAGTAGAATTCTATCATACATATATATCGATGCGTTCAT > scorrendola devo trovare una sequenza target GAATTC > ACTGATCGATTACGTATAGTA "GAATTC" TATCATACATATATATCGATGCGTTCAT >

Re: [Python] Ordinamento liste: descrittore cmp.

2017-10-30 Per discussione Carlo Miron
On Mon, Oct 30, 2017 at 2:45 PM, Gabriele Battaglia wrote: > Buon pome. > Nell'help di list.sort, Python 2.7, leggo: > > L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; > cmp(x, y) -> -1, 0, 1 > > Ma cmp, che può assumere -1, 0 o 1 come valori,

Re: [Python] [CGI]

2017-10-03 Per discussione Carlo Miron
2017-10-03 14:58 GMT+02:00 Marzio A. Bonfanti : > Hmmm... Non saprei. Sono già su una VM (di cui ho creato una "gemella" da > ottimizzare per Python, Django, Mezzanine, PostgreSQL..., ma in ufficio non > posso usarla ;) ) Potresti valutare anche [Bottle]. Si tratta di un

Re: [Python] Canale Telegram

2017-09-28 Per discussione Carlo Miron
2017-09-28 14:30 GMT+02:00 Gollum1 : > Il 28 settembre 2017 09:38:30 CEST, Carlos Catucci > ha scritto: >>2017-09-28 9:33 GMT+02:00 Daniele : >>> Questo avviene per definizione su risorse del genere, non è una >>prerogativa

Re: [Python] Canale Telegram

2017-09-27 Per discussione Carlo Miron
2017-09-27 22:48 GMT+02:00 Gollum1 : > L'importante è che non facciate morire la lista, mi sono già iscritto al > canale, proprio questa sera, ma io continuo a preferire la ml Nessuna intenzione, tra. ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: |

Re: [Python] Aiuto inizio insegnamento python nel corso telecomunicazioni

2017-09-27 Per discussione Carlo Miron
2017-09-27 14:12 GMT+02:00 pan.do : > Essenzialmente per ragazzi di terza quarta e quinta di telecamunicazioni che > conoscono appena un po di C. Fico. Di che scuola? ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: | wrote this mail. As long as you retain this |

Re: [Python] Interview per lavoro su python (e django)

2017-09-12 Per discussione Carlo Miron
2017-09-12 12:20 GMT+02:00 Christian Barra : >> On 12 Sep 2017, at 11:27, Giornale di Sistema >> wrote: >> Un dizionario non garantisce MAI un ordine, per quello ci sono gli ordered >> dict. > > Mai dire mai. > In Python 3.6 la cosa e’

Re: [Python] Interview per lavoro su python (e django)

2017-09-07 Per discussione Carlo Miron
2017-09-07 0:58 GMT+02:00 Karim : > 2017-09-06 8:25 GMT+10:00 Riccardo Magliocchetti > : >> >> Nel primo caso per profili junior anni fa chiedevo tra le altre queste >> due: >> - quale linguaggi conosci di più e quanto bene da 1 a 10 >> -

Re: [Python] R: Packt Free Learning of the Day

2017-08-26 Per discussione Carlo Miron
2017-08-26 9:20 GMT+02:00 Carlos Catucci : >> Direi che per tutti, evitando di violare i copyright, ci sono queste >> soluzioni: >> - acquistare l'ebook a prezzo pieno >> - acquistare gli ebook con le promozioni che spesso ci sono, ad esempio >> 5x50, tutto a 5 dollari,

Re: [Python] mezzanine o django cms?

2017-08-16 Per discussione Carlo Miron
2017-08-16 21:27 GMT+02:00 Maurizio Noris : > Il giorno 14 agosto 2017 19:30, Maurizio Noris ha > scritto: >> >> Dovendo realizzare un sito multilingua, è preferibile utilizzare django cms >> o mezzanine? > > ho installato django-cms. >

Re: [Python] mezzanine o django cms?

2017-08-14 Per discussione Carlo Miron
2017-08-14 18:50 GMT+02:00 Maurizio Noris <norismaurizi...@gmail.com>: > 2017-08-14 19:36 GMT+03:00 Carlo Miron <mi...@python.it>: >> >> Perché hai scartato Wagtail? > > non l'ho mai provato sinceramente. Documentandomi in rete mi sembravano più > quotati dja

Re: [Python] mezzanine o django cms?

2017-08-14 Per discussione Carlo Miron
2017-08-14 18:30 GMT+02:00 Maurizio Noris : > Dovendo realizzare un sito multilingua, è preferibile utilizzare django cms o > mezzanine? > Il supporto per il multilingua di mezzanine è stato bene integrato? Perché hai scartato Wagtail? ㎝ -- |:**THE -WARE LICENSE**

Re: [Python] Rispondo per l'ultima volta dal digest, l'ho appena disabilitato

2017-08-10 Per discussione Carlo Miron
2017-08-10 14:36 GMT+02:00 Mirko Benedetti : > Ciao Carlo, come mi ha spiegato Gollum1 in privato il mio account > precedente postava in Html unicamente per cui il mio messaggio non era > proprio visibile, se vuoi ti inoltro il messaggio per capire meglio. > Adesso

Re: [Python] Netiquette su mailing list

2017-08-09 Per discussione Carlo Miron
Ciao Mirko, 2017-08-09 17:12 GMT+02:00 Mirko Benedetti : > nella mia prima email a questo gruppo mi sono reso conto di aver postato in > Html, scusate. > Credo che sia per questo che il contenuto della mia mail è stato rimosso e > linkato a una pagina. Cosa intendi,

Re: [Python] Rivista bimestrale su python

2017-08-05 Per discussione Carlo Miron
2017-08-05 19:49 GMT+02:00 Massimiliano della Rovere : > Quanti di voi sanno dell'esistenza di questa rivista? > http://sprea.it/rivista/14982 > > Io la ho scoperta oggi in edicola! da chi è firmata? ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: |

Re: [Python] {Semi OT] packtpub e libro gratis

2017-07-12 Per discussione Carlo Miron
On Wed, Jul 12, 2017 at 10:22 AM, Massimiliano Modena wrote: > Non ricordo se ho scoperto su questa ML l'esistenza del sito o meno. Ma oggi > c'è in regalo Web Development with Django Cookbook. > > Lo trovate all'indirizzo: > https://www.packtpub.com/packt/offers/free-learning.

[Python] I Video di PyConOtto! (e Altre Cose Interessanti)

2017-06-22 Per discussione Carlo Miron
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] Print con end=""

2017-06-09 Per discussione Carlo Miron
Ciao Gabriele 2017-06-09 23:56 GMT+02:00 Gabriele Battaglia : > Buona sera. > Per impedire l’andata a capo del cursore, dopo aver visualizzato qualcosa in > console con print, da python 2 io facevo così: > senza la __future__ print > > print “Qualcosa”, > print “ qualcos’altro”

Re: [Python] Libro gratis Pakt: Expert Python Programming - Second Edition

2017-06-09 Per discussione Carlo Miron
2017-06-09 15:07 GMT+02:00 Marco Santamaria : > Sfogliando velocemente mi ha colpito la discussione sulle problematiche > legate a mro e super, in particolare la conseguenza che viene tratta a pag. > 90: > > "Multiple inheritance should be avoided". > > Mi pare

Re: [Python] Libro gratis Pakt: Expert Python Programming - Second Edition

2017-06-09 Per discussione Carlo Miron
On Fri, Jun 9, 2017 at 9:55 AM, Massimiliano della Rovere wrote: > https://www.packtpub.com/packt/offers/free-learning Da un rapido skimming ai primi 3 capitoli, sembrerebbe essere utile anche a chi python lo conosce bene. ㎝ -- |:**THE -WARE LICENSE**

Re: [Python] Packages con stesso nome su python3

2017-05-25 Per discussione Carlo Miron
2017-05-25 6:34 GMT+02:00 Marco Beri : > Il 25 mag 2017 05:41, "Karim" ha scritto: > 2017-05-25 9:17 GMT+10:00 Karim : >> >> Sono riuscito a risolvere usando 'imp' anche se e' deprecated. > Rettifico. Non mi funziona. > Il cambio

Re: [Python] Fwd: Preventivo per un Sw Python da realizzare

2017-05-10 Per discussione Carlo Miron
2017-05-10 9:17 GMT+02:00 Giordano Salvadori : > Conoscete per caso qualche programma magari scritto in Python che > "automaticamente" ovviamente inserendo un numero di codice, caratteristiche > varie del progetto tipo le librerie utilizzate, le caratteristiche tipo, > accesso

Re: [Python] Package scomparso da github

2017-05-01 Per discussione Carlo Miron
2017-05-01 14:23 GMT+02:00 Riccardo Magliocchetti : > Il 01/05/2017 13:36, Karim ha scritto: >> 2017-05-01 18:53 GMT+10:00 Riccardo Magliocchetti >> > >: >> >> Forse perchè

Re: [Python] [PyConIT] Follow-up Beginners' Day e CoderDojo

2017-04-14 Per discussione Carlo Miron
2017-04-14 10:17 GMT+02:00 Massimiliano della Rovere : > sarebbe utile avere un sito che mostri su mappa e in versione tabellare > tutte le iniziative di eventi python... magari esiste già e non lo so? http://lmorillas.github.io/python_events/

Re: [Python] python 2-3 e CGI

2017-04-06 Per discussione Carlo Miron
ote 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] Fwd: [Pycon] Aggiornamenti alla Startup Competition ed eventi sociali di PyCon Italia Otto

2017-03-18 Per discussione Carlo Miron
Ancora postumizzato da St. Patrick :P, spero di fare cosa gradita inoltrandovi -- Forwarded message -- From: Date: 2017-03-18 11:32 GMT+01:00 Subject: [Pycon] Aggiornamenti alla Startup Competition ed eventi sociali di PyCon Italia Otto Startup Competition:

[Python] Fwd: [Pycon] Call for Volunteers

2017-03-14 Per discussione Carlo Miron
Ciao, inoltro l'accorato appello del buon Matt. Fatevi sotto! -- Forwarded message -- From: Matteo Benci Date: 2017-03-13 17:08 GMT+01:00 Subject: [Pycon] Call for Volunteers To: Organizzazione Pycon Italia Ciao a tutti, come ogni anno in previsione di PyCon

Re: [Python] Dubbi basilari da neofita.

2017-02-28 Per discussione Carlo Miron
2017-02-28 18:27 GMT+01:00 Alessandro Re : > Giusto per curiosità, come si chiama il software? Suppongo sia . ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: | wrote this mail. As long as you retain this | notice you can do

Re: [Python] REST framework

2017-02-20 Per discussione Carlo Miron
Il 20 feb 2017 20:05, "Marco" ha scritto: Il giorno 20 feb 2017, alle ore 19:07, Manlio Perillo < manlio.peri...@gmail.com> ha scritto: 2017-02-20 19:01 GMT+01:00 bruno bossola : ma gli sviluppatori qui vorrebbero usare un "framework REST" (e vabbe'... )

Re: [Python] Agli speaker di pycon.it ;)

2017-02-03 Per discussione Carlo Miron
2017-02-03 16:04 GMT+01:00 Roberto Polli : > Il 3 febbraio 2017 14:18, Paolo Melchiorre ha scritto: >> controllato, nessun commento, notizie dei risultati delle votazioni ? > > Non sono così addentro ;) > > Con altri stavamo verificando i commenti ed è

Re: [Python] Agli speaker di pycon.it ;)

2017-02-03 Per discussione Carlo Miron
2017-02-03 15:30 GMT+01:00 Francesco Maida <francesco.ma...@gmail.com>: > 2017-02-03 15:23 GMT+01:00 Carlo Miron <mi...@python.it>: >> Quindi il mio training avrebbe avuto 0 voti, secondo te? ~:-/ > Ma fosse per me sarebbe il numero uno! ^_^ Ma avevo il dubbi

Re: [Python] Agli speaker di pycon.it ;)

2017-02-03 Per discussione Carlo Miron
2017-02-03 15:21 GMT+01:00 Francesco Maida : > Io non ho capito se quel numeretto che appariva alla sinistra del talk > proposto indicava il codice del talk oppure il numero di voti che aveva già > preso (insomma, alla uservoice.com) Quindi il mio training avrebbe

Re: [Python] PyNews su CFP, voting, grants e programma!

2017-01-28 Per discussione Carlo Miron
2017-01-28 17:34 GMT+01:00 Francesco Maida : > Ciao, scusa se rompo i maroni ma è normale che sul sito ufficiale di python > non ci sia ancora traccia del PyCon Italia? > Da queste pagine: > > https://www.python.org/events/python-events/?page=2 >

Re: [Python] PyNews su CFP, voting, grants e programma!

2017-01-25 Per discussione Carlo Miron
On Wed, Jan 25, 2017 at 5:43 PM, Francesco Maida wrote: > Scusa ma per curiosità c'è una differenza fra il talk "Plugin Based Chat > Bots in Telegram" ed il talk "Writing Plugin Based Chat Bots in Telegram" ? > Stessa cosa per le versioni italiane: c'è differenza fra

Re: [Python] Blog statico con Pelican, GitHub e TravisCI

2017-01-25 Per discussione Carlo Miron
On Wed, Jan 25, 2017 at 10:37 AM, Marco Beri wrote: > On Wed, Jan 25, 2017 at 10:31 AM, Christian Barra > wrote: >> >> Ho inferito male > > E Nicola ha infierito :-) Nicola o Nikola? ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: |

Re: [Python] Blog statico con Pelican, GitHub e TravisCI

2017-01-24 Per discussione Carlo Miron
l. 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 : ___ Py

Re: [Python] Pycon

2017-01-24 Per discussione Carlo Miron
2017-01-24 21:03 GMT+01:00 Fundor333 : > Il 05/01/2017 16:53, Matteo Benci ha scritto: > No, ma le facciamo ultraveloce :) > > Si potrebbe averle prima della fine della prima fase di prenotazione? Prima > della fine della Early? > Grazie Scusa, te lo volevo mandare qualche

[Python] PyNews su CFP, voting, grants e programma!

2017-01-24 Per discussione Carlo Miron
https://www.pycon.it/it/blog/2017/01/24/pynews-su-cfp-voting-grants-e-programma Dopo il grande successo di PyCon Italia Sette, inauguriamo anche PyCon Italia Otto con un nuovo record: abbiamo avuto un incremento di circa il 50% delle proposte di talk inviate rispetto alla scorsa edizione! Questo

Re: [Python] Crudo o cotto? PyConOtto!

2017-01-11 Per discussione Carlo Miron
2017-01-11 17:31 GMT+01:00 Carlo Miron <mi...@python.it>: > Da bravi italiani, se non siamo in ritardo non siamo a nostri agio. Sì, anto e mnencia, sto guardando voi. :P ㎝ -- |:**THE -WARE LICENSE** *(Revision ㊷)*: | <miron@.it> wrote this mail. As long as you retain this |

Re: [Python] PRESENTAZIONE

2017-01-01 Per discussione Carlo Miron
, benvenuto e grazie. ㎝ -- |:**THE BEER-WARE LICENSE** *(Revision 42)*: | <mi...@python.it> 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. |

Re: [Python] RE e dizionario

2016-12-21 Per discussione Carlo Miron
h 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

[Python] Fwd: Tre, due.. OTTO! PyCon Otto!

2016-12-06 Per discussione Carlo Miron
h 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] Scelta dell'ide al volo

2016-12-02 Per discussione Carlo Miron
-WARE LICENSE** *(Revision 42)*: | <mi...@python.it> 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. |

Re: [Python] Scelta dell'ide al volo

2016-12-01 Per discussione Carlo Miron
orth 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] Emacs come ide al Volo

2016-12-01 Per discussione Carlo Miron
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] Scelta dell'ide al volo

2016-12-01 Per discussione Carlo Miron
vision 42)*: | <mi...@python.it> 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. |

Re: [Python] Articoli su Python 2-3

2016-11-28 Per discussione Carlo Miron
f 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] Python in Windows 10

2016-11-15 Per discussione Carlo Miron
buy me a beer in return. | --Carlo Miron : ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

Re: [Python] POODR per Python?

2016-11-07 Per discussione Carlo Miron
lt;ca...@golang.it> 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. |

Re: [Python] Non e' in topic ma e' carina

2016-11-06 Per discussione Carlo Miron
ion 42)*: | <ca...@golang.it> 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. |

Re: [Python] (senza oggetto)

2016-11-03 Per discussione Carlo Miron
campo di testo qui sopra, e il pulsante non funziona... ㎝ -- |:**THE BEER-WARE LICENSE** *(Revision 42)*: | <ca...@golang.it> 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, | y

Re: [Python] Slack channel pythonita

2016-10-31 Per discussione Carlo Miron
On Mon, Oct 31, 2016 at 11:37 AM, Nicola Larosa <n...@teknico.net> wrote: > Carlo Miron wrote: >> Interessante. Puoi/vuoi elaborare? > Non l'ho ancora provato, ecco la valutazione di un collega (citato col > suo permesso): > [snip] Grazie ㎝ -- |:**THE BEER-WARE

Re: [Python] Slack channel pythonita

2016-10-31 Per discussione Carlo Miron
eressante. Puoi/vuoi elaborare? ㎝ -- |:**THE BEER-WARE LICENSE** *(Revision 42)*: | <ca...@miron.it> 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

Re: [Python] Slack channel pythonita

2016-10-30 Per discussione Carlo Miron
2016-10-31 0:55 GMT+01:00 Marco Beri <marcob...@gmail.com>: > Il 31 ott 2016 12:52 AM, "Carlo Miron" <mi...@python.it> ha scritto: >> On Mon, Oct 31, 2016 at 12:41 AM, Marco Beri <marcob...@gmail.com> wrote: >> >> > Sperare di rimane

Re: [Python] Slack channel pythonita

2016-10-30 Per discussione Carlo Miron
, 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] Salvare bytecode

2016-09-08 Per discussione Carlo Miron
his 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] Salvare bytecode

2016-09-08 Per discussione Carlo Miron
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] Salvare bytecode

2016-09-08 Per discussione Carlo Miron
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] Salvare bytecode

2016-09-08 Per discussione Carlo Miron
h 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] Quasi OT

2016-09-07 Per discussione Carlo Miron
k 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] Cronojob in Python con orari variabili

2016-09-01 Per discussione Carlo Miron
r 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] fizz-buzz-in-tensorflow

2016-07-27 Per discussione Carlo Miron
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] test mail

2016-07-25 Per discussione Carlo Miron
pls ignore me. ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

Re: [Python] Countdown

2016-07-01 Per discussione Carlo Miron
) (used in personal ads) ㎝ -- |:**THE BEER-WARE LICENSE** *(Revision 42)*: | <ca...@miron.it> 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 r

Re: [Python] Info built-in types Python

2016-07-01 Per discussione Carlo Miron
et 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] Sul Sole 24 ore di oggi si parla di Python e di soldi..

2016-07-01 Per discussione Carlo Miron
ith 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] OT: Imparare un altro linguaggio

2016-04-20 Per discussione Carlo Miron
t 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] Offerta di Lavoro

2016-04-05 Per discussione Carlo Miron
)*: | <mi...@python.it> 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. |

Re: [Python] Traduzioni

2016-04-02 Per discussione Carlo Miron
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] test

2016-04-02 Per discussione Carlo Miron
Il 02/apr/2016 18:30, "Giovanni Porcari" <giovanni.porc...@softwell.it> ha scritto: > > Il giorno 02 apr 2016, alle ore 14:39, Gollum1 < gollum1.smeag...@gmail.com> ha scritto: > > > > Il 02 aprile 2016 14:02:19 CEST, Carlo Miron <mi...@python.it&g

Re: [Python] test

2016-04-02 Per discussione Carlo Miron
2016-04-02 13:16 GMT+02:00 Carlos Catucci <carlos.catu...@gmail.com>: > On 2 April 2016 at 07:21, Carlo Miron <mi...@python.it> wrote: >> >> > Forse qualcuno degli amministratori della lista dovrebbe semplicemente >> > eliminarlo... >> >> fatto,

Re: [Python] test

2016-04-01 Per discussione Carlo Miron
Il 01/apr/2016 23:17, "Gollum1" <gollum1.smeag...@gmail.com> ha scritto: > Il 01 aprile 2016 18:27:11 CEST, Carlo Miron <mi...@python.it> ha scritto: > >2016-04-01 18:26 GMT+02:00 <leona...@deasistemi.com>: > > > >> L'account leona...@deasistem

Re: [Python] test

2016-04-01 Per discussione Carlo Miron
2016-04-01 18:26 GMT+02:00 : > L'account leona...@deasistemi.com non è più attivo. grazie della preziosa informazione. ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

[Python] test

2016-04-01 Per discussione Carlo Miron
test ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

Re: [Python] Lettere accentate con tastiera en_US (era: Re: [OT] Mail di Enrico Bianchi in spam)

2016-03-21 Per discussione Carlo Miron
y me a beer in return. | --Carlo Miron : ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

Re: [Python] MySQLdb connect non aggiorna i dati sui client

2016-03-02 Per discussione Carlo Miron
* *(Revision 42)*: | <ca...@golang.it> 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 : __

Re: [Python] PEP 0484 - Dubbio

2016-02-24 Per discussione Carlo Miron
vision 42)*: | <mi...@python.it> 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 :

  1   2   3   4   >