[Python] PyCon 2013 Schedule Announced!

2013-01-14 Per discussione Brian Curtin
Hi Italian Python Users!

It's that time of year again: the PyCon schedule has been announced and the 
rush to pick up tickets is on! https://us.pycon.org/2013/schedule/ was 
completed last week, and we've seen a sharp increase in sales as we approach 
1,500 registrations. This year we're limiting the attendance to 2,500 for our 
second year in Santa Clara, CA. The conference runs from March 13-21.

The 2013 edition of PyCon is going to be the biggest and best yet. We've added 
a sixth track of talks, giving you 114 presentations to view. Tutorials are 
better than ever, with an even wider range of topics than before. They keynotes 
are being given by an excellent group: Eben Upton, Jessica McKellar, Raymond 
Hettinger, and Guido van Rossum.

Tickets are available now at https://us.pycon.org/2013/registration/. Student 
rates were cut in half for 2013 to $125, and individual registrations are only 
$350. Corporate tickets are currently $600. No matter what group you fall into, 
the value PyCon provides is incredible.

We've got a ton of great events going on throughout the conference. There's a 
workshop for kids 12 and under to learn Python - 
https://us.pycon.org/2013/events/letslearnpython/. The successful PyData 
conference is running during the sprints - http://sv2013.eventbrite.com/. The 
Postgres community is running PyPgDay during the tutorials - 
https://us.pycon.org/2013/events/pgday/.

We're once again doing the 5K run, and the open spaces and sprints will be a 
blast as well. We also have a few tricks up our sleeve that we'll update you on 
at http://pycon.blogspot.com/ and https://www.twitter.com/PyCon.

If your organization is interested in sponsoring PyCon, check out our 
prospectus at https://us.pycon.org/2013/sponsors/prospectus/ and contact 
conference chairman Jesse Noller at jnol...@python.org with any questions.

Thanks for your time, and we hope to see you at PyCon 2013!

Jesse Noller
PyCon Chairman
jnol...@python.org

Brian Curtin
PyCon Publicity Coordinator
br...@python.org

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


[Python] Gestire Varie Versioni Python

2013-01-14 Per discussione piergiorgio pancino
Ciao a tutti,
qualche tempo fa ho letto sul forum dei consigli su come gestire varie versioni 
di python sullo stesso pc... ma non riesco più a trovare la mail, mi date 
qualche dritta?
Parlo in particolare di sistemi windows, infatti su linux è più agile 
aggiungendo

#!/usr/bin/env python

Vi risulta che esista un analogo sistema anche per bach? Ho trovato qualcosa di 
questo tipo:

#!c:/Python/python3_0.exe -u

Ciao e Grazie
Piergiorgio___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Gestire Varie Versioni Python

2013-01-14 Per discussione Manlio Perillo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 14/01/2013 16:47, piergiorgio pancino ha scritto:
 Ciao a tutti,
 qualche tempo fa ho letto sul forum dei consigli su come gestire varie
 versioni di python sullo stesso pc... ma non riesco più a trovare la
 mail, mi date qualche dritta?
 Parlo in particolare di sistemi windows, infatti su linux è più agile
 aggiungendo
 
 #!/usr/bin/env python
 
 Vi risulta che esista un analogo sistema anche per bach? 

Intendi Bash su Windows?
Cosa stai usando?

 Ho trovato
 qualcosa di questo tipo:
 
 #!c:/Python/python3_0.exe -u
 

E lo hai provato?

Una possibile alternativa è utilizzare setuptools che ti crea degli
eseguibile (.exe) per Windows, che usano una versione pre-stabilita di
Python (quella usata durante il setup):
http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation


Infine, puoi utilizzare virtualenv:
http://www.virtualenv.org/en/latest/


Ciao  Manlio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlD0KgIACgkQscQJ24LbaUQvPgCgkUu3ddebs5rFDvXegzx7uaPm
42IAnRyOiwm9pJNOFHBrlMMqXKuB3hq/
=5PKz
-END PGP SIGNATURE-
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Gestire Varie Versioni Python

2013-01-14 Per discussione Matteo Boscolo

http://www.virtualenv.org/en/latest/
mai provato ma dovrebbe fare al caso tuo ..

ciao
Matteo

