Differences between revisions 3 and 54 (spanning 51 versions)
Revision 3 as of 2003-07-25 15:33:08
Size: 7831
Editor: ehv02e
Comment:
Revision 54 as of 2003-08-13 13:54:11
Size: 5957
Editor: ehv02e
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= General Information about python-urlo;) =
Line 8: Line 9:
The following is a sample of the coming week 30 issue, first time using wiki formatting: = Past Issues =

PythonUrloWeek30 and PythonUrloWeek31 have already been edited using this Wiki.

= Upcoming Issue =

The following is a sample of the coming week 32 issue, first time using wiki formatting:
Line 11: Line 18:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[python-urlo;)] Newsletter settimanale di notizie e links sul Python [XX Lug 2003]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[python-urlo;)] Newsletter di notizie e links sul Python [15 Aug 2003]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Line 15: Line 22:
Dopo una breve pausa di riflessione torna python-urlo;).
Questa newsletter e' la nona della serie ed e' stata scritta da Nicola Paolucci per la prima volta in collaborazione con Luca Simonetti (che ringrazio molto).
Questa newsletter e' la decima della serie ed e' stata scritta da Nicola Paolucci in collaborazione con Luca Simonetti.
Line 20: Line 26:
Attenzione, questa newsletter e' stata scritta usando reStructuredText_ che
trovate all'indirizzo http://docutils.sf.net/rst.html .
Tutta la strana punteggiatura in questo testo e' probabilmente markup
per rST_; potete ignorarla senza problemi.
Attenzione, questa newsletter e' stata scritta usando reStructuredText_ che trovate all'indirizzo http://docutils.sf.net/rst.html . Tutta la strana punteggiatura in questo testo e' probabilmente markup per rST_; potete ignorarla senza problemi.
Line 33: Line 36:
Continuiamo a prendere le citazioni dal Python-URL! originale in attesa che la nostra NG o ML partorisca qualche citazione degna di menzione
::
 
 "What can I do with Python that I can't do with C#? You can go home on time at the end of the day." -- Daniel Klein
Line 34: Line 41:
::
   >>>>>>>>>>>> MANCA <<<<<<<<<<<<
 "Python lends itself to playing with it and to discussing the merits of code snippets with other people. It's one of the 'language' languages, in that it's suitable for people to communicate using it, and it can even be used as [a] tool to check ones thoughts." -- Anton Vredegoor
Line 41: Line 47:
>>>>>>>>>>Qui mancano discussioni rilevanti del nesgroup italiano <<<<<<<<<< Analisi di vari `generatori di Parser`__, con benchmarks:
Line 43: Line 49:
Le discussioni altamente interessanti su comp.lang.python e python-dev si sprecano,
riporto solo brevissimi frammenti che mi sono preso la briga di segnare questa settimana:
__ http://www.python.org/sigs/parser-sig/towards-standard.html
Line 46: Line 51:
Trent Mick `mostra un tool`__ usato alla ActiveState per integrare moduli Perl in Python. Si chiama PyPerl__. Da python-dev questa settimana: l'ufficiale `chiusura del famigerato PEP 308`__ sull'operatore ternario, rigettato da Guido.
Line 48: Line 53:
__ http://mail.python.org/pipermail/python-list/2003-July/173908.html
__ http://mail.python.org/pipermail/python-list/2003-July/173908.html
__ http://mail.python.org/pipermail/python-dev/2003-August/037585.html
Line 51: Line 55:
Si dice che in Python ci sia una sola maniera sensata di fare una data cosa. In realta' la flessibilita' e' elevata anche per compiti molto semplici. Tipo `realizzare una pseudo-scanf`__ in Python. Un `divertente pseudo-Spam a-la-Python`__ di Jeff Epler.
Line 53: Line 57:
__ http://mail.python.org/pipermail/python-list/2003-July/173798.html __ http://mail.python.org/pipermail/python-dev/2003-August/037580.html
Line 55: Line 59:
`Breve storia su 'Python in a Nutshell'`__. Le recensioni e gli elogi esplici o impliciti continuano. Michal Wallace lancia un `interessante thread per portare il Python su Parrot`__.
Line 57: Line 61:
__ http://mail.python.org/pipermail/python-list/2003-July/172463.html

`Come si "memoizza"`__ un generatore.

