[Tutor] A small project

Peter Otten __peter__ at web.de
Wed Dec 3 13:11:03 CET 2014


Santosh Kumar wrote:

> All,
> 
> Any suggestion to my question ?
> 
> On Thu, Nov 27, 2014 at 12:43 PM, Santosh Kumar <rhce.san at gmail.com>
> wrote:
> 
>> Hi All,
>>
>> I am planning to start a small project , so i need some suggestions on
>> how to go about it.
>>
>> 1) It basically takes some inputs like (name,age,course,joining
>> date,remarks) so on.
>> 2) I want a light front end for it.

If you use a web browser you may be able evade the deployment hassles. 
Here's a simple example:

<http://bottlepy.org/docs/dev/tutorial_app.html>

>> 3) i should be able to query for a particular person on a particular date
>> or a joining date.
>> 4) The app should be easily deployable both in the linux and windows
>> machines. ( something like a .exe in windows)
>>
>> So this is my requirement as stated in the above four points. Now i need
>> suggestions on how to go ahead with these.
>>
>> for 2) should i go for tkinter or do we have something even lighter.
>> for 3) to achieve this should i just go for a database, if yes i need
>> something which can be easily moved across.
>> for 4) if i have to create a executable , how to make sure all the above
>> requirements can be packaged into a application or a software.
>>
>> Thanks in advance.
>> --
>> D. Santosh Kumar




More information about the Tutor mailing list