Il 14/01/2013 16:47, piergiorgio pancino ha scritto:

Ciao a tutti,
qualche tempo fa ho letto sul forum dei consigli su come gestire varie 
versioni di python sullo stesso pc... ma non riesco più a trovare la 
mail, mi date qualche dritta?
Parlo in particolare di sistemi windows, infatti su linux è più agile 
aggiungendo


#!/usr/bin/env python

Vi risulta che esista un analogo sistema anche per bach? Ho trovato 
qualcosa di questo tipo:


#!c:/Python/python3_0.exe -u

Ciao e Grazie
Piergiorgio


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


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


Re: [Python] Gestire Varie Versioni Python

2013-01-14 Per discussione Marco Beri
2013/1/14 piergiorgio pancino piert...@yahoo.it
 Ciao a tutti,
 qualche tempo fa ho letto sul forum dei consigli su come gestire varie
versioni di python sullo stesso pc... ma non riesco più a trovare la mail,
mi date qualche dritta?

Se si tratta di sviluppare con diverse versioni installate, usa Virtualenv.

 Parlo in particolare di sistemi windows, infatti su linux è più agile
aggiungendo
 #!/usr/bin/env python

Scusa ma allora non ho capito... Sopra pensavo parlassi di sviluppo.

 Vi risulta che esista un analogo sistema anche per bach?

Niente per Bach, esiste solo per Mozart :-D

 Ho trovato qualcosa di questo tipo:
 #!c:/Python/python3_0.exe -u

Orpo... questa mi giunge nuova. Dove l'hai trovata?

Ciao.
Marco.

--
http://beri.it/ - Un blog
http://beri.it/i-miei-libri/ - Qualche libro
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Gestire Varie Versioni Python

2013-01-14 Per discussione piergiorgio pancino





Se si tratta di sviluppare con diverse versioni installate, usa Virtualenv.

 Parlo in particolare di sistemi windows, infatti su linux è più agile 
 aggiungendo
 #!/usr/bin/env python

Scusa ma allora non ho capito... Sopra pensavo parlassi di sviluppo.

Beh, durante lo sviluppo voglio eseguire un file .py ad esempio con python 2 o 
3...

 Vi risulta che esista un analogo sistema anche per bach?

Niente per Bach, esiste solo per Mozart :-D

Batch! :D

 Ho trovato qualcosa di questo tipo:
 #!c:/Python/python3_0.exe -u

Orpo... questa mi giunge nuova. Dove l'hai trovata?

Fregato! :D Su stackoverflow, sembra sia una introduzione di python3.3 per 
windows

Ciao.
Marco.

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


[Python] Rasterizzare un layer vettoriale usando la libreria GDAL

2013-01-14 Per discussione Maurizio Minissale
Ciao a tutti,

quello che sto cercando di fare è ottenere un layer raster partendo da un
vettoriale.
Più precisamente ho un vettoriale contenente poligoni e vorrei rasterizzare
l'informazione di uno specifico campo, ovvero il campo 'Index' (che ho
aggiunto al layer vettoriale originale) contenente valori interi compresi
tra 0 e 9.

Ho utilizzato l'istruzione:

err = gdal.RasterizeLayer(target_ds, (3,2,1), source_layer,
burn_values=(0,0,0), options=[ATTRIBUTE= Index])

che effettua la rasterizzazione partendo da un DEM (target_ds) target, ma
mi ritrovo una matrice piena di 0 e non i valori del campo.

Qualcuno ha qualche suggerimento in merito?
Purtroppo la documentazione a riguardo non è molto chiara...

Grazie in anticipo,
Maurizio.
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


Re: [Python] Gestire Varie Versioni Python

2013-01-14 Per discussione Carlo Miron
Il 14 gennaio 2013 17:47, piergiorgio pancino piert...@yahoo.it ha scritto:
 Ho trovato qualcosa di questo tipo:
 #!c:/Python/python3_0.exe -u
Orpo... questa mi giunge nuova. Dove l'hai trovata?

 Fregato! :D Su stackoverflow, sembra sia una introduzione di python3.3 per
 windows

http://www.python.org/dev/peps/pep-0397/
http://www.python.org/download/releases/3.3.0/

©
-- 
  R
K-M-S
  L
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python