[BangPypers] Request for Basic Python Workshop at Mysore-26th April 2014

2014-04-15 Thread vijay
Hi,    We got request for 2-4 hours basic python workshop . Below are details                  IMPULSE is an IEEE technical fest, conducted by IEEE-VVCE Student Branch, Vidya Vardhaka College of Engineering, Mysore.                   It'll be held on 25th (Friday) & 26th (Saturday) of this mo

[BangPypers] [ onClick run python script ]

2014-04-15 Thread Shashidhar Paragonda
Hello Python hackers, >>> I have written a HP Quality Center manual test case parser program to do some task. >>> My requirement is, there will be a button say execute for each manual test case in test lab. >>> When user click on execute button I need to execute my python parser program. >>> Do

Re: [BangPypers] [ onClick run python script ]

2014-04-15 Thread Binoy Mathew
Hi Shashi, See the below code... from Tkinter import Tk, Text, BOTH, W, N, E, S, INSERT from ttk import Frame, Button, Label, Style class Ui_app_class(Frame): def __init__(self, parent): Frame.__init__(self, parent) self.parent = parent self.initUI() def initUI(s

Re: [BangPypers] [ onClick run python script ]

2014-04-15 Thread konark modi
Hi Shashidhar, Although you have listed a very small requirement in terms of feature set, I believe same can expedite to a complex and interesting scenario. If it is a web application do look into systems like : Jobtastic [ http://policystat.github.io/jobtastic/ ] which is meant for running user

[BangPypers] Basic python workshop

2014-04-15 Thread Sukhbinder Singh
Hi Vijay, Can you share more details. I am interested. Cheers Sukhbinder Sent from my iPhone On Apr 15, 2014, at 3:30 PM, bangpypers-requ...@python.org wrote: > Send BangPypers mailing list submissions to >bangpypers@python.org > > To subscribe or unsubscribe via the World Wide Web, vis

Re: [BangPypers] Request for Basic Python Workshop at Mysore-26th April 2014

2014-04-15 Thread ashish makani
I am very interested Vijay. Can you provide some more details & connect me to some folks there. Thanks a ton, cheers, ashish *The only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you’ll know when you fin