__ http://mail.python.org/pipermail/python-list/2003-July/172120.html
__ http://groups.google.com/groups?th=9692b52a99fd0f97
Line 68: Line 67:
>>> DA TRADURRE ... FARO' PIU' TARDI <<<<< Preview release 2 di `Python per .NET`__.
Line 70: Line 69:
Ho trovato una lista di Articoli di quelli della 4Suite ... vediamo se riportare qualcosa: __ http://zope.org/Members/Brian/PythonNet/
Line 72: Line 71:
Using SAX for Proper XML Output
http://www.xml.com/pub/a/2003/03/12/py-xml.html
Explains how to use Python SAX libraries to generate proper XML output
from Python programs.
[Mar. 12, 2003]
Fredrik Lundh prosegue la sua serie di descrizioni dei nuovi moduli in Python 2.3. `La libreria standard di Python: Il modulo dummy_thread`__
Questo modulo implementa un subset dell'interfaccia ai thread ma fa girare tutti i thread uno dopo l'altro.
Line 78: Line 74:
Gems From the Archives
http://www.xml.com/pub/a/2003/04/09/py-xml.html
Hunts for treasures in the archives of the Python XML SIG, locating
interesting tidbits for producing and displaying XML.
[Apr. 9, 2003]
__ http://online.effbot.org/2003_08_01_archive.htm#librarybook-dummy_thread-module
Line 84: Line 76:
Charming Jython
http://www-106.ibm.com/developerworks/java/library/j-jython.html
Introduces Jython, the 100% Pure Java implementation of the Python
programming language, which combines the advantages of Python and the
Java virtual machine and library and serves as a handy complement to the
Java platform.
[May 6, 2003]
`10 trappole del Python`__ in cui possono incorrere i principianti:
Line 92: Line 78:
Using libxml in Python
http://www.xml.com/pub/a/2003/05/14/py-xml.html
Introduces libxml's Python bindings.
[May. 14, 2003]
__ http://zephyrfalcon.org/labs/python_pitfalls.html
Line 97: Line 80:
XML Data Bindings in Python
http://www.xml.com/pub/a/2003/06/11/py-xml.html
Considers Python data bindings for XML, including generateDS, a script
which builds Python bindings from a WXS instance.
[Jun. 11, 2003]

The power of three: Python, Web services, and XSLT (with Mike Olson)
http://www-106.ibm.com/developerworks/xml/library/ws-pyth13/
Looks at using the Python XSLT API for Web services development.
[Jun. 30, 2003]

XML Data Bindings in Python, Part 2
http://www.xml.com/pub/a/2003/07/02/py-xml.html
Second part of series on XML data binding tools in Python, examining the
XML data binding library which is part of David Mertz's Gnosis Utils.
[Jul. 2, 2003]
==============================================
Notizie dal vecchio mondo della carta stampata
==============================================
Line 118: Line 87:

>>>> Mi sono gia' spulciato comp.lang.python.announce ... ma ho preso poca roba <<<<<

Rilasciata la `release candidate 1`__ di Python 2.3. A brevissimo la versione 2.3 finale.

__ http://www.python.org/2.3/

Numarray__, il futuro rimpiazzo di Numeric arriva alla release 0.6.

__ http://www.stsci.edu/resources/software_hardware/numarray

Leo__ , l'editor ad albero per il Literate Programming arriva alla versione 3.12. Molti miglioramenti.

__ http://webpages.charter.net/edreamleo/front.html

`Quixote 0.6.1`__ appena uscito. Quixote e' un framework per sviluppare applicazioni web.

__ http://www.mems-exchange.org/software/quixote/

`Naja 0.8.3`__ download manager e website grabber realizzato in Python/wxPython.

__ http://www.keyphrene.com/products.php

L'IDE Python `Eric`__ arriva alla versione 3.2

__ http://www.die-offenbachs.de/detlev/eric3.html
Line 216: Line 159:
   Questa newsletter e' stata realizzata con Leo_ e reST_.    Questa newsletter e' stata realizzata con reST_.
Line 218: Line 161:
.. _Leo: http://personalpages.tds.net/~edream/front.html
Line 220: Line 162:
 

General Information about python-urlo;)

This page will serve as a starting point for the coordination of the italian Python newsletter called python-urlo;) (named of course after the more famous python-url!). Already released issues can be found here: http://www.python.it/python-urlo

The newsletter is maintained by Nicola Paolucci with the collaboration of Luca Simonetti. This page will store the newsletters work in progress as a coordination mean between the authors.

The newsletter is in Italian.More details will follow.

Past Issues

PythonUrloWeek30 and PythonUrloWeek31 have already been edited using this Wiki.

Upcoming Issue

The following is a sample of the coming week 32 issue, first time using wiki formatting:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[python-urlo;)] Newsletter di notizie e links sul Python [15 Aug 2003]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Questa newsletter e' la decima della serie ed e' stata scritta da Nicola Paolucci in collaborazione con Luca Simonetti.

Tutte le newsletter sono archiviate all'indirizzo http://www.python.it/python-urlo/.

Attenzione, questa newsletter e' stata scritta usando reStructuredText_ che trovate all'indirizzo http://docutils.sf.net/rst.html . Tutta la strana punteggiatura in questo testo e' probabilmente markup per rST_; potete ignorarla senza problemi.

