[BangPypers] Fwd: how to make run in Win XP with a request modified py programs so that it will run in MSwindows.

2009-12-13 Thread 74yrs old
Hello, Since attachment is not allowed by moderator due to exceeding the limit. On request, I shall forward tesseractinid-trainer-GUI 0.1.2.3 Tar.gz. which is py program for consideration and help solicited. With regards, -sriranga(77yrs old -- Forwarded message -- From: 74yrs old

Re: [BangPypers] December user group meeting

2009-12-13 Thread Abhaya Agarwal
+1. I am new to this community and python in general and would love to meet others on the group. Abhaya On Mon, Dec 14, 2009 at 11:59 AM, wrote: > > Date: Mon, 14 Dec 2009 11:59:15 +0530 > From: Noufal Ibrahim > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] December use

Re: [BangPypers] Reg : Python Scripting

2009-12-13 Thread Anand Balachandran Pillai
On Mon, Dec 14, 2009 at 11:09 AM, murugadoss wrote: > Hi, > Thank u for the reply. My program is like this; > > int i; > printf("?"); > scanf("%d",&i); > > python script: > #!/usr/bin/env python > import sys > import os > import time > > os.system("./a.out") > os.system("2") > > output: > ./prog

Re: [BangPypers] December user group meeting

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 11:56 AM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > [..] > I guess most people would be away for vacations cuz it is the year end. > I would like to attend but I am off for a vacation from Dec 19 till Dec 30 > out of Bangalore. > > Anyway, if enough people

Re: [BangPypers] December user group meeting

2009-12-13 Thread Anand Balachandran Pillai
On Mon, Dec 14, 2009 at 10:54 AM, Noufal Ibrahim wrote: > On Mon, Dec 14, 2009 at 10:34 AM, Arvind Jamuna Dixit >wrote: > > > I find stuff related to python compiler/interpreter interesting. Just > like > > the talk presented by > > Mahadevan in the previous meetup. > > [..] > > I would have lov

Re: [BangPypers] Business rule engine in Python

2009-12-13 Thread Ankur Gupta
On 12/14/09, Noufal Ibrahim wrote: > Hello everyone, >I have a need to implement a rule engine in Python. I have a database > which contains some data that needs to be processed based on certain rules > that can be modified by a non-technical user using a web interface. The two > things which

Re: [BangPypers] Python Videos

2009-12-13 Thread Senthil Kumaran
On Mon, Dec 14, 2009 at 11:04:48AM +0530, Srinivas Reddy Thatiparthy wrote: > P.S: i can search but i cant double check each and every video whether > it is good in content and sound. The following videos are good resources in my opion. 1. http://pycon.blip.tv You can go to http://us.pycon.or

Re: [BangPypers] Python Videos

2009-12-13 Thread Baiju M
> Can somebody  suggest me the good python video links I found this very good: http://video.google.com/videoplay?docid=7760178035196894549# -- Baiju M ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Business rule engine in Python

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 11:09 AM, Ramdas S wrote: > Noufal, > > We had and have similar requirements. I did some asking at IRC, and the > general recommendation was to write custom modules in Python or store the > rules as conditions in database tables. > > We are using the second option and usin

Re: [BangPypers] Reg : Python Scripting

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 11:09 AM, murugadoss wrote: > Hi, > Thank u for the reply. My program is like this; > This is the third or fourth time this is being repeated. Please look through http://docs.python.org/library/subprocess.html -- ~noufal http://nibrahim.net.in ___

[BangPypers] Python Videos

