equal
deleted
inserted
replaced
37 a templating language would not reach. |
37 a templating language would not reach. |
38 |
38 |
39 When doing development, you need a real language and template |
39 When doing development, you need a real language and template |
40 languages are not real languages. |
40 languages are not real languages. |
41 |
41 |
42 Using Python enables developing applications for which code is |
42 Using Python instead of a template langage for describing the user interface |
43 easier to maintain with real functions/classes/contexts |
43 makes it to maintain with real functions/classes/contexts without the need of |
44 without the need of learning a new dialect. By using Python, |
44 learning a new dialect. By using Python, we use standard OOP techniques and |
45 we use standard OOP techniques and this is a key factor in a |
45 this is a key factor in a robust application. |
46 robust application. |
|
47 |
46 |
48 Why do you use the LGPL license to prevent me from doing X ? |
47 Why do you use the LGPL license to prevent me from doing X ? |
49 ------------------------------------------------------------ |
48 ------------------------------------------------------------ |
50 |
49 |
51 LGPL means that *if* you redistribute your application, you need to |
50 LGPL means that *if* you redistribute your application, you need to |