.. _rST:
.. _reStructuredText: http://docutils.sf.net/rst.html

.. contents::

================================
Citazione della Settimana (QOTW)
================================
Continuiamo a prendere le citazioni dal Python-URL! originale in attesa che la nostra NG o ML partorisca qualche citazione degna di menzione
::
        
        "What can I do with Python that I can't do with C#?  You can go home on time at the end of the day." -- Daniel Klein

        "Python lends itself to playing with it and to discussing the merits of code snippets with other people.  It's one of the 'language' languages, in that it's suitable for people to communicate using it, and it can even be used as [a] tool to check ones thoughts." -- Anton Vredegoor

===========
Discussioni
===========

Analisi di vari `generatori di Parser`__, con benchmarks:

__ http://www.python.org/sigs/parser-sig/towards-standard.html

Da python-dev questa settimana: l'ufficiale `chiusura del famigerato PEP 308`__ sull'operatore ternario, rigettato da Guido.

__ http://mail.python.org/pipermail/python-dev/2003-August/037585.html

Un `divertente pseudo-Spam a-la-Python`__ di Jeff Epler.

__ http://mail.python.org/pipermail/python-dev/2003-August/037580.html

Michal Wallace lancia un `interessante thread per portare il Python su Parrot`__.

__ http://groups.google.com/groups?th=9692b52a99fd0f97

=====================
Notizie e link sparsi
=====================

Preview release 2 di `Python per .NET`__.

__ http://zope.org/Members/Brian/PythonNet/

Fredrik Lundh prosegue la sua serie di descrizioni dei nuovi moduli in Python 2.3. `La libreria standard di Python: Il modulo dummy_thread`__ 
Questo modulo implementa un subset dell'interfaccia ai thread ma fa girare tutti i thread uno dopo l'altro.

__ http://online.effbot.org/2003_08_01_archive.htm#librarybook-dummy_thread-module

`10 trappole del Python`__ in cui possono incorrere i principianti:

__ http://zephyrfalcon.org/labs/python_pitfalls.html

==============================================
Notizie dal vecchio mondo della carta stampata
==============================================

=======
Annunci
=======

------------------------------------------------------

Tutto quello di cui hai bisogno e' probabilmente a uno o due click
di distanza dalle pagine seguenti:

   Il `Sito del linguaggio Python`__ e' il tradizionale centro di
   Pythonia.
   
__ http://www.python.org

   Nota bene specialmente le FAQ__
   
__ http://www.python.org/doc/FAQ.html

   Il `Sito italiano del linguaggio Python`__  e' il punto di partenza
   per i Pythonisti di lingua italiana.
   
__ http://www.python.it
   
   E rispettivamente le `FAQ in italiano`__.
   
__ http://www.python.it/faq/index.html

   Un complemento alla newsletter che state leggendo e' il
   `daily python url`__ aggiornato costantemente da PythonWare.
   
__ http://www.pythonware.com/daily

   Mygale__ e' un webcrawler specializzato nel raccogliere
   articoli relativi a Python.
   Anche se e' cosmeticamente simile a `Daily Python-URL`__
   i due sono completamente differenti quanto a tecnologia e
   generalmente anche nei risultati.
   
__ http://www.awaretek.com/nowak/mygale.html
__ http://www.pythonware.com/daily

   comp.lang.python.announce__ e' dove viene annunciato nuovo
   software per il Python. Ricordatevi di leggere questo newsgroup
   almeno settimanalmente.
   
__ http://groups.google.com/groups?oi=djq&as_ugroup=comp.lang.python.announce
   
   Brett Cannon continua la meravigliosa tradizione di scrivere
   `riassunti settimanali`__ dell'attivita' della mailing list python-dev.
   
__ http://www.python.org/dev/summary/

   Il `Python Package Index`__ cataloga i pacchetti.
   
__ http://www.python.org/pypi/

   `Vaults of Parnassus`__ ambiziosamente raccoglie collegamenti ad
   ogni sorta di risorse per il Python.
   
__ http://www.vex.net/~x/parnassus/

   `Python FAQTS`__

__ http://python.faqts.com/

   Gli archivi della newsletter `Python-URL!`__ .
   
__ http://www.ddj.com/topics/pythonurl/

   Gli archivi di questa newsletter si trovano all'indirizzo
   http://www.python.it/python-urlo

   Suggerimenti/correzioni per il numero della settimana prossima
   sono sempre benvenuti. Possono essere indirizzati a python-urlo[chiocciola]python.it

   Questa newsletter e' stata realizzata con reST_.

.. _reST: http://docutils.sourceforge.net/rst.html 

ItalianPythonUrloCoordination (last edited 2008-11-15 14:00:56 by localhost)

Unable to edit the page? See the FrontPage for instructions.