2009-12-13 Thread Srinivas Reddy Thatiparthy
I generally watch NPTel videos for programming stuff. They are good in content and sound clarity is excellent. I searched for python related videos on blip.tv,found GVR Py3K intro video but sound clarity is not good. Can somebody suggest me the good python video links (should pertain

Re: [BangPypers] Reg : Python Scripting

2009-12-13 Thread murugadoss
Hi, Thank u for the reply. My program is like this; int i; printf("?"); scanf("%d",&i); python script: #!/usr/bin/env python import sys import os import time os.system("./a.out") os.system("2") output: ./prog.py ? > Waiting for input My input is given in the next line of the script.The

Re: [BangPypers] Little help

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 11:02 AM, Zubin Mithra wrote: > hi > i just downloaded the latest version of "pyroom 0.4.1" from launchpad; > its a minimalistic document editor written in python. > > its reported to run well on other versions of ubuntu other than > "karmic" which i am currently using now.

Re: [BangPypers] Business rule engine in Python

2009-12-13 Thread Ramdas S
Noufal, We had and have similar requirements. I did some asking at IRC, and the general recommendation was to write custom modules in Python or store the rules as conditions in database tables. We are using the second option and using ORMs its pretty easy to create what you want, and have been sh

[BangPypers] Little help

2009-12-13 Thread Zubin Mithra
hi i just downloaded the latest version of "pyroom 0.4.1" from launchpad; its a minimalistic document editor written in python. its reported to run well on other versions of ubuntu other than "karmic" which i am currently using now. the traceback i get on running the application can be seen here

[BangPypers] Business rule engine in Python

2009-12-13 Thread Noufal Ibrahim
Hello everyone, I have a need to implement a rule engine in Python. I have a database which contains some data that needs to be processed based on certain rules that can be modified by a non-technical user using a web interface. The two things which occur to me are 0. a DSL written using some pa

Re: [BangPypers] December user group meeting

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 10:34 AM, Arvind Jamuna Dixit wrote: > I find stuff related to python compiler/interpreter interesting. Just like > the talk presented by > Mahadevan in the previous meetup. [..] I would have loved to do a presentation on the PVM itself but my computer is dead and won't b

Re: [BangPypers] Reg : Python Scripting

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 10:04 AM, murugadoss wrote: > Hello, > I am new to python scripting. I saw about subprocess module. I need to > send an input to the running src,like > > eg: For adding two numbers > 1. image running and waiting for input from user >2. input 1 > 3. inp

Re: [BangPypers] December user group meeting

2009-12-13 Thread Noufal Ibrahim
On Mon, Dec 14, 2009 at 10:25 AM, Anand Chitipothu wrote: > On Fri, Dec 11, 2009 at 3:15 PM, Noufal Ibrahim wrote: > > It's as nice a time as ever to bring this up and see if there are any > > interesting talks that could be delivered on 18 or 25th. > > Why on a friday? How about doing on Sunday

Re: [BangPypers] December user group meeting

2009-12-13 Thread Arvind Jamuna Dixit
I find stuff related to python compiler/interpreter interesting. Just like the talk presented by Mahadevan in the previous meetup. On Sun, Dec 13, 2009 at 10:10 PM, Noufal Ibrahim wrote: > Anyone? Atleast some subjects people would like to hear about? > > On Fri, Dec 11, 2009 at 3:15 PM, Noufal

Re: [BangPypers] December user group meeting

2009-12-13 Thread Anand Chitipothu
On Fri, Dec 11, 2009 at 3:15 PM, Noufal Ibrahim wrote: > It's as nice a time as ever to bring this up and see if there are any > interesting talks that could be delivered on 18 or 25th. Why on a friday? How about doing on Sunday 20th? ___ BangPypers mai

Re: [BangPypers] Reg : Python Scripting

2009-12-13 Thread murugadoss
Hello, I am new to python scripting. I saw about subprocess module. I need to send an input to the running src,like eg: For adding two numbers 1. image running and waiting for input from user 2. input 1 3. input 2 eg: ./add.src 2 3 Can u please give me some more input how

Re: [BangPypers] Fwd: Python at KCG College of Technology, Chennai

2009-12-13 Thread Ramdas S
Great! Keep up the good work. Guys, once we have the society we must do something to encourage similar efforts, please do send in your thoughts, on what can be done Thanks ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mail

[BangPypers] Fwd: Python at KCG College of Technology, Chennai

2009-12-13 Thread Yuvi Panda
http://yuvi.in/blog/the-python-workshop.html We finished it 2 weeks back. It was totally free, and we had it during our Sem holidays. Response has been totally awesome - 1 guy's been experimenting with PyGame (finished a game with scoring, sound etc. and is working on adding an AI to it - tictacto

Re: [BangPypers] December user group meeting

2009-12-13 Thread Noufal Ibrahim
Anyone? Atleast some subjects people would like to hear about? On Fri, Dec 11, 2009 at 3:15 PM, Noufal Ibrahim wrote: > It's as nice a time as ever to bring this up and see if there are any > interesting talks that could be delivered on 18 or 25th. > > Anyone have a talk suggestion? > > -- > ~no

[BangPypers] [OT] Fwd: General Bangalore programming list

2009-12-13 Thread Noufal Ibrahim
This might be of interest to people here who want to diversify a little. Cross pollination is always a good thing. -- Forwarded message -- From: C. K. Ponnappa Date: Sun, Dec 13, 2009 at 9:48 PM Subject: Re: [ Bangalore RUG] [OT] Bangalore Clojure group To: bangalore...@googlegrou