From jacobjerin20 at gmail.com Sun Jun 1 12:10:54 2014 From: jacobjerin20 at gmail.com (JERIN JACOB) Date: Sun, 1 Jun 2014 15:40:54 +0530 Subject: [BangPypers] introduction Message-ID: Dear friends I am new to the user group and also python,my main aim to study the phyton will the help of these group From noufal at nibrahim.net.in Sun Jun 1 12:15:55 2014 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Sun, 01 Jun 2014 15:45:55 +0530 Subject: [BangPypers] introduction In-Reply-To: (JERIN JACOB's message of "Sun, 1 Jun 2014 15:40:54 +0530") References: Message-ID: <87ppitue90.fsf@sanitarium.localdomain> On Sun, Jun 01 2014, JERIN JACOB wrote: > Dear friends > > I am new to the user group and also python,my main aim to study the > phyton will the help of these group [...] You're very welcome. This is what I recommend to most people who want to learn python from scratch http://learnpythonthehardway.org/ Enjoy and feel free to ask questions you encounter along your journey. -- Cordially, Noufal http://nibrahim.net.in From jacobjerin20 at gmail.com Sun Jun 1 12:26:12 2014 From: jacobjerin20 at gmail.com (JERIN JACOB) Date: Sun, 1 Jun 2014 15:56:12 +0530 Subject: [BangPypers] doubt on installation python Message-ID: Dear friends I having the ubuntu os its possiable to install python From jnkoushik at gmail.com Sun Jun 1 12:55:05 2014 From: jnkoushik at gmail.com (Jayanth Koushik) Date: Sun, 1 Jun 2014 16:25:05 +0530 Subject: [BangPypers] doubt on installation python In-Reply-To: References: Message-ID: Dear Jerin Ubuntu comes with Python built in. To launch it, use the command 'python' in a terminal. Jayanth > On 01-Jun-2014, at 3:56 pm, JERIN JACOB wrote: > > Dear friends > > I having the ubuntu os its possiable to install python > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers From satishsagar83 at gmail.com Sun Jun 1 13:01:07 2014 From: satishsagar83 at gmail.com (L Radhakrishna Rao) Date: Sun, 1 Jun 2014 16:31:07 +0530 Subject: [BangPypers] doubt on installation python In-Reply-To: References: Message-ID: Open terminal in ubuntu type which python, you would get python. windows,you can even see the python, if it is installed in the windows os. On Sun, Jun 1, 2014 at 4:25 PM, Jayanth Koushik wrote: > Dear Jerin > > Ubuntu comes with Python built in. To launch it, use the command 'python' > in a terminal. > > Jayanth > > > On 01-Jun-2014, at 3:56 pm, JERIN JACOB wrote: > > > > Dear friends > > > > I having the ubuntu os its possiable to install python > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From anand21nanda at gmail.com Sun Jun 1 16:43:53 2014 From: anand21nanda at gmail.com (Anand Reddy Pandikunta) Date: Sun, 1 Jun 2014 20:13:53 +0530 Subject: [BangPypers] Help With Python Message-ID: Hi, I want to build a web app with python. Just scrape a website, process the data and display the data. Need to add few forms also. Please suggest me a suitable framework. Also suggest me resources to learn & some projects to get involved. Thank You. -- - Anand Reddy Pandikunta www.avilpage.com www.quotes160.com From mandarvaze at gmail.com Sun Jun 1 19:19:03 2014 From: mandarvaze at gmail.com (=?UTF-8?B?TWFuZGFyIFZhemUgLyDgpK7gpILgpKbgpL7gpLAg4KS14KSd4KWH?=) Date: Sun, 1 Jun 2014 22:49:03 +0530 Subject: [BangPypers] Help With Python In-Reply-To: References: Message-ID: > Please suggest me a suitable framework. > Web2py Also suggest me resources to learn & some projects to get involved. > http://web2py.com/init/default/documentation http://web2py.com/book -Mandar From gladiatorg4 at gmail.com Mon Jun 2 07:08:36 2014 From: gladiatorg4 at gmail.com (Joseph Gladson) Date: Mon, 2 Jun 2014 10:38:36 +0530 Subject: [BangPypers] doubt on installation python In-Reply-To: References: Message-ID: Why you need to install python in Ubuntu ???,It will be already there in it....do you mean to upgrade the installed version of python??? Or what?? On Jun 1, 2014 3:56 PM, "JERIN JACOB" wrote: > Dear friends > > I having the ubuntu os its possiable to install python > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From rohitchormale at gmail.com Mon Jun 2 07:18:59 2014 From: rohitchormale at gmail.com (Rohit Chormale) Date: Mon, 2 Jun 2014 10:48:59 +0530 Subject: [BangPypers] introduction In-Reply-To: <87ppitue90.fsf@sanitarium.localdomain> References: <87ppitue90.fsf@sanitarium.localdomain> Message-ID: Hi Jerin, If you know a little bit @ programming also take a look, http://files.swaroopch.com/python/byte_of_python.pdf You will love it. On Sun, Jun 1, 2014 at 3:45 PM, Noufal Ibrahim KV wrote: > On Sun, Jun 01 2014, JERIN JACOB wrote: > > > Dear friends > > > > I am new to the user group and also python,my main aim to study the > > phyton will the help of these group > [...] > > You're very welcome. > > This is what I recommend to most people who want to learn python from > scratch http://learnpythonthehardway.org/ > > Enjoy and feel free to ask questions you encounter along your journey. > > -- > Cordially, > Noufal > http://nibrahim.net.in > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From jacobjerin20 at gmail.com Mon Jun 2 07:42:18 2014 From: jacobjerin20 at gmail.com (JERIN JACOB) Date: Mon, 2 Jun 2014 11:12:18 +0530 Subject: [BangPypers] BangPypers Digest, Vol 82, Issue 1 In-Reply-To: References: Message-ID: Dear friends thanks for all your supports On 2 June 2014 10:49, wrote: > Send BangPypers mailing list submissions to > bangpypers at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-request at python.org > > You can reach the person managing the list at > bangpypers-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. introduction (JERIN JACOB) > 2. Re: introduction (Noufal Ibrahim KV) > 3. doubt on installation python (JERIN JACOB) > 4. Re: doubt on installation python (Jayanth Koushik) > 5. Re: doubt on installation python (L Radhakrishna Rao) > 6. Help With Python (Anand Reddy Pandikunta) > 7. Re: Help With Python (Mandar Vaze / ????? ???) > 8. Re: doubt on installation python (Joseph Gladson) > 9. Re: introduction (Rohit Chormale) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 1 Jun 2014 15:40:54 +0530 > From: JERIN JACOB > To: bangpypers at python.org > Subject: [BangPypers] introduction > Message-ID: > < > CAFkeSQ5cK3FMssSz4kQZW++dmwStt-GFw4NN_TdHz_XcEpjE1Q at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Dear friends > > I am new to the user group and also python,my main aim to study the > phyton will the help of these group > > > ------------------------------ > > Message: 2 > Date: Sun, 01 Jun 2014 15:45:55 +0530 > From: Noufal Ibrahim KV > To: JERIN JACOB > Cc: bangpypers at python.org > Subject: Re: [BangPypers] introduction > Message-ID: <87ppitue90.fsf at sanitarium.localdomain> > Content-Type: text/plain > > On Sun, Jun 01 2014, JERIN JACOB wrote: > > > Dear friends > > > > I am new to the user group and also python,my main aim to study the > > phyton will the help of these group > [...] > > You're very welcome. > > This is what I recommend to most people who want to learn python from > scratch http://learnpythonthehardway.org/ > > Enjoy and feel free to ask questions you encounter along your journey. > > -- > Cordially, > Noufal > http://nibrahim.net.in > > > ------------------------------ > > Message: 3 > Date: Sun, 1 Jun 2014 15:56:12 +0530 > From: JERIN JACOB > To: bangpypers at python.org > Subject: [BangPypers] doubt on installation python > Message-ID: > ajm3s_WZdQdkMA at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Dear friends > > I having the ubuntu os its possiable to install python > > > ------------------------------ > > Message: 4 > Date: Sun, 1 Jun 2014 16:25:05 +0530 > From: Jayanth Koushik > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] doubt on installation python > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Dear Jerin > > Ubuntu comes with Python built in. To launch it, use the command 'python' > in a terminal. > > Jayanth > > > On 01-Jun-2014, at 3:56 pm, JERIN JACOB wrote: > > > > Dear friends > > > > I having the ubuntu os its possiable to install python > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > Message: 5 > Date: Sun, 1 Jun 2014 16:31:07 +0530 > From: L Radhakrishna Rao > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] doubt on installation python > Message-ID: > < > CAAZd-jQvK72M5eTW_+giC6FJ+Y+H3y5heQ8c96j5pFWif+qdKA at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Open terminal in ubuntu > > type which python, you would get python. > > > > windows,you can even see the python, if it is installed in the windows os. > > > On Sun, Jun 1, 2014 at 4:25 PM, Jayanth Koushik > wrote: > > > Dear Jerin > > > > Ubuntu comes with Python built in. To launch it, use the command 'python' > > in a terminal. > > > > Jayanth > > > > > On 01-Jun-2014, at 3:56 pm, JERIN JACOB > wrote: > > > > > > Dear friends > > > > > > I having the ubuntu os its possiable to install python > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers at python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Message: 6 > Date: Sun, 1 Jun 2014 20:13:53 +0530 > From: Anand Reddy Pandikunta > To: bangpypers at python.org > Subject: [BangPypers] Help With Python > Message-ID: > XgV1BnUgFHwnbvHi_MbZAYTcA at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > > I want to build a web app with python. Just scrape a website, process the > data and display the data. Need to add few forms also. > > Please suggest me a suitable framework. > > Also suggest me resources to learn & some projects to get involved. > > Thank You. > > -- > - Anand Reddy Pandikunta > www.avilpage.com > www.quotes160.com > > > ------------------------------ > > Message: 7 > Date: Sun, 1 Jun 2014 22:49:03 +0530 > From: Mandar Vaze / ????? ??? > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] Help With Python > Message-ID: > vdnXnpJZLXquP1g0wkRoQ6Ek_J4Ag at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > > Please suggest me a suitable framework. > > > > Web2py > > Also suggest me resources to learn & some projects to get involved. > > > > http://web2py.com/init/default/documentation > http://web2py.com/book > > -Mandar > > > ------------------------------ > > Message: 8 > Date: Mon, 2 Jun 2014 10:38:36 +0530 > From: Joseph Gladson > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] doubt on installation python > Message-ID: > PMXA4-g at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Why you need to install python in Ubuntu ???,It will be already there in > it....do you mean to upgrade the installed version of python??? Or what?? > On Jun 1, 2014 3:56 PM, "JERIN JACOB" wrote: > > > Dear friends > > > > I having the ubuntu os its possiable to install python > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Message: 9 > Date: Mon, 2 Jun 2014 10:48:59 +0530 > From: Rohit Chormale > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] introduction > Message-ID: > xAh9gCX-uyXYebRaKEUcQ at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi Jerin, > > If you know a little bit @ programming also take a look, > > http://files.swaroopch.com/python/byte_of_python.pdf > > You will love it. > > > > On Sun, Jun 1, 2014 at 3:45 PM, Noufal Ibrahim KV > wrote: > > > On Sun, Jun 01 2014, JERIN JACOB wrote: > > > > > Dear friends > > > > > > I am new to the user group and also python,my main aim to study the > > > phyton will the help of these group > > [...] > > > > You're very welcome. > > > > This is what I recommend to most people who want to learn python from > > scratch http://learnpythonthehardway.org/ > > > > Enjoy and feel free to ask questions you encounter along your journey. > > > > -- > > Cordially, > > Noufal > > http://nibrahim.net.in > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 82, Issue 1 > ***************************************** > From kushaldas at gmail.com Mon Jun 2 07:56:11 2014 From: kushaldas at gmail.com (Kushal Das) Date: Mon, 2 Jun 2014 11:26:11 +0530 Subject: [BangPypers] Mailing list rules in general [Was Re: BangPypers Digest, Vol 82, Issue 1] Message-ID: On Mon, Jun 2, 2014 at 11:12 AM, JERIN JACOB wrote: > Dear friends > > thanks for all your supports > Now as you getting help, here are few basic rules related to any FOSS mailing lists. 1. When you replying to a digest email change the subject line so that people can understand which email thread you are refering to. 2. Do not top post. 3. Using plain text replies are better than html emails. You can read this[1] presentation to learn more on communication guidelines. I hope you will keep using Python and help others as required. [1] http://www.shakthimaan.com/downloads/glv/presentations/communication-guidelines.pdf Kushal -- CPython Core Developer http://fedoraproject.org http://kushaldas.in From sharanuph at gmail.com Mon Jun 2 08:58:37 2014 From: sharanuph at gmail.com (Sharanu Patil) Date: Mon, 2 Jun 2014 12:28:37 +0530 Subject: [BangPypers] what is python frameworks Message-ID: Hi , I have been working in python in scripting for quiet some time , since i am changing the job, in many interview they are asking below quesion " have you worked on the python framework ," " what is structure of it ", "how do you develop a framework from the scratch " It is pleasure to post my first question about python on this mailing list Thanaks, Sharan From rohitchormale at gmail.com Mon Jun 2 09:25:53 2014 From: rohitchormale at gmail.com (Rohit Chormale) Date: Mon, 2 Jun 2014 12:55:53 +0530 Subject: [BangPypers] what is python frameworks In-Reply-To: References: Message-ID: Django , web2py etc. are some example of python web frameworks. While Twisted, Medusa etc. are examples of python network frameworks. Many times organizations build their own frameworks using native & third party libraries to fulfil their specific requirements. This is useful to them when they are targeting in particular domain. (e.g. gaming) In fact, number of python frameworks are first started in private organizations, which were open sourced later. I hope this info might be useful to you. Thnks. On Mon, Jun 2, 2014 at 12:28 PM, Sharanu Patil wrote: > Hi , > > I have been working in python in scripting for quiet some time , > since i am changing the job, in many interview they are asking below > quesion > > " have you worked on the python framework ," > " what is structure of it ", > "how do you develop a framework from the scratch " > > It is pleasure to post my first question about python on this mailing > list > > > Thanaks, > Sharan > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From noufal at nibrahim.net.in Mon Jun 2 09:52:24 2014 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Mon, 02 Jun 2014 13:22:24 +0530 Subject: [BangPypers] Replying to digests (was: BangPypers Digest, Vol 82, Issue 1) In-Reply-To: (JERIN JACOB's message of "Mon, 2 Jun 2014 11:12:18 +0530") References: Message-ID: <87k38zu4sn.fsf_-_@sanitarium.localdomain> On Mon, Jun 02 2014, JERIN JACOB wrote: > Dear friends > > thanks for all your supports [...] Please reply to individual threads rather than to a digest. It's hard to follow the conversations. -- Cordially, Noufal http://nibrahim.net.in From rahulpcet19 at gmail.com Mon Jun 2 11:44:51 2014 From: rahulpcet19 at gmail.com (Rahul Gopan) Date: Mon, 2 Jun 2014 15:14:51 +0530 Subject: [BangPypers] Restart when python script hangs Message-ID: Hello, When I run a python script it hangs at random places. Is there any way to identify when the script hangs and to resume it automatically. When I see that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command to start it again. I want to automate this. Kindly help me how it can done Regards, Rahul G From rohitchormale at gmail.com Mon Jun 2 12:43:58 2014 From: rohitchormale at gmail.com (Rohit Chormale) Date: Mon, 2 Jun 2014 16:13:58 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: References: Message-ID: You might need to find first where it hangs. You can do this using test cases. Also if you give some code snippet, we might able to help you. Have a good luck On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > Hello, > > When I run a python script it hangs at random places. Is there any way to > identify when the script hangs and to resume it automatically. When I see > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command > to start it again. I want to automate this. > > Kindly help me how it can done > > Regards, > Rahul G > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From ashish.makani at gmail.com Mon Jun 2 13:00:57 2014 From: ashish.makani at gmail.com (ashish makani) Date: Mon, 2 Jun 2014 16:30:57 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: References: Message-ID: hi rahul, as rohit mentioned, it would be helpful, if you can share the code of the script in question you can share & upload the script here https://gist.github.com/ 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 find it.? - Steve Jobs (1955 - 2011)* On Mon, Jun 2, 2014 at 4:13 PM, Rohit Chormale wrote: > You might need to find first where it hangs. > You can do this using test cases. > > Also if you give some code snippet, we might able to help you. > > Have a good luck > > > On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > > > Hello, > > > > When I run a python script it hangs at random places. Is there any way to > > identify when the script hangs and to resume it automatically. When I see > > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg > command > > to start it again. I want to automate this. > > > > Kindly help me how it can done > > > > Regards, > > Rahul G > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From noufal at nibrahim.net.in Mon Jun 2 13:10:06 2014 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Mon, 02 Jun 2014 16:40:06 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: (Rahul Gopan's message of "Mon, 2 Jun 2014 15:14:51 +0530") References: Message-ID: <87egz7tvn5.fsf@sanitarium.localdomain> On Mon, Jun 02 2014, Rahul Gopan wrote: > Hello, > > When I run a python script it hangs at random places. Is there any way to > identify when the script hangs and to resume it automatically. When I see > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command > to start it again. I want to automate this. >From the zen of python "Errors should never pass silently." You should find out why it's hanging and fix it. [...] -- Cordially, Noufal http://nibrahim.net.in From sateeshpyper at gmail.com Mon Jun 2 15:26:33 2014 From: sateeshpyper at gmail.com (Sateesh Kumar) Date: Mon, 2 Jun 2014 18:56:33 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: References: Message-ID: On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > Hello, > > When I run a python script it hangs at random places. Is there any way to > identify when the script hangs and to resume it automatically. When I see > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command > to start it again. I want to automate this. > > As others have already suggested it is not a good idea to silently ignore the errors, so you should debug your script to understand where exactly the script would hang. You can get a trace of the script state when you press 'Ctrl+Z' by handling the signal and making use of the 'inspect' module. Consider the below sample code: % cat signal.py import signal import time import inspect # Register function 'signal_handler' to handle the signal 'Ctrl+Z' signal.signal(signal.SIGTSTP, signal_handler) def signal_handler(signal, frame): print "You pressed Ctrl+Z\n"; frame,filename,line_number,function_name,lines,index = inspect.getouterframes(inspect.currentframe())[1] print(frame,filename,line_number,function_name,lines,index) def signal_check(): while (1): time.sleep(5) if __name__ == '__main__': signal_check() When the above script is running, pressing 'Ctrl+Z' would yield below output and the script would continue its execution. % python signal.py Hello ... You pressed Ctrl+Z (, 'signal.py', 16, 'signal_check', [' time.sleep(5)\n'], 0) Hello Hello ... The output from inspect: frame,filename,line_number,function_name,lines,index = inspect.getouterframes(inspect.currentframe())[1] will give details like name of the function which resulted in call for signal handler, line number etc. Refer to the documentation of 'signal' module for more details on using this module for signal handling. https://docs.python.org/2/library/signal.html#module-signal reg, sateesh From amit.pureenergy at gmail.com Mon Jun 2 15:43:18 2014 From: amit.pureenergy at gmail.com (Amit Sethi) Date: Mon, 2 Jun 2014 19:13:18 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: References: Message-ID: If by any chance you are trying to write a deamon, you could monitor it using http://supervisord.org/ On Mon, Jun 2, 2014 at 6:56 PM, Sateesh Kumar wrote: > On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > >> Hello, >> >> When I run a python script it hangs at random places. Is there any way to >> identify when the script hangs and to resume it automatically. When I see >> that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command >> to start it again. I want to automate this. >> >> > As others have already suggested it is not a good idea to silently ignore > the errors, > so you should debug your script to understand where exactly the script > would hang. > > You can get a trace of the script state when you press 'Ctrl+Z' by handling > the signal and making use of the 'inspect' module. > > Consider the below sample code: > > % cat signal.py > > import signal > import time > import inspect > > # Register function 'signal_handler' to handle the signal 'Ctrl+Z' > signal.signal(signal.SIGTSTP, signal_handler) > > def signal_handler(signal, frame): > print "You pressed Ctrl+Z\n"; > frame,filename,line_number,function_name,lines,index = > inspect.getouterframes(inspect.currentframe())[1] > print(frame,filename,line_number,function_name,lines,index) > > > > def signal_check(): > while (1): > time.sleep(5) > > if __name__ == '__main__': > signal_check() > > > When the above script is running, pressing 'Ctrl+Z' would yield below > output and > the script would continue its execution. > > % python signal.py > Hello > ... > You pressed Ctrl+Z > > (, 'signal.py', 16, 'signal_check', [' > time.sleep(5)\n'], 0) > > Hello > Hello > ... > > > The output from inspect: > frame,filename,line_number,function_name,lines,index = > inspect.getouterframes(inspect.currentframe())[1] > will give details like name of the function which resulted in call for > signal handler, line number etc. > > Refer to the documentation of 'signal' module for more details on using > this module for signal handling. > https://docs.python.org/2/library/signal.html#module-signal > > reg, > sateesh > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers -- A-M-I-T S|S From venu.murthy at thoughtworks.com Mon Jun 2 17:38:07 2014 From: venu.murthy at thoughtworks.com (Venu Murthy) Date: Mon, 2 Jun 2014 21:08:07 +0530 Subject: [BangPypers] BangPypers Digest, Vol 81, Issue 11 In-Reply-To: References: Message-ID: Hello Jessica, While I am waiting for some more projects to listed here, I thought of sharing with you the Social Impact Projects that my friends in ThoughtWorks has undertaken in India. About the project Built using For more info Vikalpsangam is a platform that showcases and shares stories of Alternatives to current model from Ecology, Environment, Schooling, Transport, Settlements, Politics, and so on. A collective of NGOs supporting more environment friendly practices. Mezzanine (CMS), Python, Django http://www.vikalpsangam.org/ Rural IndiaOnline is an archive and living journal of oral and visual history of Rural India. Most of it is in Django http://www.ruralindiaonline.org/ Renovating the Website ArvindGupaToys.com Mezzanine (CMS), Django arvindguptatoys.com Best regards, Venu --- *?Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution.... ? Aristotle* On Sat, May 10, 2014 at 3:30 PM, wrote: > Send BangPypers mailing list submissions to > bangpypers at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-request at python.org > > You can reach the person managing the list at > bangpypers-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. Python in India, for India (Jessica McKellar) > 2. Re: Python in India, for India (Bibhas Ch Debnath) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 9 May 2014 09:19:19 -0700 > From: Jessica McKellar > To: bangpypers at python.org > Subject: [BangPypers] Python in India, for India > Message-ID: > qA at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi folks, > > Some of you may know me as a Director for the Python Software Foundation or > from PyCon North America. > > I'm gathering examples of Python being used to do great, uniquely > *regional* work. > Do you have suggestions for cool, impactful projects that use Python in > India, for India? They might, for example, be related to local > conservation, culture, science, education, sports, or politics. > > Regards, > Jessica > > -- > Jessica McKellar > http://jesstess.com > > > ------------------------------ > > Message: 2 > Date: Fri, 9 May 2014 23:23:24 +0530 > From: Bibhas Ch Debnath > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] Python in India, for India > Message-ID: > < > CAG1ZUWdQzdJrF3nwPgf5hHqU3agxKc4i1SS_TtWN0cq12cp3cw at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi Jessica, > > It's nice to see you here. I think this topic is the perfect place to talk > about what me and my friends do. > > We are a small non-profit called Karnataka Learning Partnership( > http://klp.org.in/) with the target of better education for all children > in > Karnataka. We gather data from (almost) *all* the primary schools in the > Karnataka state from various sources including govt provided data and the > open data available out there. These data are usually unstructured. So we > put efforts to clean them up, connect unrelated data(with both automated > softwares and manual efforts), and derive useful information out of them. > We then publish those information in two ways. 1. Reports in printable > format and 2. through API. We send the printed reports back to the Member > of Parliaments and other govt officials who needs these data to make better > decisions and we open the API to the public. > > And we do *all* of this using Python. We've been doing this for years. For > our webapps, we have used web.py for a long time. Now mostly using Django. > All our data migrations tools, automation scripts, web apps etc are built > with Python. You can see it all at https://github.com/klpdotorg > > Any feedback is welcome. :) > > > ---- > Thanks, > Bibhas Debnath > http://bibhas.in > > > On Fri, May 9, 2014 at 9:49 PM, Jessica McKellar < > jessica.mckellar at gmail.com > > wrote: > > > Hi folks, > > > > Some of you may know me as a Director for the Python Software Foundation > or > > from PyCon North America. > > > > I'm gathering examples of Python being used to do great, uniquely > > *regional* work. > > Do you have suggestions for cool, impactful projects that use Python in > > India, for India? They might, for example, be related to local > > conservation, culture, science, education, sports, or politics. > > > > Regards, > > Jessica > > > > -- > > Jessica McKellar > > http://jesstess.com > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 81, Issue 11 > ****************************************** > From skksundar at yahoo.co.in Tue Jun 3 05:18:42 2014 From: skksundar at yahoo.co.in (Senthil) Date: Tue, 3 Jun 2014 11:18:42 +0800 (SGT) Subject: [BangPypers] Django using syncdb does not work Message-ID: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> Hi All, I am in process of writing an application. While designing models, I have the database tables created first and tried using syncdb to create the models. When i try to access the models from view I get error. Upon searching in google, I found that only after designing models, the database is being created. Should I follow the second approach? Or is there a way i can create tables and sync them to create models and make them work successfully? Please advise. Thanks. SSK. From gora at mimirtech.com Tue Jun 3 05:32:35 2014 From: gora at mimirtech.com (Gora Mohanty) Date: Tue, 3 Jun 2014 09:02:35 +0530 Subject: [BangPypers] Django using syncdb does not work In-Reply-To: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> References: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> Message-ID: On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried using syncdb to create the models. > When i try to access the models from view I get error. > Upon searching in google, I found that only after designing models, the database is being created. Please try out the nice Django tutorial on the site. Learning how to use syncdb is a very basic step, and you need to be completely familiar with this process. > Should I follow the second approach? > Or is there a way i can create tables and sync them to create models and make them work successfully? Normally, with a framework like Django. one designs the system top-down; from user needs to models which the Django ORM translates to database tables for you. So, yes, that is the way to go. An exception is if one already has a database with tables, say from another site, or from Wordpress, Drupal, etc. In that case, one can use Django's inspectdb to create the initial models by examining the existing tables, i.e., the reverse of the normal process. While such auto-generated models are crude, they are fine as a base to start from. Regards, Gora From skksundar at yahoo.co.in Tue Jun 3 05:40:20 2014 From: skksundar at yahoo.co.in (Senthil) Date: Tue, 3 Jun 2014 11:40:20 +0800 (SGT) Subject: [BangPypers] Django using syncdb does not work In-Reply-To: References: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> Message-ID: <1401766820.47932.YahooMailNeo@web193503.mail.sg3.yahoo.com> Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of inspectdb; But in practice, i used inspectdb only and i am facing error condition. In? short time, let me share the error. Thanks again. --SSK. On Tuesday, 3 June 2014 9:02 AM, Gora Mohanty wrote: On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried using syncdb to create the models. > When i try to access the models from view I get error. > Upon searching in google, I found that only after designing models, the database is being created. Please try out the nice Django tutorial on the site. Learning how to use syncdb is a very basic step, and you need to be completely familiar with this process. > Should I follow the second approach? > Or is there a way i can create tables and sync them to create models and make them work successfully? Normally, with a framework like Django. one designs the system top-down; from user needs to models which the Django ORM translates to database tables for you. So, yes, that is the way to go. An exception is if one already has a database with tables, say from another site, or from Wordpress, Drupal, etc. In that case, one can use Django's inspectdb to create the initial models by examining the existing tables, i.e., the reverse of the normal process. While such auto-generated models are crude, they are fine as a base to start from. Regards, Gora From skksundar at yahoo.co.in Tue Jun 3 05:48:47 2014 From: skksundar at yahoo.co.in (Senthil) Date: Tue, 3 Jun 2014 11:48:47 +0800 (SGT) Subject: [BangPypers] Restart when python script hangs In-Reply-To: References: Message-ID: <1401767327.17456.YahooMailNeo@web193505.mail.sg3.yahoo.com> Sateesh, I have a question. In your sample code you are registering the method signal_handler prior to its definition. Does that work? --SSK. On Monday, 2 June 2014 6:57 PM, Sateesh Kumar wrote: On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > Hello, > > When I run a python script it hangs at random places. Is there any way to > identify when the script hangs and to resume it automatically. When I see > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command > to start it again. I want to automate this. > > As others have already suggested it is not a good idea to silently ignore the errors, so you should debug your script to understand where exactly the script would hang. You can get a trace of the script state when you press 'Ctrl+Z' by handling the signal and making use of the 'inspect' module. Consider the below sample code: % cat signal.py import signal import time import inspect # Register function 'signal_handler' to handle the signal 'Ctrl+Z' signal.signal(signal.SIGTSTP, signal_handler) def signal_handler(signal, frame): ? ? print "You pressed Ctrl+Z\n"; ? ? frame,filename,line_number,function_name,lines,index = inspect.getouterframes(inspect.currentframe())[1] ? ? print(frame,filename,line_number,function_name,lines,index) def signal_check(): ? ? while (1): ? ? ? ? time.sleep(5) if __name__ == '__main__': ? ? signal_check() When the above script is running, pressing 'Ctrl+Z' would yield below output and the script would continue its execution. % python signal.py Hello ... You pressed Ctrl+Z (, 'signal.py', 16, 'signal_check', [' time.sleep(5)\n'], 0) Hello Hello ... The output from inspect: frame,filename,line_number,function_name,lines,index = inspect.getouterframes(inspect.currentframe())[1] will give details like name of the function which resulted in call for signal handler, line number etc. Refer to the documentation of 'signal' module for more details on using this module for signal handling. https://docs.python.org/2/library/signal.html#module-signal reg, sateesh _______________________________________________ BangPypers mailing list BangPypers at python.org https://mail.python.org/mailman/listinfo/bangpypers From senthil at uthcode.com Tue Jun 3 06:50:39 2014 From: senthil at uthcode.com (Senthil Kumaran) Date: Mon, 2 Jun 2014 21:50:39 -0700 Subject: [BangPypers] Restart when python script hangs In-Reply-To: <1401767327.17456.YahooMailNeo@web193505.mail.sg3.yahoo.com> References: <1401767327.17456.YahooMailNeo@web193505.mail.sg3.yahoo.com> Message-ID: <14FBB0F07ECF4696A9F67B95DB611386@uthcode.com> Good spotting. I was surprised too. $ python code.py Traceback (most recent call last): File "a3.py", line 6, in signal.signal(signal.SIGTSTP, signal_handler) NameError: name 'signal_handler' is not defined -- Senthil Kumaran Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, June 2, 2014 at 8:48 PM, Senthil wrote: > Sateesh, > > I have a question. > In your sample code you are registering the method signal_handler prior to its definition. > Does that work? > > --SSK. > > > > > On Monday, 2 June 2014 6:57 PM, Sateesh Kumar wrote: > > > > On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > > > Hello, > > > > When I run a python script it hangs at random places. Is there any way to > > identify when the script hangs and to resume it automatically. When I see > > that it is not responding i do ^Z (Ctrl -Z) to stop and then use fg command > > to start it again. I want to automate this. > > > > As others have already suggested it is not a good idea to silently ignore > the errors, > so you should debug your script to understand where exactly the script > would hang. > > You can get a trace of the script state when you press 'Ctrl+Z' by handling > the signal and making use of the 'inspect' module. > > Consider the below sample code: > > % cat signal.py > > import signal > import time > import inspect > > # Register function 'signal_handler' to handle the signal 'Ctrl+Z' > signal.signal(signal.SIGTSTP, signal_handler) > > def signal_handler(signal, frame): > print "You pressed Ctrl+Z\n"; > frame,filename,line_number,function_name,lines,index = > inspect.getouterframes(inspect.currentframe())[1] > print(frame,filename,line_number,function_name,lines,index) > > > > def signal_check(): > while (1): > time.sleep(5) > > if __name__ == '__main__': > signal_check() > > > When the above script is running, pressing 'Ctrl+Z' would yield below > output and > the script would continue its execution. > > % python signal.py > Hello > ... > You pressed Ctrl+Z > > (, 'signal.py', 16, 'signal_check', [' > time.sleep(5)\n'], 0) > > Hello > Hello > ... > > > The output from inspect: > frame,filename,line_number,function_name,lines,index = > inspect.getouterframes(inspect.currentframe())[1] > will give details like name of the function which resulted in call for > signal handler, line number etc. > > Refer to the documentation of 'signal' module for more details on using > this module for signal handling. > https://docs.python.org/2/library/signal.html#module-signal > > reg, > sateesh > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org (mailto:BangPypers at python.org) > https://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ > BangPypers mailing list > BangPypers at python.org (mailto:BangPypers at python.org) > https://mail.python.org/mailman/listinfo/bangpypers > > From rajiv.m1991 at gmail.com Tue Jun 3 06:51:10 2014 From: rajiv.m1991 at gmail.com (Rajiv Subramanian M) Date: Tue, 3 Jun 2014 10:21:10 +0530 Subject: [BangPypers] BangPypers Digest, Vol 81, Issue 11 In-Reply-To: References: Message-ID: Hello Venu Murthy, When posting mail to bangpypers user group, Please edit your SUBJECT to proper Thread Name rather than replying to BangPypers Digest. Its hard to follow what thread you are replying to. Thanks, Rajiv From sateeshpyper at gmail.com Tue Jun 3 07:02:51 2014 From: sateeshpyper at gmail.com (Sateesh Kumar) Date: Tue, 3 Jun 2014 10:32:51 +0530 Subject: [BangPypers] Restart when python script hangs In-Reply-To: <1401767327.17456.YahooMailNeo@web193505.mail.sg3.yahoo.com> References: <1401767327.17456.YahooMailNeo@web193505.mail.sg3.yahoo.com> Message-ID: On Tue, Jun 3, 2014 at 9:18 AM, Senthil wrote: > Sateesh, > > I have a question. > In your sample code you are registering the method signal_handler prior to > its definition. > Does that work? > > --SSK. > > You are right. The registration of signal handler should be after the function definition. I made some mistake during copy of the sample code. Sorry for the confusion and thanks for the correction. reg, sateesh From senthil at uthcode.com Tue Jun 3 19:18:08 2014 From: senthil at uthcode.com (Senthil Kumaran) Date: Tue, 3 Jun 2014 10:18:08 -0700 Subject: [BangPypers] what is python frameworks In-Reply-To: References: Message-ID: <5C05EB5D2F644A49B5408A106C6C511A@uthcode.com> Hi Sharanu, I will try to answer this as it is an interesting topic. The ?python scripts? that you write initially are mostly, single purpose command line ones. For e.g. in order to add two numbers you can write your script (heck!, let?s call it as an worldchangingapp.py) like this. #worldchangingapp.py def add(x, y): return x + y if __name__ == ?__main__?: add(4,5) Simple, isn?t it? Now, realize that the add() function that you have written may be useful to your friend as well, who does not want to reimplement the add function. So you decided that you will release your add function as a library, call it as arithmeticlib.py So arithmeticlib.py has this function now # arithmeticlib.py def add(x, y): return x + y And your worldchangingapp can include that lib # worldchaningapp.py from arithmeticlib import add if __name__ == ?__main__?: add(4,5) Now you are clear what a library is useful for. Similar to arithmeticlib, your friends have come out with statisticslib, permutationslib, algebraiclib etc to deal with other problems in the domain. You realize that you can bundle them all together and ship it as an common library called mathslib. To further make it interesting, you decided that you will structure your code in such as way, that calling any library will be easy and consistent. For e.g. doCalculate(x,y) will call arthimeticlib if two numbers are sent. will call statistics lib if two population data is sent. will call algebraic lib if two objects which of type Algebra are sent. Your code will look easy to read. The work however, is the way you design your library ?math lib?. At this point, you will design it to make it extensible, so that your user can extend the library and add his own functionality too. Without realizing, you have now created a framework. This is how frameworks are usually created. The hard part is the design process and that is solved by reading about software architecture, looking at the examples from the other world (most prominently the Java world, where (IMHO) the language leads to designing scalable systems in a disciplined manner well) and reading the books on Design patterns and looking at the code of popular web frameworks.. So Framework is just a collection of libraries (which is a collection of reusable code), which is designed with extensibility and easy of use in mind. Hope this answers your question and you will be able to crack your interview question!. :) Cheers, Senthil -- Senthil Kumaran Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, June 1, 2014 at 11:58 PM, Sharanu Patil wrote: > Hi , > > I have been working in python in scripting for quiet some time , > since i am changing the job, in many interview they are asking below > quesion > > " have you worked on the python framework ," > " what is structure of it ", > "how do you develop a framework from the scratch " > > It is pleasure to post my first question about python on this mailing > list > > > Thanaks, > Sharan > _______________________________________________ > BangPypers mailing list > BangPypers at python.org (mailto:BangPypers at python.org) > https://mail.python.org/mailman/listinfo/bangpypers > > > From skksundar at yahoo.co.in Wed Jun 4 19:58:11 2014 From: skksundar at yahoo.co.in (Senthil) Date: Thu, 5 Jun 2014 01:58:11 +0800 (SGT) Subject: [BangPypers] Django using syncdb does not work In-Reply-To: <1401766820.47932.YahooMailNeo@web193503.mail.sg3.yahoo.com> References: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> <1401766820.47932.YahooMailNeo@web193503.mail.sg3.yahoo.com> Message-ID: <1401904691.22840.YahooMailNeo@web193504.mail.sg3.yahoo.com> Gora, Sorry I could not reply in short time; I will post the error when I work on this.Appreciate your help there. Thx. SSK. On Tuesday, 3 June 2014 9:14 AM, Senthil wrote: Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of inspectdb; But in practice, i used inspectdb only and i am facing error condition. In? short time, let me share the error. Thanks again. --SSK. On Tuesday, 3 June 2014 9:02 AM, Gora Mohanty wrote: On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried using syncdb to create the models. > When i try to access the models from view I get error. > Upon searching in google, I found that only after designing models, the database is being created. Please try out the nice Django tutorial on the site. Learning how to use syncdb is a very basic step, and you need to be completely familiar with this process. > Should I follow the second approach? > Or is there a way i can create tables and sync them to create models and make them work successfully? Normally, with a framework like Django. one designs the system top-down; from user needs to models which the Django ORM translates to database tables for you. So, yes, that is the way to go. An exception is if one already has a database with tables, say from another site, or from Wordpress, Drupal, etc. In that case, one can use Django's inspectdb to create the initial models by examining the existing tables, i.e., the reverse of the normal process. While such auto-generated models are crude, they are fine as a base to start from. Regards, Gora _______________________________________________ BangPypers mailing list BangPypers at python.org https://mail.python.org/mailman/listinfo/bangpypers From skksundar at yahoo.co.in Wed Jun 4 19:58:11 2014 From: skksundar at yahoo.co.in (Senthil) Date: Thu, 5 Jun 2014 01:58:11 +0800 (SGT) Subject: [BangPypers] Django using syncdb does not work In-Reply-To: <1401766820.47932.YahooMailNeo@web193503.mail.sg3.yahoo.com> References: <1401765522.64151.YahooMailNeo@web193501.mail.sg3.yahoo.com> <1401766820.47932.YahooMailNeo@web193503.mail.sg3.yahoo.com> Message-ID: <1401904691.22840.YahooMailNeo@web193504.mail.sg3.yahoo.com> Gora, Sorry I could not reply in short time; I will post the error when I work on this.Appreciate your help there. Thx. SSK. On Tuesday, 3 June 2014 9:14 AM, Senthil wrote: Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of inspectdb; But in practice, i used inspectdb only and i am facing error condition. In? short time, let me share the error. Thanks again. --SSK. On Tuesday, 3 June 2014 9:02 AM, Gora Mohanty wrote: On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried using syncdb to create the models. > When i try to access the models from view I get error. > Upon searching in google, I found that only after designing models, the database is being created. Please try out the nice Django tutorial on the site. Learning how to use syncdb is a very basic step, and you need to be completely familiar with this process. > Should I follow the second approach? > Or is there a way i can create tables and sync them to create models and make them work successfully? Normally, with a framework like Django. one designs the system top-down; from user needs to models which the Django ORM translates to database tables for you. So, yes, that is the way to go. An exception is if one already has a database with tables, say from another site, or from Wordpress, Drupal, etc. In that case, one can use Django's inspectdb to create the initial models by examining the existing tables, i.e., the reverse of the normal process. While such auto-generated models are crude, they are fine as a base to start from. Regards, Gora _______________________________________________ BangPypers mailing list BangPypers at python.org https://mail.python.org/mailman/listinfo/bangpypers From anand21nanda at gmail.com Thu Jun 5 08:53:28 2014 From: anand21nanda at gmail.com (Anand Reddy Pandikunta) Date: Thu, 5 Jun 2014 12:23:28 +0530 Subject: [BangPypers] Startups Using Python Message-ID: Hi, I am learning Python from 3 months(Github: http://goo.gl/27KBgB). I would like to intern/work with any startups. Any suggestions? -- - Anand Reddy Pandikunta www.avilpage.com www.quotes160.com From benignbala at gmail.com Thu Jun 5 21:14:01 2014 From: benignbala at gmail.com (Balachandran Sivakumar) Date: Fri, 6 Jun 2014 00:44:01 +0530 Subject: [BangPypers] Python 3 - What do you miss if you haven't switched. Message-ID: Hi, Found this nice set of slides: http://asmeurer.github.io/python3-presentation/slides.html#1. Just thought of sharing. Thanks -- Thank you Balachandran Sivakumar Arise Awake and stop not till the goal is reached. - Swami Vivekananda From lgp171188 at gmail.com Fri Jun 6 07:05:45 2014 From: lgp171188 at gmail.com (L. Guruprasad) Date: Fri, 6 Jun 2014 10:35:45 +0530 Subject: [BangPypers] Python 3 - What do you miss if you haven't switched. In-Reply-To: References: Message-ID: On 06-Jun-2014 12:44 am, "Balachandran Sivakumar" wrote: > > Hi, > > Found this nice set of slides: > http://asmeurer.github.io/python3-presentation/slides.html#1. Just > thought of sharing. Thanks Here is a blog post by Lennart Regebro on "Would a Python 2.8 help you port to Python 3?" - http://regebro.wordpress.com/2014/06/03/would-a-python-2-8-help-you-port-to-python-3/ Thanks and Regards, Guruprasad From vikasruhil06 at gmail.com Mon Jun 9 11:38:28 2014 From: vikasruhil06 at gmail.com (Vikas Ruhil) Date: Mon, 9 Jun 2014 15:08:28 +0530 Subject: [BangPypers] [JOB] Complier Geek Internship/Full-time wanted at Cloud Automation Startup Message-ID: Hey Folks, *Location: Pune, India* What we're looking for: Should have Ideally, candidates applying for this position should have - Strong Computer Science Fundamentals. - understanding of compiler internals or compiler e.g GCC - Should have basic python skills - Should have basic knowledge of Ruby and XML You are curious: you can't resist the urge to solve hard problems, learn new domains, try new things, and you don't take "that's impossible" for an answer You have done many mistakes (we know you won't make them again) We need a young and energetic person who can solve problems. Bonus: 1) Linux 2) Ruby and python is big plus Points: 1) 15 Points if you attend any Pycon. 2) 10 points if you have a active account of Github. 3) 50 points if you are contributer to open-source project. 4) 10 points if you are Girl 5) 20 points if someone can recommend professor/trainer 6) 150 points if finish a assignment given by us. 7) 50 points if you are speaker at any Open-source Conference Hiring producers: You have score 150 out of 250. *How to apply :- send resume at vikas{dot}ruhil{at}opexsoftware{dot}com* *About OpexSoftware:-* Our thought leadership pushes us to innovate daily. We convert our teams unlimited energy and enthusiasm into advancements in cloud automation solutions. Be a part of this movement. Our CEO and founder have more than 20 year of Experience across globe in US, Europe. Our other founders , team members are from IIT Delhi, NIT , BMC Software, Intel ...etc Vikash Ruhil DevOps Evangelist & Director of R&D team at OpexSoftware From noufal at nibrahim.net.in Wed Jun 11 16:03:55 2014 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Wed, 11 Jun 2014 19:33:55 +0530 Subject: [BangPypers] [Commercial] Mentoring course using Python Message-ID: <87mwdjilv8.fsf@sanitarium.localdomain> Hello everyone, One of the reasons I moved out of Calicut was to try to start a hacker school like setup in North Kerala. There's plenty of colleges and talented students there but many of them lack direction and motivation. I've found myself a little place and am offerring a 3 month long course to help students develop some skills that they might find useful in the industry and in their technical careers in general. I'm hoping to get to know the students during the course and then put them in touch with small companies that are looking for talent. I have a website at http://thelycaeum.in (and it should be obvious that I'm quite lacking in the digital design department) and the site blog mentions the course and the contents. I'm mailing here because I know that a lof of companies that use Python hang out here and this might be relevant to them. Thanks. -- Cordially, Noufal http://nibrahim.net.in From avinashsajjan at gmail.com Thu Jun 12 13:53:05 2014 From: avinashsajjan at gmail.com (avinash sajjanshetty) Date: Thu, 12 Jun 2014 17:23:05 +0530 Subject: [BangPypers] BangPypers Digest, Vol 82, Issue 10 In-Reply-To: References: Message-ID: Whats your fee? and also how you gonna convince students that its worth it? On Thu, Jun 12, 2014 at 3:30 PM, wrote: > Send BangPypers mailing list submissions to > bangpypers at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-request at python.org > > You can reach the person managing the list at > bangpypers-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. [Commercial] Mentoring course using Python (Noufal Ibrahim KV) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 11 Jun 2014 19:33:55 +0530 > From: Noufal Ibrahim KV > To: Bangalore Group > Subject: [BangPypers] [Commercial] Mentoring course using Python > Message-ID: <87mwdjilv8.fsf at sanitarium.localdomain> > Content-Type: text/plain > > > Hello everyone, > One of the reasons I moved out of Calicut was to try to start a > hacker school like setup in North Kerala. There's plenty of colleges and > talented students there but many of them lack direction and > motivation. > I've found myself a little place and am offerring a 3 month long > course to help students develop some skills that they might find useful > in the industry and in their technical careers in general. I'm hoping to > get to know the students during the course and then put them in touch > with small companies that are looking for talent. > I have a website at http://thelycaeum.in (and it should be obvious > that I'm quite lacking in the digital design department) and the site > blog mentions the course and the contents. > > I'm mailing here because I know that a lof of companies that use > Python hang out here and this might be relevant to them. > > Thanks. > > > > -- > Cordially, > Noufal > http://nibrahim.net.in > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 82, Issue 10 > ****************************************** > From pvineet at gmail.com Mon Jun 16 13:16:10 2014 From: pvineet at gmail.com (Vineet Panchbhaiyye) Date: Mon, 16 Jun 2014 16:46:10 +0530 Subject: [BangPypers] [JOBS] Python/Django developer Message-ID: Hi! We at *WWstay* are looking for Web developers to build a new travel platform ground up.Our primary programming languages are *Python* and JavaScript. - We use Django, AngularJS and Nodejs extensively. - We are looking to add the first few team members to our team. They should be extremely passionate and highly motivated individuals who want to make a difference. - The job will expose you to all aspects of web development. - You will get a chance to work with highly skilled peers and influence the technology choices. The work location is Bangalore, India. The job role will be full-time and developers will have to work from the WWstay office in Bangalore. Please refer this presentation for developers - https://speakerdeck.com/pcaulagi/wwstay-for-developers. *What we expect* We are looking for developers with 3-7 years of experience but exceptional freshers may apply(look at point 2 below) 1)Good hands on experience in Python. Knowledge of Django will be a plus 2)*An active github/bitbucket account*. If you haven't got one, consider creating a simple web app where people can submit recipes and view what others have posted. 3)Experience working in an Unix environment for more than 2 years. *What you get* 1) Above industry standards salary! We are funded and profitable. 2)A shiny new laptop with root access (you install whatever Unix you want). 3) To work with technologies that were relegated to your hack sessions at home/night. To apply, please send your resumes to *careers at wwstay.com *. Regards, Vineet www.wwstay.com From baiju.m.mail at gmail.com Mon Jun 16 15:24:05 2014 From: baiju.m.mail at gmail.com (Baiju Muthukadan) Date: Mon, 16 Jun 2014 06:24:05 -0700 (PDT) Subject: [BangPypers] PyCon India 2014 - Call for Voting Message-ID: <539eeff5.8242420a.21f8.335a@mx.google.com> Hi, PyCon India 2014 recently announced its Call for Voting on the submitted talk proposals. Visit our blog post to know more details on it: http://in.pycon.org/2014/blog/call-for-voting/ PyCon India 2014 will be taking place from September 26-28 in Bangalore. This year's response was absolutely brilliant in terms of the number & variety of proposals submitted from different parts of the world. Registration are open now ( http://pyconindia2014.doattend.com/ ), so mark your calendars and get ready to visit Bangalore for another great edition of PyCon India. If your company is interested in sponsorship, we need you. Sponsors are the ones who make PyCon India possible, and sponsorship offers some great values to the generous organizations who support the conference. Check out our prospectus at http://in.pycon.org/2014/sponsorship-prospectus.pdf. Contact Vijay Kumar at contact at in.pycon.org for any sponsorship inquiries. Keep an eye out for the latest news on our blog at http://in.pycon.org/2014/blog/ and follow us on twitter (https://twitter.com/pyconindia) & Facebook (https://www.facebook.com/PyConIndia) Vijay Kumar, Coordinator vnbang2003 at gmail.com Baiju Muthukadan, Publicity Coordinator baiju.m.mail at gmail.com From vikasruhil06 at gmail.com Wed Jun 18 18:08:19 2014 From: vikasruhil06 at gmail.com (Vikas Ruhil) Date: Wed, 18 Jun 2014 21:38:19 +0530 Subject: [BangPypers] Chef Fundamentals - Bangalore, India, From OpexSoftware Message-ID: Hello Admin, I am just asking , Can I post something related to Training offering , If you allow I share more details about it. We Official Chef Partner , We announced training in Bangalore. *Chef Fundamentals - Bangalore, India.* *July 3 @ 9:00 am** - July 4 @ 5:00 pm* We have some discount coupon for the First 5 people. So I can I send the coupon code via Mailing List. Vikash Ruhil M: vikas.ruhil at opexsoftware.com M: +91 7030291441 From anandology at gmail.com Wed Jun 18 19:16:59 2014 From: anandology at gmail.com (Anand Chitipothu) Date: Wed, 18 Jun 2014 22:46:59 +0530 Subject: [BangPypers] Chef Fundamentals - Bangalore, India, From OpexSoftware In-Reply-To: References: Message-ID: Hi Vikas, This mailing list is meant to discuss topics related to Python. The topic you posted doesn't have any relation to Python. Please refrain from posting such topics in Future. Anand On Wed, Jun 18, 2014 at 9:38 PM, Vikas Ruhil wrote: > Hello Admin, > > I am just asking , > Can I post something related to Training offering , If you allow I share > more details about it. > > We Official Chef Partner , We announced training in Bangalore. > > *Chef Fundamentals - Bangalore, India.* > *July 3 @ 9:00 am** - July 4 @ 5:00 pm* > > We have some discount coupon for the First 5 people. So I can I send the > coupon code via Mailing List. > > > > Vikash Ruhil > M: vikas.ruhil at opexsoftware.com > M: +91 7030291441 > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Anand http://anandology.com/ From veraks18 at gmail.com Thu Jun 19 15:21:10 2014 From: veraks18 at gmail.com (Akshay Verma) Date: Thu, 19 Jun 2014 18:51:10 +0530 Subject: [BangPypers] Web page Profiling in Python 3 Message-ID: Hi, I want to test web page loading times and data transfer in Python3. Can anyone guide me? The specific requirement being that the tool should capture all the requests a browser captures. Best Regards, Akshay Verma. From devin at nextdrop.org Mon Jun 23 08:54:04 2014 From: devin at nextdrop.org (Devin Miller) Date: Mon, 23 Jun 2014 12:24:04 +0530 Subject: [BangPypers] [JOB] Full Stack Hacker - wanted to solve real world problems @nextdrop Message-ID: Position: Full Stack Hacker - wanted to build cool technologies that solve real world problems @nextdrop Background: NextDrop is expanding and looking for passionate individuals to join our growing tech team. You will specifically create a seamless user experience for the customers who receive our SMS water alerts, while also creating custom web based technology for the water utility- to enable them to make data driven decisions. Your job will also entail being the guardian and keeper of all our data- which means looking after our custom built SMS/IVR system. Finally, you'll be making custom internal analytics to track all of the important pieces of information - so we can all figure out how to improve and grow our company. You Should Apply For This Job If: You are itching to make your ideas come to life, and create amazing products that have the ability to impact millions of lives. You can take a real world problem, and create a technical solution for it- the prospect of doing things nobody has ever done before excites you. You love data, and truly believe that making data driven decisions will help any organization succeed. You also love the details and have been criticized as being too much of a perfectionist- you won't let something pass if there's even an extra space between a comma and the next word. You love to travel, and you don't like to sit in the same place all the time. Similarly, you enjoy challenges, and love the prospect of doing different things every day. You also love the details: you record everything that goes right, AND everything that goes wrong so you can fix it next time. You believe in the hacker mentality: Fail fast, fail often, but learn every time. But most of all, you are simply passionate about making a real difference in the world, and will do whatever it takes to make that happen. Email your resume and mobile/contact number to team at nextdrop.org http://nextdrop.org/ From baiju.m.mail at gmail.com Tue Jun 24 08:00:16 2014 From: baiju.m.mail at gmail.com (Baiju Muthukadan) Date: Mon, 23 Jun 2014 23:00:16 -0700 (PDT) Subject: [BangPypers] [JOB] DevOps Engineer Message-ID: <53a913f0.e7d9420a.2d28.ffffe5ea@mx.google.com> Hi, I am working in ZeOmega Infotech Pvt. Ltd., Bangalore. We are looking for DevOps Engineers for our product development team. If you are interested, please contact: ndhananjaya AT zeomega.com (CC to mbaiju AT zeomega.com). Designation ----------- DevOps Engineer Experience ---------- Minimum of 3 years of experience with good technical knowledge regarding build, release and systems engineering. Job Description --------------- DevOps engineer will be working on continuous integration tools, version control systems and automation related services to the organization. DevOps Engineer will also be responsible for building, deploying and supporting the build and deployment infrastructure at ZeOmega. DevOps engineer will be working very closely with multiple functional groups like software development, software testing, and implementation groups in the process. Job Responsibilities -------------------- - Responsible for the design and development of tools, scripts, installation procedures and systems including version control and issue tracking. - Work closely with a quality assurance team to ensure final version is up to organizational standards. - Responsible for creation of software builds. - Responsible for the release of software builds. - Work with various members in the team to automate and evolve the build and deployment infrastructure. - Work with other technical team members to resolve all release related issues. - Works flexible hours to avoid impact to production systems. - Administration, maintenance and upgrade of build systems. - Organize and maintain packaging and deployment of various internal modules and third party vendor libraries. Key Skills ---------- Linux, Windows, Scripting, Configuration Management, Build and Release Engineering Essential Skills ---------------- - Good scripting skills (Python/Perl/Ruby/Bash) - Hands on experience of Linux and Windows environment (intermediate) - Experience with standard continuous integration tools (Jenkins/QuickBuild/Bamboo/Go/TeamCity/CruiseControl) - Version control systems (Git/Svn/CVS/Perforce/ClearCase/Mercurial) - Experience in working with build tools (Buildout/Ant/Maven) - Work on software configuration management systems (Puppet/Chef/Salt/Ansible) Good to have skills ------------------- - Linux/Windows system administration level knowledge and system debugging skills. - Working experience with cloud based environment (AWS/Azure/OpenStack) -- Baiju Muthukadan From vimal.k at ieee.org Wed Jun 25 17:51:18 2014 From: vimal.k at ieee.org (VIMAL K) Date: Wed, 25 Jun 2014 21:21:18 +0530 Subject: [BangPypers] Mock json_request unit testing. Message-ID: I am working on a product. Where in i am unit testing. I came across a test case where i have to mock a json_request. If anyone can help me out From amit.pureenergy at gmail.com Wed Jun 25 19:11:19 2014 From: amit.pureenergy at gmail.com (Amit Sethi) Date: Wed, 25 Jun 2014 22:41:19 +0530 Subject: [BangPypers] Mock json_request unit testing. In-Reply-To: References: Message-ID: Well it will be more clear if you specify what exactly do you need but you can use python mock for your mocking needs in python code https://pypi.python.org/pypi/mock http://www.toptal.com/python/an-introduction-to-mocking-in-python On Wed, Jun 25, 2014 at 9:21 PM, VIMAL K wrote: > I am working on a product. Where in i am unit testing. I came across a test > case where i have to mock a json_request. If anyone can help me out > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers -- A-M-I-T S|S From baiju.m.mail at gmail.com Thu Jun 26 06:52:02 2014 From: baiju.m.mail at gmail.com (Baiju Muthukadan) Date: Wed, 25 Jun 2014 21:52:02 -0700 (PDT) Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India 2014! Message-ID: <53aba6f2.a9df440a.727a.74e7@mx.google.com> Hello people! Surprise, surprise, surprise. What is better than 2? Definitely the answer is 3! We were extremely happy when we announced Kushal Das and Michael Foord as our Keynote speakers for PyCon India 2014 (http://in.pycon.org/2014/ ). Now we are ecstatic to announce our 3rd keynote speaker - none other than Jessica McKellar herself! Jessica McKellar is an entrepreneur, software engineer, and open source developer from San Francisco, California, USA. She is a Director for the Python Software Foundation, PyCon North America's Diversity Outreach Chair, and a maintainer for several open source projects, including OpenHatch and the Twisted event-driven networking engine. For her outreach efforts in the Python community, she was awarded the O'Reilly Open Source Award in 2013. This edition of PyCon India promises to be the best so far and is absolutely going to be one that you don't want to miss. Not just in terms of our 3 excellent keynote speakers, but in terms of the 143 talk proposals that we have as well. We wish we could give all of them a chance, but unfortunately we only have 2 days of conference. Maybe we should consider making it a 5 days conference next year huh? ;) So jump in and vote for your favourite talks now! (http://in.pycon.org/funnel/2014/ ) Oh, and better make sure you grab the tickets (http://pyconindia2014.doattend.com/ )before they are sold out as well. Hope to see many of you there! -- Baiju M From vsapre80 at gmail.com Thu Jun 26 09:27:23 2014 From: vsapre80 at gmail.com (Vishal) Date: Thu, 26 Jun 2014 12:57:23 +0530 Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India 2014! In-Reply-To: <53aba6f2.a9df440a.727a.74e7@mx.google.com> References: <53aba6f2.a9df440a.727a.74e7@mx.google.com> Message-ID: ?Dear Friends, This is really great. Thanks to all your concerted efforts that PyCon INDIA has grown leaps and bounds in such a short time. I would like to start a Python Users Group in Bhopal (M.P). I was in Bangalore/US till 2011, and have moved here since. We know of at least couple of companies that work on Python stuff (one is mine). It seems a rather good time to start a Python Users Group here. This will help everyone in Central India. Industry here is mostly heavy machinery and automotive sectors, and lots of opportunities exist for Python in all these areas. OpenERP which is a python product is itself a great contender here. Plus we would also like to be part of the Python Software Society of India. Can you point me to URLs where I can get more ?information on how to go about it. Thanks and best regards, Vishal Sapre Righill Electrics Pvt. Ltd. On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan wrote: > Jessica McKellar Thanks and best regards, Vishal Sapre --- "Life is 10% how you make it, and 90% how you take it" "????? ?????, ????? ????? (Benefit for most people, Happiness for most people.)" --- Please DONT print this email, unless you really need to. Save Energy & Paper. Save the Earth. From srinivasaenergy at gmail.com Thu Jun 26 11:34:11 2014 From: srinivasaenergy at gmail.com (Srinivasa Rao) Date: Thu, 26 Jun 2014 15:04:11 +0530 Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India 2014! In-Reply-To: References: <53aba6f2.a9df440a.727a.74e7@mx.google.com> Message-ID: Hi team Any one from Chennai working on Python , I have good in Python for 10 years . Please me know & share. Thanks & Regards Srini On Thu, Jun 26, 2014 at 12:57 PM, Vishal wrote: > ?Dear Friends, > > This is really great. Thanks to all your concerted efforts that PyCon INDIA > has grown leaps and bounds in such a short time. > > I would like to start a Python Users Group in Bhopal (M.P). I was in > Bangalore/US till 2011, and have moved here since. We know of at least > couple of companies that work on Python stuff (one is mine). It seems a > rather good time to start a Python Users Group here. This will help > everyone in Central India. Industry here is mostly heavy machinery and > automotive sectors, and lots of opportunities exist for Python in all these > areas. OpenERP which is a python product is itself a great contender here. > > Plus we would also like to be part of the Python Software Society of India. > > Can you point me to URLs where I can get more ?information on how to go > about it. > > Thanks and best regards, > Vishal Sapre > Righill Electrics Pvt. Ltd. > > On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan > > wrote: > > > Jessica McKellar > > > > > > Thanks and best regards, > Vishal Sapre > > --- > "Life is 10% how you make it, and 90% how you take it" > "????? ?????, ????? ????? (Benefit for most people, Happiness for most > people.)" > --- > Please DONT print this email, unless you really need to. Save Energy & > Paper. Save the Earth. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From vsapre80 at gmail.com Thu Jun 26 11:44:43 2014 From: vsapre80 at gmail.com (Vishal) Date: Thu, 26 Jun 2014 15:14:43 +0530 Subject: [BangPypers] How to be part of Python Software Society of India and also start a Python users group. Message-ID: > > > ?Dear Friends, > > This is really great. Thanks to all your concerted efforts that PyCon > INDIA has grown leaps and bounds in such a short time. > > I would like to start a Python Users Group in Bhopal (M.P). I was in > Bangalore/US till 2011, and have moved here since. We know of at least > couple of companies that work on Python stuff (one is mine). It seems a > rather good time to start a Python Users Group here. This will help > everyone in Central India. Industry here is mostly heavy machinery and > automotive sectors, and lots of opportunities exist for Python in all these > areas. OpenERP which is a python product is itself a great contender here. > > Plus we would also like to be part of the Python Software Society of > India. > > Can you point me to URLs where I can get more ?information on how to go > about it. > > Thanks and best regards, > Vishal Sapre > Righill Electrics Pvt. Ltd. > > On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan > wrote: > >> Jessica McKellar > > > > > > Thanks and best regards, > Vishal Sapre > > Please DONT print this email, unless you really need to. Save Energy & > Paper. Save the Earth. > From chandru at galaxykms.com Thu Jun 26 11:40:49 2014 From: chandru at galaxykms.com (Chandru) Date: Thu, 26 Jun 2014 15:10:49 +0530 Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India2014! References: <53aba6f2.a9df440a.727a.74e7@mx.google.com> Message-ID: <77B15AA78D09413DBA76F73A6DA276D6@CHANDRU> Are you looking for a position in Chennai / offering one? Rgds Chandru ----- Original Message ----- From: "Srinivasa Rao" To: "Bangalore Python Users Group - India" Sent: 26/06/2014 15:04 Subject: Re: [BangPypers] Announcing the 3rd keynote speaker for PyCon India2014! Hi team Any one from Chennai working on Python , I have good in Python for 10 years . Please me know & share. Thanks & Regards Srini On Thu, Jun 26, 2014 at 12:57 PM, Vishal wrote: > ?Dear Friends, > > This is really great. Thanks to all your concerted efforts that PyCon > INDIA > has grown leaps and bounds in such a short time. > > I would like to start a Python Users Group in Bhopal (M.P). I was in > Bangalore/US till 2011, and have moved here since. We know of at least > couple of companies that work on Python stuff (one is mine). It seems a > rather good time to start a Python Users Group here. This will help > everyone in Central India. Industry here is mostly heavy machinery and > automotive sectors, and lots of opportunities exist for Python in all > these > areas. OpenERP which is a python product is itself a great contender here. > > Plus we would also like to be part of the Python Software Society of > India. > > Can you point me to URLs where I can get more ?information on how to go > about it. > > Thanks and best regards, > Vishal Sapre > Righill Electrics Pvt. Ltd. > > On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan > > wrote: > > > Jessica McKellar > > > > > > Thanks and best regards, > Vishal Sapre > > --- > "Life is 10% how you make it, and 90% how you take it" > "????? ?????, ????? ????? (Benefit for most people, Happiness for most > people.)" > --- > Please DONT print this email, unless you really need to. Save Energy & > Paper. Save the Earth. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list BangPypers at python.org https://mail.python.org/mailman/listinfo/bangpypers --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com From srinivasaenergy at gmail.com Thu Jun 26 12:36:12 2014 From: srinivasaenergy at gmail.com (Srinivasa Rao) Date: Thu, 26 Jun 2014 16:06:12 +0530 Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India2014! In-Reply-To: <77B15AA78D09413DBA76F73A6DA276D6@CHANDRU> References: <53aba6f2.a9df440a.727a.74e7@mx.google.com> <77B15AA78D09413DBA76F73A6DA276D6@CHANDRU> Message-ID: Hi Chandru I am looking ? do you have any opening in your company ? Thanks & Regards Srini On Thu, Jun 26, 2014 at 3:10 PM, Chandru wrote: > Are you looking for a position in Chennai / offering one? > > Rgds > Chandru > > ----- Original Message ----- > From: "Srinivasa Rao" > To: "Bangalore Python Users Group - India" > Sent: 26/06/2014 15:04 > Subject: Re: [BangPypers] Announcing the 3rd keynote speaker for PyCon > India2014! > > > Hi team > > Any one from Chennai working on Python , I have good in Python for 10 years > . > > Please me know & share. > > Thanks & Regards > Srini > > > On Thu, Jun 26, 2014 at 12:57 PM, Vishal wrote: > > > ?Dear Friends, > > > > This is really great. Thanks to all your concerted efforts that PyCon > > INDIA > > has grown leaps and bounds in such a short time. > > > > I would like to start a Python Users Group in Bhopal (M.P). I was in > > Bangalore/US till 2011, and have moved here since. We know of at least > > couple of companies that work on Python stuff (one is mine). It seems a > > rather good time to start a Python Users Group here. This will help > > everyone in Central India. Industry here is mostly heavy machinery and > > automotive sectors, and lots of opportunities exist for Python in all > > these > > areas. OpenERP which is a python product is itself a great contender > here. > > > > Plus we would also like to be part of the Python Software Society of > > India. > > > > Can you point me to URLs where I can get more ?information on how to go > > about it. > > > > Thanks and best regards, > > Vishal Sapre > > Righill Electrics Pvt. Ltd. > > > > On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan < > baiju.m.mail at gmail.com > > > > > wrote: > > > > > Jessica McKellar > > > > > > > > > > > > Thanks and best regards, > > Vishal Sapre > > > > --- > > "Life is 10% how you make it, and 90% how you take it" > > "????? ?????, ????? ????? (Benefit for most people, Happiness for most > > people.)" > > --- > > Please DONT print this email, unless you really need to. Save Energy & > > Paper. Save the Earth. > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From davidsnt at gmail.com Fri Jun 27 11:04:36 2014 From: davidsnt at gmail.com (davidsnt) Date: Fri, 27 Jun 2014 14:34:36 +0530 Subject: [BangPypers] Announcing the 3rd keynote speaker for PyCon India2014! Message-ID: Hi Srini, Please read the mail subject and keep your discussions off this thread. --David On Thu, Jun 26, 2014 at 4:06 PM, Srinivasa Rao wrote: > Hi Chandru > > I am looking ? do you have any opening in your company ? > > Thanks & Regards > Srini > > > On Thu, Jun 26, 2014 at 3:10 PM, Chandru wrote: > > > Are you looking for a position in Chennai / offering one? > > > > Rgds > > Chandru > > > > ----- Original Message ----- > > From: "Srinivasa Rao" > > To: "Bangalore Python Users Group - India" > > Sent: 26/06/2014 15:04 > > Subject: Re: [BangPypers] Announcing the 3rd keynote speaker for PyCon > > India2014! > > > > > > Hi team > > > > Any one from Chennai working on Python , I have good in Python for 10 > years > > . > > > > Please me know & share. > > > > Thanks & Regards > > Srini > > > > > > On Thu, Jun 26, 2014 at 12:57 PM, Vishal wrote: > > > > > ?Dear Friends, > > > > > > This is really great. Thanks to all your concerted efforts that PyCon > > > INDIA > > > has grown leaps and bounds in such a short time. > > > > > > I would like to start a Python Users Group in Bhopal (M.P). I was in > > > Bangalore/US till 2011, and have moved here since. We know of at least > > > couple of companies that work on Python stuff (one is mine). It seems a > > > rather good time to start a Python Users Group here. This will help > > > everyone in Central India. Industry here is mostly heavy machinery and > > > automotive sectors, and lots of opportunities exist for Python in all > > > these > > > areas. OpenERP which is a python product is itself a great contender > > here. > > > > > > Plus we would also like to be part of the Python Software Society of > > > India. > > > > > > Can you point me to URLs where I can get more ?information on how to go > > > about it. > > > > > > Thanks and best regards, > > > Vishal Sapre > > > Righill Electrics Pvt. Ltd. > > > > > > On Thu, Jun 26, 2014 at 10:22 AM, Baiju Muthukadan < > > baiju.m.mail at gmail.com > > > > > > > wrote: > > > > > > > Jessica McKellar > > > > > > > > > > > > > > > > > > Thanks and best regards, > > > Vishal Sapre > > > > > > --- > > > "Life is 10% how you make it, and 90% how you take it" > > > "????? ?????, ????? ????? (Benefit for most people, Happiness for most > > > people.)" > > > --- > > > Please DONT print this email, unless you really need to. Save Energy & > > > Paper. Save the Earth. > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers at python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > --- > > This email is free from viruses and malware because avast! Antivirus > > protection is active. > > http://www.avast.com > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers >