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!
-
Recent Posts
-
Recent Comments
- Jude Deltufo on Papers analyzed, grid
- Boost your productivity with the Pomodoro Technique « Doctoral School blog on Pomodroid
- network-manager-applet not showing in system tray (KDE) on Network Manager on Slackware 13.0, the dirty and easy way
- bodom_lx on On the geolocation based driver-rider matching algorithm of Dycapo
- Rick Steele on On the geolocation based driver-rider matching algorithm of Dycapo
-
Tags
api change code daniel deb distro django document Download DyCaPo dynamic dynamic carpooling FBK Gnome google how Internet italia java javascript link linux list opensource OSI pageTracker personal project projects release report rest server set sid site SoNet source standard Text theme ubuntu Unibz wikipedia xml-rpc
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
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