it.comp.lang.python
  Home FAQ Contact Sign in
it.comp.lang.python only
 
Advanced search
January 2007
motuwethfrsasuw
1234567 1
891011121314 2
15161718192021 3
22232425262728 4
293031     5
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
it.comp.lang.python Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  [Lungo] Giochi a quiz         


Author: Davide
Date: Jan 30, 2007 05:12

Ciao a tutti!

Dovrei realizzare (assolutamente no profit) una collezione di giochi a quiz
per ragazzi da proiettare su maxischermo.
La pulsantiera in hardware è gestita da un PLC e cmq per il momento è
irrilevante...
Show full article (1.26Kb)
2 Comments
  for crin: highly phenomenal pix - puk uv - (1/1)         


Author: robers
Date: Jan 30, 2007 01:51

Hi,

With some of the fastest connections around it's no wonder people love it and keep coming back.
Take a look at all the great features below and imagine! You'll LOVE it.
One thing I love about them, they don't keep log files of the news I read or files I download.
You can find almost anything you are looking for.
Images, video, mp3 music, the real news from around the world... it's all inside waiting for you.
Great prices and support await you as you travel into the beautiful world of premium nntp access.
They offer some of the best premium newsgroup access anywhere.
Take a look, I know you'll love it as much as I do.
They give you access to some of the best groups others may not carry.

Convenient thumbnail indexes
2,000,000 new posts each day
Streaming audio and video
800 GIGS of new multimedia content each day

Have a great night, if you want to check them out the link is http://www.newsdude.net

Igja oyya. Ayke dil tahcu mep ki lus, ab i ubpucatjom as
invi i fih holzu vimpo si ol zew. Ji mitkehirsov wuyvuralmus piypiduf tawyu oz ub
i ogyo enwo ...
no comments
  Re: Comparazione tra web framework         


Author: Alessandro Pellizzari
Date: Jan 30, 2007 01:31

Il Tue, 30 Jan 2007 00:56:55 +0100, Lawrence Oluyede ha scritto:
> http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frame
> works/
>
> Notare come Django vinca in quasi tutti :-P

Ad onor del vero, PHP viaggiava in un ambiente non suo (FCGI e per di piu`
tramite socket TCP).

Non conosco ne` django ne` rails per poter fare confronti.

Sbilancerebbe il test (ma e` gia` sbilanciato cosi`), ma andrebbe provato
con il modulo Apache e con lo Zend Optimizer (e magari con il caching dei
precompilati) attivi. Altrimenti ad ogni richiesta ricompila il sorgente,
mentre python (credo, non ho usato django) e` gia` precompilato quando fai
il deploy.

Bye.
no comments
  creare lista da python         


Author: moore
Date: Jan 30, 2007 00:41

Salve!!
Sono un newbie di python.
Ho un problema che nn riesco a risolvere.
Vorrei creare una lista direttamente da python.
Cioè ho un programma che deve creare da solo delle liste, nn le devo
creare io, lo deve fare da solo.
L'utente deve immettere dei nomi/variabili e poi assegnarli dei dati (
cioè una lista ).
Come posso fare ?
2 Comments
  Re: Comparazione tra web framework         


Author: Claudio
Date: Jan 29, 2007 23:54

Lawrence Oluyede ha scritto:
> Ho trovato questa comparazione che prende in considerazione:
>
> - CodeIgniter e Symfony in PHP
> - Rails 1.1 e 1.2
> - Django con e senza Psyco
> - Turbogears
>
> il tutto in vari assortimenti.
>
> http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frame
> works/
>
> Notare come Django vinca in quasi tutti :-P

Non so se hai visto, ma sotto c'è scritto "Powered by Django"
che voglia dire qualcosa? ;-)

Ciao
Claudio
2 Comments
  Comparazione tra web framework         


Author: Lawrence Oluyede
Date: Jan 29, 2007 15:56

Ho trovato questa comparazione che prende in considerazione:

- CodeIgniter e Symfony in PHP
- Rails 1.1 e 1.2
- Django con e senza Psyco
- Turbogears

il tutto in vari assortimenti.

http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frame
works/

Notare come Django vinca in quasi tutti :-P

ps. impressionante che Rails 1.2 sembri più lento di Rails 1.1 8-)

--
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair
no comments
  Clutter         


Author: Lawrence Oluyede
Date: Jan 29, 2007 15:35

Clutter è un toolkit che unisce GTK+ e OpenGL e altra roba ancora
sviluppato in C e che ha a disposizione dei bindings per Python che
Emmanuele Bassi presenta sul suo blog:
http://www.emmanuelebassi.net/archives/2007/01/overdrive1/

--
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair
no comments
  memcached e Twisted         


Author: Manlio Perillo
Date: Jan 29, 2007 06:35

Saluti.

C'è qualcuno che usa memcached con Twisted?
Ho fatto una breve ricerca e sembra non i siano client disponibili.

Grazie Manlio Perillo
no comments
  wx 2.8.1.1 gdi+ problema di sicurezza?         


Author: Enoch il Rosso
Date: Jan 29, 2007 03:37

Scusate ma la distribuzione wxPython 2.8.1.1 in oggetto viene fornita con
una gdiplus.dll la cui versione non e' sicura o mi sbaglio? (buffer
overrun in jpeg).
1 Comment
  Creazione dizionario da file...         


Author: Alberto
Date: Jan 28, 2007 07:40

Se il valore che legge è un numero la deve mettere come chiave se il
successivo è un altro numero deve associare una stringa vuota mentre se il
successivo di un numero è una stringa deve essere la stringa diventa il
valore della valore chiave precedente.
Ad Esempio:
Se ho un file cosi combinato:

50
71
ciao
49
37
scarpa
sciarpa
39

devo ottenere un dizionario cosi combinato

diz ={'79':" ",'71':['ciao'],'49': " ",'37': ['scarpa','sciarpa'],'39':" "}
9 Comments
 
1 2 3 4 5 6 7 8 9