Re: [Tutor] question / decision tree

2015-08-05 Thread Laura Creighton
In a message of Mon, 03 Aug 2015 10:38:40 +0100, matej taferner writes: >Or maybe should I go with the tkinter? You have to decide whether what you want is a Stand Alone GUI Application (in which case tkinter could be a fine idea) or a web app. It sounds to me as if you want your customers to nav

Re: [Tutor] question / decision tree

2015-08-03 Thread memilanuk
On 08/03/2015 02:38 AM, matej taferner wrote: Or maybe should I go with the tkinter? As a final product of this decision tree "app" I need a clickable buttons ready to be embedded into the website which will guide customer(s) to desired answer(s). The two aren't exactly compatible. Tkinter

Re: [Tutor] question / decision tree

2015-08-03 Thread matej taferner
Or maybe should I go with the tkinter? 2015-08-03 10:36 GMT+01:00 matej taferner : > thanks for the reply. I'll definitely check the book. > > The back end solution of the problem is more or less clear to me. What I > find difficult is the grasp the idea of o called front end dev. or better > to

Re: [Tutor] question / decision tree

2015-08-03 Thread matej taferner
thanks for the reply. I'll definitely check the book. The back end solution of the problem is more or less clear to me. What I find difficult is the grasp the idea of o called front end dev. or better to say what should I use to make buttons should I dig into django framework or something else?

Re: [Tutor] question / decision tree

2015-08-03 Thread Laura Creighton
In a message of Mon, 03 Aug 2015 08:58:43 +0100, matej taferner writes: >hi guys, > >I am wondering if there is a python solution for the problem I am currently >dealing with. >I need to build a decision tree based questionnaire which helps users to >find the right answer. > >As a final product of

[Tutor] question / decision tree

2015-08-03 Thread matej taferner
hi guys, I am wondering if there is a python solution for the problem I am currently dealing with. I need to build a decision tree based questionnaire which helps users to find the right answer. As a final product of this decision tree "app" I need a clickable buttons ready to be embedded into th