Size: 2321
Comment:
|
← Revision 29 as of 2015-01-10 23:00:10 ⇥
Size: 1522
Comment: removed spam
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Line 3: | Line 2: |
C'è una certa quantita di codice che non è abbastanza per essere un modulo vero e prorpio o un porprio progetto, ma tuttavia utile per varie ragioni | |
Line 6: | Line 4: |
Finchè noi prendiamo il codice, questa piccola pagina può servirci come utile punto focale. | |
Line 8: | Line 5: |
* ThreadProgramming insieme di programmi * HandlingExceptions, WritingExceptionClasses * Manipolazione delel eccezioni, Scrittura di classi di eccezioni |
* [[Powerful Python One-Liners]] * ThreadProgramming * HandlingExceptions, WritingExceptionClasses |
Line 12: | Line 9: |
* Sottoclassi di Dzionari, Ordinamento di liste di dizionari,custodia delle liste di Dizionari,Uso dei * conteggi. |
|
Line 15: | Line 10: |
* Formattazione di stringhe, sottrarsi all'html. | |
Line 17: | Line 11: |
* Lavorare con il tempo,RssLibrerire,uso di salse,Minidominio | |
Line 19: | Line 12: |
* Script Cgi, XmlRpc, Documenti XmlRpc per Server, Protocollo base Http per servert,Md5 Pasword | |
Line 21: | Line 13: |
* Udp Comunicazione | |
Line 24: | Line 15: |
* Punti e rettangoli - una coppia di classi per provveder a punti e rettangoli. | |
Line 26: | Line 16: |
* Modelli di programmazione - implementazioni di disegni di modelli in Python. | |
Line 28: | Line 17: |
* Algoritmi Grafici-un semplice esempio di programmazione funzionale e soluzione di un problema interessante | |
Line 30: | Line 18: |
* [[Generators]] * LeeEdwin/DownloadCenter - programs by LeeEdwin * LeeEdwin/CodeShare - another place to post your code * [[lwickjr/Modules]]/Alias - an alias facility for I.D.L.E. * [[lwickjr/Modules]]/Edit - an editor enhancement for I.D.L.E. * [[lwickjr/Modules]]/UT - a collection of miscellaneous utility functions. * [[PowerPiano17/Doodles]] - Various "Doodles" made in Python. |
|
Line 31: | Line 26: |
* ["Generators"] ["Generatori" We need people to contribute! Abbiamo bisgono del contributo della gente |
* [[BytesIO]] - Like StringIO but for raw bytes. * GnuPrivacyGuard - Pointers to various Python module interfaces to GPG. |
Line 34: | Line 29: |
---- Here are some links to some other Python-related sites that have code examples: * [http://aspn.activestate.com/ASPN/Cookbook/Python ActiveState's Python Cookbook] * [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ Python faqts] * [http://www.uselesspython.com/ Useless Python] * [http://www.vex.net/parnassus/ Vaults of Parnassus] * [http://www.python.org/pypi/ Python Package Index] |
----- For a list of other sites providing Python code, see PublishingPythonModules; for some recommendations, see UsefulModules. |
There's a lot of useful code out there that's not big enough to be its own module or its own project, but still useful for various purposes.
Until we get a lot of code, this little page can serve as a useful focal point.
SubclassingDictionaries, SortingListsOfDictionaries, KeepingListsInDictionaries, UsingEnumerate
CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer, Md5Passwords
PointsAndRectangles - a pair of classes to provide points and rectangles.
PatternProgramming - pattern design implementation in python
ArithmoGraph - a simple example of functional programming and solution to an interesting problem
LeeEdwin/DownloadCenter - programs by LeeEdwin
LeeEdwin/CodeShare - another place to post your code
lwickjr/Modules/Alias - an alias facility for I.D.L.E.
lwickjr/Modules/Edit - an editor enhancement for I.D.L.E.
lwickjr/Modules/UT - a collection of miscellaneous utility functions.
PowerPiano17/Doodles - Various "Doodles" made in Python.
BytesIO - Like StringIO but for raw bytes.
GnuPrivacyGuard - Pointers to various Python module interfaces to GPG.
For a list of other sites providing Python code, see PublishingPythonModules; for some recommendations, see UsefulModules.