tags:

views:

135

answers:

1

I am new to python, This Project is a Free user-contributed multilingual dictionary, Located http://github.com/klanestro/vortaro I have a few Ideas that I would use php But don't know where to start studying.

Like in this code

  1. how does it search the database for the users word.
  2. How does that relate to the URL's as in one language to another.

★✩ Thanks

+3  A: 

This is a Django project; I recommend going through the Python tutorial a few times before getting your hands dirty with Django.

Ignacio Vazquez-Abrams