BD-incollo 0.1 is out!
As I promised, BD-incollo 0.1 is finished and the source code is available in the project page under the GPL 3 license.
Every MUST requirement has been done and just two MAY requirements could not be developed in just 6 days. But They will surely be in the next releases.
Sourcecode is well commented using xP standards and there are few comments where necessary, but is should be clear. If not, drop me a mail.
I will write a map that describes the source code tree tomorrow!
The conclusions of this experiment are that Django is really a web framework for perfectionists with deadlines! I spent more time playing with templates and CSS than with the whole python coding! It’s a valid alternative to Ruby on Rails, and built on a programming language I really like.
Go and grab the code!
ti vedo attivo, stai facendo progetti open source ^^ qua negli states faccio solo un corso di informatica, mi manca la programmazione ^^
E non solo Benji, sono lanciatissimo su Python, come mi avevi consigliato tu piú di un anno fa. Credo sia il linguaggio definitivo, ci fai di tutto!
sisi e’ fighissimo, l’ho usato poco ma una cosa che mi piace e’ che come argomento di una funzione puoi metterne un’altra!! tipo
def add(x, y):
return x+y
def foo(a, b, c):
return a(b, c)
…
>>> foo(add, 1, 2)
3
Yes, perché tutto é un oggetto
e le variabili non sono tipizzate