[BangPypers] Placement Capsule: Python Work-shop at GuRu Prevails, starting on 15th January 2010

2011-01-09 Thread Dattatreya Sharma
> Dear Members, > > Greetings! > > It gives us immense pleasure to announce the third work-shop on Python at > GuRu Prevails! > > This work-shop is specially focused for Engineering School Students who are > currently attending Campus Placement. > Have a competitive advantage over your peers du

[BangPypers] Suggestion for GUI

2011-01-09 Thread Narendra Sisodiya
I have made a command line utility in python.. it was fun.. next I want to add GUI on it, also I want to know what you use {I have see the page which list so many GUI toolkit available} I love html5/Javascript so I will love to explore webkit... At the same time, I do not want to use any restricted

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Vivek Khurana
On Mon, Jan 10, 2011 at 3:44 AM, Narendra Sisodiya wrote: > At the same time, I do not want to use any restricted Libraries.. Can > somebody explain license of PyQT ? > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#licenseAll > I want my code to be GPLv3. > If you want the

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 3:54 AM, Vivek Khurana wrote: > On Mon, Jan 10, 2011 at 3:44 AM, Narendra Sisodiya > wrote: > > At the same time, I do not want to use any restricted Libraries.. Can > > somebody explain license of PyQT ? > > > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref

Re: [BangPypers] Distributing a python project as a binary.

2011-01-09 Thread Kenneth Gonsalves
On Sun, 2011-01-09 at 10:00 +0530, Noufal Ibrahim wrote: > If your intention is to prevent people from reading your source code, > you might want to consider obfuscation (instead of compilation). > http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ (although it > is outdated) CVS LOL -- r

Re: [BangPypers] Distributing a python project as a binary.

2011-01-09 Thread Kenneth Gonsalves
On Sat, 2011-01-08 at 23:37 -0500, Pradeep Gowda wrote: > IMO, If the company is paranoid about protecting "IP", avoid using > scripting languages. or use perl - no one will be able to understand it, especially if all the code is in one single line. -- regards Kenneth Gonsalves

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Kenneth Gonsalves
On Mon, 2011-01-10 at 03:44 +0530, Narendra Sisodiya wrote: > At the same time, I do not want to use any restricted Libraries.. Can > somebody explain license of PyQT ? > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#licenseAll > I want my code to be GPLv3. a BSD style licen

Re: [BangPypers] Distributing a python project as a binary.

2011-01-09 Thread kunal ghosh
On Mon, Jan 10, 2011 at 6:22 AM, Kenneth Gonsalves wrote: > On Sat, 2011-01-08 at 23:37 -0500, Pradeep Gowda wrote: > > IMO, If the company is paranoid about protecting "IP", avoid using > > scripting languages. > > or use perl - no one will be able to understand it, especially if all > the code i

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Pradeep Gowda
On Sun, Jan 9, 2011 at 6:22 PM, Narendra Sisodiya wrote: > On Mon, Jan 10, 2011 at 3:54 AM, Vivek Khurana wrote: > >> On Mon, Jan 10, 2011 at 3:44 AM, Narendra Sisodiya >> wrote: >> > At the same time, I do not want to use any restricted Libraries.. Can >> > somebody explain license of PyQT ? >>

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 7:55 AM, Pradeep Gowda wrote: > On Sun, Jan 9, 2011 at 6:22 PM, Narendra Sisodiya > wrote: > > On Mon, Jan 10, 2011 at 3:54 AM, Vivek Khurana >wrote: > > > >> On Mon, Jan 10, 2011 at 3:44 AM, Narendra Sisodiya > >> wrote: > >> > At the same time, I do not want to use an

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Pradeep Gowda
On Sun, Jan 9, 2011 at 11:39 PM, Narendra Sisodiya wrote: > On Mon, Jan 10, 2011 at 7:55 AM, Pradeep Gowda wrote: > >> On Sun, Jan 9, 2011 at 6:22 PM, Narendra Sisodiya >> wrote: >> > On Mon, Jan 10, 2011 at 3:54 AM, Vivek Khurana > >wrote: >> > >> >> On Mon, Jan 10, 2011 at 3:44 AM, Narendra Si

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 10:38 AM, Pradeep Gowda wrote: > On Sun, Jan 9, 2011 at 11:39 PM, Narendra Sisodiya > wrote: > > On Mon, Jan 10, 2011 at 7:55 AM, Pradeep Gowda > wrote: > > > >> On Sun, Jan 9, 2011 at 6:22 PM, Narendra Sisodiya > >> wrote: > >> > On Mon, Jan 10, 2011 at 3:54 AM, Vivek

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Roshan Mathews
On Mon, Jan 10, 2011 at 10:56, Narendra Sisodiya wrote: > I am just typing some random string , it comes out to be a PyQT code. some > fellows are interested to buy it, I never tested using PyQT  nor i am giving > them suggestion to install PyQT. Client are doing by their own. How come I > am maki

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Pradeep Gowda
On Mon, Jan 10, 2011 at 12:26 AM, Narendra Sisodiya wrote: > On Mon, Jan 10, 2011 at 10:38 AM, Pradeep Gowda wrote: > >> On Sun, Jan 9, 2011 at 11:39 PM, Narendra Sisodiya >> wrote: >> > On Mon, Jan 10, 2011 at 7:55 AM, Pradeep Gowda >> wrote: >> > >> >> On Sun, Jan 9, 2011 at 6:22 PM, Narendra

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Anand Balachandran Pillai
On Mon, Jan 10, 2011 at 10:56 AM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > code to run. > > > > I am just typing some random string , it comes out to be a PyQT code. How ? This is some skill if you ask me. > some > fellows are interested to buy it, I never tested using Py

Re: [BangPypers] Suggestion for GUI

2011-01-09 Thread Anand Balachandran Pillai
On Mon, Jan 10, 2011 at 1:03 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > On Mon, Jan 10, 2011 at 10:56 AM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > >> code to run. >> > >> >> I am just typing some random string , it comes out to be a PyQT code. > > > Ho