Home > Activism?, Free*, Programming > BD-incollo 0.1 is out!

BD-incollo 0.1 is out!

September 30th, 2008 bodom_lx Leave a comment Go to comments

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!

Related posts

  1. October 26th, 2008 at 19:40 | #1

    ti vedo attivo, stai facendo progetti open source ^^ qua negli states faccio solo un corso di informatica, mi manca la programmazione ^^

  2. October 26th, 2008 at 22:08 | #2

    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!

  3. October 26th, 2008 at 22:33 | #3

    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

  4. October 26th, 2008 at 23:30 | #4

    Yes, perché tutto é un oggetto :D e le variabili non sono tipizzate

  1. No trackbacks yet.