[Ilugc] One line lua code

2013-01-05 Thread Girish Venkatachalam
Here is one line that reads a file and types it out line by line: for line in io.lines('/etc/passwd') do print(line) end -Girish -- Gayatri Hitech http://gayatri-hitech.com ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Jan Meet - Fixing the date

2013-01-05 Thread Karthikeyan A.K
Well yup. On Sun, Jan 6, 2013 at 12:21 AM, Shrinivasan T wrote: > Friends. > > Hope most of us will be going to our native place, on the second > saturday to celebrate Pongal. > > Shall we have our meet on third saturday for Jan month? > > -- > Regards, > T.Shrinivasan > > > My Life with GNU/Lin

[Ilugc] Jan Meet - Fixing the date

2013-01-05 Thread Shrinivasan T
Friends. Hope most of us will be going to our native place, on the second saturday to celebrate Pongal. Shall we have our meet on third saturday for Jan month? -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free/Open Source Jobs : http://fossjobs.in Get Coll

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Baskar Selvaraj
On Sat, Jan 5, 2013 at 6:01 AM, Chandrashekar Babu wrote: > You might want to try Kivy (http://www.kivy.org/). > Its modern and pretty fast. > I was searching for a GUI Toolkit / API for Python for developing a kiosk application with multi-touch input. After going through Kivy documentation, it

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread AJIT KUMAR
Hi all Responders, I get started with wxpython. it is nice to get started. after working well on it .i will go for others. Thank you quick and informative response. On Sat, Jan 5, 2013 at 7:24 PM, Girish Venkatachalam < girishvenkatacha...@gmail.com> wrote: > On Sat, Jan 5, 2013 at 4:32 PM, AJ

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Girish Venkatachalam
On Sat, Jan 5, 2013 at 4:32 PM, AJIT KUMAR wrote: > Hi Girish Sir, > > i will go through that and update the outcome. > > You are very regular in group.I m following your daily programming tips. > > Thank you. Good. Keep it up. Don't call me sir. My name is Girish, not Girish sir. ;) -Girish _

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Karthikeyan A.K
Ya kivy is great, for multi touch especially. On Sat, Jan 5, 2013 at 6:55 PM, Karthikeyan A.K wrote: > PyGTK, try it out. > > > On Sat, Jan 5, 2013 at 3:50 PM, AJIT KUMAR wrote: > >> Hi Dear All Ilugies, >> >> I want to develop a GUI Tool and want to use Python only as the language. >> Now i w

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Karthikeyan A.K
PyGTK, try it out. On Sat, Jan 5, 2013 at 3:50 PM, AJIT KUMAR wrote: > Hi Dear All Ilugies, > > I want to develop a GUI Tool and want to use Python only as the language. > Now i wanted to know the best python GUI API/Library for the same. > > i will develop that tool for windows and Linuxs. > A

[Ilugc] ToD - ApacheHBase

2013-01-05 Thread Dhana Sekar
Tool of the Day: Apache HBase Apache HBase is the Hadoop database, a distributed, scalable, big data store. HBase is an open source, non-relational, distributed database modeled after Google'sBigTable and is written in Java. It is developed as part of Apache Software Foundation'sApache Hadoop pro

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Siji Sunny
> Hi Girish Sir, > > i will go through that and update the outcome. > > You are very regular in group.I m following your daily programming tips. > > Thank you. > You can explore Zenity-GUI tool - an cross-platform program that allows the execution of GTK+ dialog boxes in command-line and shell sc

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Mehul Ved
On Sat, Jan 5, 2013 at 3:50 PM, AJIT KUMAR wrote: > Hi Dear All Ilugies, Hi Ajit, > I want to develop a GUI Tool and want to use Python only as the language. > Now i wanted to know the best python GUI API/Library for the same. > > i will develop that tool for windows and Linuxs. > Any suggestion

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread AJIT KUMAR
Hi Girish Sir, i will go through that and update the outcome. You are very regular in group.I m following your daily programming tips. Thank you. On Sat, Jan 5, 2013 at 4:11 PM, Girish Venkatachalam < girishvenkatacha...@gmail.com> wrote: > On Sat, Jan 5, 2013 at 3:50 PM, AJIT KUMAR wrote:

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Chandrashekar Babu
Hi, > I want to develop a GUI Tool and want to use Python only as the language. > Now i wanted to know the best python GUI API/Library for the same. > > i will develop that tool for windows and Linuxs. > Any suggestion and help will be welcome. You might want to try Kivy (http://www.kivy

Re: [Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread Girish Venkatachalam
On Sat, Jan 5, 2013 at 3:50 PM, AJIT KUMAR wrote: > Hi Dear All Ilugies, > > I want to develop a GUI Tool and want to use Python only as the language. > Now i wanted to know the best python GUI API/Library for the same. > > i will develop that tool for windows and Linuxs. > Any suggestion and help

[Ilugc] Python GUI library:Python Library for developing GUI based Tool

2013-01-05 Thread AJIT KUMAR
Hi Dear All Ilugies, I want to develop a GUI Tool and want to use Python only as the language. Now i wanted to know the best python GUI API/Library for the same. i will develop that tool for windows and Linuxs. Any suggestion and help will be welcome. Thanking You. Ajit _