From pranny at gmail.com Fri Apr 1 14:23:03 2011 From: pranny at gmail.com (Pranav Prakash) Date: Fri, 1 Apr 2011 17:53:03 +0530 Subject: [Ncr-Python.in] Hello World Message-ID: Just came to know about the Python NCR group. I am glad we have couple of enthu people here. Are we scheduled for any upcoming talks/sessions? It would be thrilling. *Pranav Prakash* "temet nosce" Twitter | Blog | Google -------------- next part -------------- An HTML attachment was scrubbed... URL: From kohlivishal at gmail.com Fri Apr 1 15:27:28 2011 From: kohlivishal at gmail.com (Vishal Kohli) Date: Fri, 1 Apr 2011 18:57:28 +0530 Subject: [Ncr-Python.in] Integration Message-ID: Any clues on integration of Python with .Net Application BR -------------- next part -------------- An HTML attachment was scrubbed... URL: From sibtey.mehdi at gmail.com Fri Apr 1 16:56:28 2011 From: sibtey.mehdi at gmail.com (Sibtey Mehdi) Date: Fri, 1 Apr 2011 10:56:28 -0400 Subject: [Ncr-Python.in] Integration In-Reply-To: References: Message-ID: you need to create a COM object using win32com module and this com object can be used in any language. you can also use iron python to interact with .Net application.but i would suggest the first option. Thanks, Sibtey On Fri, Apr 1, 2011 at 9:27 AM, Vishal Kohli wrote: > Any clues on integration of Python with .Net Application > > BR > > _______________________________________________ > http://mail.python.org/mailman/listinfo/ncr-python.in > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines > -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Fri Apr 1 17:00:37 2011 From: satyaakam at gmail.com (satyaakam goswami) Date: Fri, 1 Apr 2011 20:30:37 +0530 Subject: [Ncr-Python.in] Hello World In-Reply-To: References: Message-ID: On Fri, Apr 1, 2011 at 5:53 PM, Pranav Prakash wrote: > Just came to know about the Python NCR group. I am glad we have couple of > enthu people here. Are we scheduled for any upcoming talks/sessions? It > would be thrilling. > hmm we publicized extensively , i do not know how you missed it , i did not bother to check your name thinking you are too busy with work etc.. anyway welcome and yes the rule of the group is first timers have to give a presentation and get a cake :-) -Satya fossevents.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.gafoor at datstruct.com Thu Apr 7 16:11:39 2011 From: abdul.gafoor at datstruct.com (abdul.gafoor at datstruct.com) Date: Thu, 07 Apr 2011 07:11:39 -0700 Subject: [Ncr-Python.in] Senior & Junior Django/Python Developer Message-ID: <20110407071139.f0f5df3e7b7dd7d4f2311756dcc6b3fc.1d2a72b5ba.wbe@email19.asia.secureserver.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sigimg1 Type: image/jpeg Size: 16414 bytes Desc: not available URL: From abdul.gafoor at datstruct.com Thu Apr 7 16:18:32 2011 From: abdul.gafoor at datstruct.com (abdul.gafoor at datstruct.com) Date: Thu, 07 Apr 2011 07:18:32 -0700 Subject: [Ncr-Python.in] Senior & Junior Django/Python Developer] Message-ID: <20110407071832.f0f5df3e7b7dd7d4f2311756dcc6b3fc.3884bd2757.wbe@email19.asia.secureserver.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sigimg1 Type: image/jpeg Size: 16414 bytes Desc: not available URL: From satyaakam at gmail.com Thu Apr 7 16:38:19 2011 From: satyaakam at gmail.com (satyaakam goswami) Date: Thu, 7 Apr 2011 20:08:19 +0530 Subject: [Ncr-Python.in] Senior & Junior Django/Python Developer In-Reply-To: <20110407071139.f0f5df3e7b7dd7d4f2311756dcc6b3fc.1d2a72b5ba.wbe@email19.asia.secureserver.net> References: <20110407071139.f0f5df3e7b7dd7d4f2311756dcc6b3fc.1d2a72b5ba.wbe@email19.asia.secureserver.net> Message-ID: > > Diagramming) > Knowledge of Database Design > > Regards > Abdul Gafoor > Dear Abdul, We respect you and your clients please follow and respect the list guidelines while posting to the lists in future http://lug-iitd.org/Mailing_List_Guidelines -Satya fossevents.in > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sajuptpm at gmail.com Fri Apr 8 16:22:23 2011 From: sajuptpm at gmail.com (Saju M) Date: Fri, 8 Apr 2011 19:52:23 +0530 Subject: [Ncr-Python.in] The Linux Foundation is celebrating the 20 years of Linux Operating System. In-Reply-To: References: Message-ID: http://fosshelp.blogspot.com/2011/04/story-of-linux-commemorating-20-years.html From narendra at narendrasisodiya.com Fri Apr 8 23:12:12 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sat, 9 Apr 2011 02:42:12 +0530 Subject: [Ncr-Python.in] Python , functions to be called after an interval Message-ID: I want to make some function call in python but after some interval, Like there are 30 functions and I want to call each function at specific time.. I have found this method - http://docs.python.org/release/2.5.2/lib/timer-objects.html Timer object from threading I will use it, but 2 problem 1) How I can make sure about precision of timer ? I mean, If I say, execute after 30 second then it should execute after 30 second and not at 29 second. 2) I want to pause also, so right now There is no pause method given, If I want to pause then I want to pause all 30 functions. I have done this thing in javascript. when I want to pause then I notedown the elapsed time and stop the timer, after that I un-pause the execute with the remaining interval of time. But in threading.Timer, I am unable to find any method to get elapsed timer. I thing I have to create external timer to pause facility. may be a wrapper of threading.timer which support timer pause functionality ... Need your input.. -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From tavishnaruka at gmail.com Sat Apr 9 08:30:26 2011 From: tavishnaruka at gmail.com (Tavish Naruka) Date: Sat, 9 Apr 2011 12:00:26 +0530 Subject: [Ncr-Python.in] Python , functions to be called after an interval In-Reply-To: References: Message-ID: > I want to make some function call in python but after some interval, > Like there are 30 functions and I want to call each function at specific time.. > > I have found this method - http://docs.python.org/release/2.5.2/lib/timer-objects.html > Timer object from threading > You can use ?time.sleep(secs), the manual says its accurate. Then maybe create threads and this sleep statement as the first line of the thread functions. From beena.dhyani at openlabs.co.in Sat Apr 9 09:50:57 2011 From: beena.dhyani at openlabs.co.in (Beena Dhyani) Date: Sat, 9 Apr 2011 13:20:57 +0530 Subject: [Ncr-Python.in] Requirement of Python Developers - Openlabs Tech. In-Reply-To: References: Message-ID: *Greetings from Openlabs.* We are currently hiring *Python Developers* for our company's Development Center in Noida. Openlabs Technologies is an IT start up having exponential growth in past two years with customers and partners in 14 countries across 6 continents.Openlabs designs and delivers technology-enabled innovative business solutions that address the needs of small and medium enterprises. Openlabs provides end to end solutions to businesses using a range of Free and OpenSource Solutions (FOSS) implemented by a team of highly skilled workforce comprising of domain and business experts. With offices in UK, USA and India ( Regd. office in Kochi), we are now gathering a team of Python developers for our Development center in Noida with the salary range of 2.5 - 3.5 per annum. Interested candidates can go through the Job skills mentioned below and get back to us on *hr at openlabs.co.in* with their updated profile mentioning current and expected CTC with their notice period at the earliest. *Please note that this is an urgent requirement, hence an early response is highly appreciated. * *Python developer* Job Description: Openlabs Technologies & Consulting (P) Ltd is looking for talented python developers/programmers to join the energetic team for its development in NCR Region, New Delhi. *Key Responsibilities* 1.Development & Integration of Web Applications based on Python and other technologies. 2.Working with new age frameworks. *What are we looking for?* Candidates who can thrive on tough technology challenges and can help turn innovative ideas into effective results.The person must have proven excellent verbal & written communication skills. *Location* Noida ( NCR Region ) *Job Skills* Python, HTML, Java script, Jquery, XML, Postgres, Linux, Ubuntu. *Industry Type* IT Consulting/ Software *Qualification* B.Tech (only IT & CSE), MCA, M.Sc (IT, SS & CS). *Requirements*** - A solid track record of delivering completed projects, preferably web-based. - Experience working with Python. - Experience with HTML/CSS/JavaScript to develop web applications. - Good organization and time management skills. - Strong design and analysis skills. - Excellent communication abilities. - Ability to develop and manage complex modules, especially focusing on web applications programming - Good knowledge of Python fundamentals :closures, templates, Database APIs etc. - Coding skills in Python, database design and SQL, and/or knowledge of TCP/IP and network programming are a plus. * Good to have ** - Skills, and an interest, in user interface design. - Prior participation in Python community - Good understanding of large scale programming in Python * *Remuneration* 2.5 Lacs - 3.5 Lacs/ Annum *Thanks & Regards, * *Beena Dhyani | HR Manager * * * *OPENLABS TECHNOLOGIES & CONSULTING (P) LIMITED * * Regd Office: 2J, Skyline Daffodil, Petta, Thrippunithura, Kochi, Kerala , INDIA Global Delivery Center : JSSATE-Science & Technology Entrepreneurs Park, C-20/1, Sector - 62, Noida - 201301, NCR, New Delhi, INDIA ** w: www.openlabs.co.in | e: beena.dhyani at openlabs.co.in
I 09654679423 The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee and access to this e-mail by anyone else is unauthorized. If you are not the intended recipient any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you have received this e-mail in error please notify Openlabs by sending an e-mail to info at openlabs.co.in and then delete this email plus any attachments. The content of this email does not necessarily represent the opinions or views of Openlabs. No representations are made about the suitability of the information contained in this email, it is made 'as is' without warranty of any kind. Emails and attachments are checked for known viruses before sending yet Openlabs cannot guarantee the safety of all emails or accept liability for any damage your system may sustain. We recommend you virus check all incoming emails and attachments before opening. Openlabs is a Trading Name of Openlabs Technologies & Consulting (P) LTD ,Regd Office: 2J, Skyline Daffodil, Petta, Thrippunithura, Kochi, INDIA * -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Sat Apr 9 16:07:18 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sat, 9 Apr 2011 19:37:18 +0530 Subject: [Ncr-Python.in] PythonTimer Class Message-ID: I have created following Python Timer Class, Hope it will help you >>> import PythonTimer >>> t = PythonTimer.TickTockTimer() >>> t.StartTimer() >>> t.GetTime() 3.9744668006896973 >>> t.GetTime() 15.794264793395996 >>> t.Pause() >>> t.GetTime() 16.001962900161743 >>> t.GetTime() 16.001962900161743 >>> t.UnPause() >>> t.GetTime() 18.171801805496216 >>> t.GetTime() 19.801760911941528 ' Download from http://code.activestate.com/recipes/577646-pythontimer/ -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From kumar3180 at gmail.com Sat Apr 9 19:28:00 2011 From: kumar3180 at gmail.com (Rakesh Kumar) Date: Sat, 9 Apr 2011 22:58:00 +0530 Subject: [Ncr-Python.in] PythonTimer Class In-Reply-To: References: Message-ID: On Sat, Apr 9, 2011 at 7:37 PM, Narendra Sisodiya < narendra at narendrasisodiya.com> wrote: > I have created following Python Timer Class, Hope it will help you > > >>> import PythonTimer > >>> t = PythonTimer.TickTockTimer() > >>> t.StartTimer() > >>> t.GetTime() > 3.9744668006896973 > > >>> t.GetTime() > 15.794264793395996 > > >>> t.Pause() > >>> t.GetTime() > 16.001962900161743 > >>> t.GetTime() > 16.001962900161743 > > >>> t.UnPause() > >>> t.GetTime() > 18.171801805496216 > >>> t.GetTime() > 19.801760911941528 > ' > Download from http://code.activestate.com/recipes/577646-pythontimer/ > > -- > ??????????????????????????? > ? Narendra Sisodiya > ? http://narendrasisodiya.com > ??????????????????????????? > > _______________________________________________ > http://mail.python.org/mailman/listinfo/ncr-python.in > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines > Thanks for posting such a useful link.. yes it work fine... -- Regards RAKESH KUMAR http://www.openwebtech.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Sun Apr 10 01:07:50 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sun, 10 Apr 2011 04:37:50 +0530 Subject: [Ncr-Python.in] What is wrong in this declaration ? Message-ID: class Function_Timer(): def __init__(self, duration, function, args=[], kwargs={}): ??? I am getting error import Function_Scheduler aa= Function_Scheduler.PythonTimer(5.0, hello) Traceback (most recent call last): File "", line 1, in TypeError: 'module' object is not callable -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Sun Apr 10 02:58:24 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sun, 10 Apr 2011 06:28:24 +0530 Subject: [Ncr-Python.in] Python FunctionScheduler Message-ID: I have created a Python FunctionScheduler -- For example if you want to execute a function after 8 second then you can do it using FunctionScheduler, as given in the example, Also, you can pause or unpause the Timer, This was not possible in code around Internet. I needed a function Scheduler so I wrote one,, If you know any better implementation then let me know, https://gist.github.com/911942 I need your input in this class, def hello(): print "hello, world" myfunc = FunctionScheduler(8.0, hello) myfunc.Start() print myfunc.TimeLeft() time.sleep(1) print myfunc.TimeLeft() myfunc.Pause() myfunc.UnPause() -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Sun Apr 10 04:03:38 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sun, 10 Apr 2011 07:33:38 +0530 Subject: [Ncr-Python.in] What is wrong in this declaration ? In-Reply-To: References: Message-ID: On Sun, Apr 10, 2011 at 4:37 AM, Narendra Sisodiya < narendra at narendrasisodiya.com> wrote: > class Function_Timer(): > def __init__(self, duration, function, args=[], kwargs={}): > > ??? > > I am getting error > > import Function_Scheduler > aa= Function_Scheduler.PythonTimer(5.0, hello) > > Traceback (most recent call last): > File "", line 1, in > TypeError: 'module' object is not callable > > Problem Solved, -> I have changed class name to Function_Scheduler , things are working now, but I do not know exact reason.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gauravluthra06 at gmail.com Sun Apr 10 19:28:58 2011 From: gauravluthra06 at gmail.com (gaurav luthra) Date: Sun, 10 Apr 2011 22:58:58 +0530 Subject: [Ncr-Python.in] What is wrong in this declaration ? In-Reply-To: References: Message-ID: On Sun, Apr 10, 2011 at 4:37 AM, Narendra Sisodiya < narendra at narendrasisodiya.com> wrote: > class Function_Timer(): > def __init__(self, duration, function, args=[], kwargs={}): > > ??? > > I am getting error > > import Function_Scheduler > aa= Function_Scheduler.PythonTimer(5.0, hello) > > Traceback (most recent call last): > File "", line 1, in > TypeError: 'module' object is not callable > One error was the different names of the class declaration and and import statement,which you have resolved. One more thing I observe here is the classname syntax error.ie. class Function_TImer(): (the parentheses are illegal in a class definition.) -- ~GAURAV LUTHRA~ -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Mon Apr 11 09:39:35 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Mon, 11 Apr 2011 13:09:35 +0530 Subject: [Ncr-Python.in] What is wrong in this declaration ? In-Reply-To: References: Message-ID: On Sun, Apr 10, 2011 at 10:58 PM, gaurav luthra wrote: > > > On Sun, Apr 10, 2011 at 4:37 AM, Narendra Sisodiya < > narendra at narendrasisodiya.com> wrote: > >> class Function_Timer(): >> def __init__(self, duration, function, args=[], kwargs={}): >> >> ??? >> >> I am getting error >> >> import Function_Scheduler >> aa= Function_Scheduler.PythonTimer(5.0, hello) >> >> Traceback (most recent call last): >> File "", line 1, in >> TypeError: 'module' object is not callable >> > > One error was the different names of the class declaration and and import > statement,which you have resolved. > One more thing I observe here is the classname syntax error.ie. class > Function_TImer(): (the parentheses are illegal in a class definition.) > Thanks ! I will correct it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Thu Apr 14 02:47:37 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Thu, 14 Apr 2011 06:17:37 +0530 Subject: [Ncr-Python.in] Learn WxPython using Example - WxPython Demo Application Message-ID: wget http://space.dl.sourceforge.net/project/wxpython/wxPython/2.8.11.0/wxPython-demo-2.8.11.0.tar.bz2 tar xf wxPython-demo-2.8.11.0.tar.bz2 cd ./wxPython-2.8.11.0/demo python demo.py Now enjoy several demo and example. -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot-19.png Type: image/png Size: 237807 bytes Desc: not available URL: From sajuptpm at gmail.com Thu Apr 14 11:16:48 2011 From: sajuptpm at gmail.com (Saju M) Date: Thu, 14 Apr 2011 14:46:48 +0530 Subject: [Ncr-Python.in] Learn WxPython using Example - WxPython Demo Application In-Reply-To: References: Message-ID: Thanks On Thu, Apr 14, 2011 at 6:17 AM, Narendra Sisodiya wrote: > wget > http://space.dl.sourceforge.net/project/wxpython/wxPython/2.8.11.0/wxPython-demo-2.8.11.0.tar.bz2 > tar xf wxPython-demo-2.8.11.0.tar.bz2 > cd ./wxPython-2.8.11.0/demo > python demo.py > > Now enjoy several demo and example. > > -- > ??????????????????????????? > ?? ? Narendra Sisodiya > ?? ? http://narendrasisodiya.com > ??????????????????????????? > > _______________________________________________ > http://mail.python.org/mailman/listinfo/ncr-python.in > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines > From lkhatiwada at yahoo.com Fri Apr 15 09:05:29 2011 From: lkhatiwada at yahoo.com (laxmi khatiwada) Date: Fri, 15 Apr 2011 00:05:29 -0700 (PDT) Subject: [Ncr-Python.in] Ncr-Python.in Digest, Vol 3, Issue 9 In-Reply-To: Message-ID: <687130.89266.qm@web161209.mail.bf1.yahoo.com> (I am from non technical field (linguist) trying to manipulate NLTK. For this I am learning python. Can you suggest me what s wrong with my computer?) Problems, running demo script lkhatiwada-laptop:~/wxPython-2.8.11.0/demo$ python demo.py result File "demo.py", line 3, in import Main File "/home/lkhatiwada/wxPython-2.8.11.0/demo/Main.py", line 57, in import wx.aui ImportError: No module named aui --- On Thu, 4/14/11, ncr-python.in-request at python.org wrote: > From: ncr-python.in-request at python.org > Subject: Ncr-Python.in Digest, Vol 3, Issue 9 > To: ncr-python.in at python.org > Date: Thursday, April 14, 2011, 3:30 PM > Send Ncr-Python.in mailing list > submissions to > ??? ncr-python.in at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > ??? http://mail.python.org/mailman/listinfo/ncr-python.in > or, via email, send a message with subject or body 'help' > to > ??? ncr-python.in-request at python.org > > You can reach the person managing the list at > ??? ncr-python.in-owner at python.org > > When replying, please edit your Subject line so it is more > specific > than "Re: Contents of Ncr-Python.in digest..." > > > Today's Topics: > > ???1. Re: Learn WxPython using Example - > WxPython Demo??? Application > ? ? ? (Saju M) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 14 Apr 2011 14:46:48 +0530 > From: Saju M > To: NCR Python Users Group India > Subject: Re: [Ncr-Python.in] Learn WxPython using Example - > WxPython > ??? Demo??? Application > Message-ID: > Content-Type: text/plain; charset=UTF-8 > > Thanks > > On Thu, Apr 14, 2011 at 6:17 AM, Narendra Sisodiya > > wrote: > > wget > > http://space.dl.sourceforge.net/project/wxpython/wxPython/2.8.11.0/wxPython-demo-2.8.11.0.tar.bz2 > > tar xf wxPython-demo-2.8.11.0.tar.bz2 > > cd ./wxPython-2.8.11.0/demo > > python demo.py > > > > Now enjoy several demo and example. > > > > -- > > ??????????????????????????? > > ?? ? Narendra Sisodiya > > ?? ? http://narendrasisodiya.com > > ??????????????????????????? > > > > _______________________________________________ > > http://mail.python.org/mailman/listinfo/ncr-python.in > > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines > > > > ------------------------------ > > _______________________________________________ > http://mail.python.org/mailman/listinfo/ncr-python.in > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines > > End of Ncr-Python.in Digest, Vol 3, Issue 9 > ******************************************* > From narendra at narendrasisodiya.com Fri Apr 15 18:20:16 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Fri, 15 Apr 2011 21:50:16 +0530 Subject: [Ncr-Python.in] Ncr-Python.in Digest, Vol 3, Issue 9 In-Reply-To: <687130.89266.qm@web161209.mail.bf1.yahoo.com> References: <687130.89266.qm@web161209.mail.bf1.yahoo.com> Message-ID: On Fri, Apr 15, 2011 at 12:35 PM, laxmi khatiwada wrote: > > (I am from non technical field (linguist) trying to manipulate NLTK. For > this I am learning python. Can you suggest me what s wrong with my > computer?) > > > Problems, running demo script > > lkhatiwada-laptop:~/wxPython-2.8.11.0/demo$ python demo.py > > result > > File "demo.py", line 3, in > import Main > > File "/home/lkhatiwada/wxPython-2.8.11.0/demo/Main.py", line 57, in > import wx.aui > > ImportError: No module named aui > > DO NOT REPLY TO DIGEST MAIL............... http://trac.wxwidgets.org/ticket/4138 Says - You are probably running a new demo with an older wxPython. You should check that they have the same version numbers. So, you might need to install newer version of Python and run $ python2.8 ./demo.py -------------- next part -------------- An HTML attachment was scrubbed... URL: From nk.zscorpion at gmail.com Fri Apr 15 18:55:14 2011 From: nk.zscorpion at gmail.com (Neeraj Khandelwal) Date: Fri, 15 Apr 2011 22:25:14 +0530 Subject: [Ncr-Python.in] Ncr-Python.in Digest, Vol 3, Issue 10 In-Reply-To: References: Message-ID: you need to download a module for python name "aui". -------------- next part -------------- An HTML attachment was scrubbed... URL: From n9986.mali at gmail.com Sat Apr 16 12:25:12 2011 From: n9986.mali at gmail.com (Nandeep Mali) Date: Sat, 16 Apr 2011 15:55:12 +0530 Subject: [Ncr-Python.in] Ncr-Python.in Digest, Vol 3, Issue 10 In-Reply-To: References: Message-ID: On Fri, Apr 15, 2011 at 10:25 PM, Neeraj Khandelwal wrote: > you need to download a module for python name "aui". Who are you replying to and in what context? Please don't reply to digest mails directly and add a proper subject from the thread you plan to reply to. From arulalant at gmail.com Sat Apr 16 20:10:29 2011 From: arulalant at gmail.com (Arulalan T) Date: Sat, 16 Apr 2011 23:40:29 +0530 Subject: [Ncr-Python.in] call for speakers april month Ncr-Python meetup on 24.04.2011 Message-ID: Dear All, Greetings.!. As per our schedule coming 4th sunday 24.04.2011 we have our Ncr-Python meetup. Reply here or mail me offline if you wish to give a talk/demo about python related ... We are expecting more python coders to give their talk and as well as newbies to python to learn it. :-) Location : IIT Delhi. Detailed location : Will announce it soon. -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajatgupta59 at gmail.com Sun Apr 17 10:42:43 2011 From: rajatgupta59 at gmail.com (Rajat Khandelwal) Date: Sun, 17 Apr 2011 14:12:43 +0530 Subject: [Ncr-Python.in] Bypassing proxy in python Message-ID: <4DAAA803.60903@gmail.com> Hi the following code * import urllib urllib.urlopen("http://wordsmith.org/words/today.html") _.read() * yields the output : * 404 Not Found

Not Found

The requested URL /words/today.html was not found on this server.


Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.7 with Suhosin-Patch mod_ssl/2.2.14 OpenSSL/0.9.8k Server at wordsmith.org Port 80
* but when I open the page http://wordsmith.org/words/today.html in the browser, the page is different. My http_proxy environment variable is also set. So what could be the reason behind this? -- Rajat Khandelwal Comp. Sc.& Engg. Student SD39, Satpura Hostel IIT Delhi -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Sun Apr 17 16:22:24 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Sun, 17 Apr 2011 19:52:24 +0530 Subject: [Ncr-Python.in] Fwd: [PubSoft] Dive into Python 3 In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: S. (Sam) Kritikos Date: Sun, Apr 17, 2011 at 7:22 PM Subject: [PubSoft] Dive into Python 3 To: Public Software Mailing List Folks, in case anybody missed it: Dive into Python 3 http://diveintopython3.org PDF 495p sk _______________________________________________ PubSoft at elists.isoc.org https://elists.isoc.org/mailman/listinfo/pubsoft -- ??????????????????????????? ? Narendra Sisodiya ? http://narendrasisodiya.com ??????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From navkapil at gmail.com Mon Apr 18 14:32:17 2011 From: navkapil at gmail.com (Kapil Gupta) Date: Mon, 18 Apr 2011 18:02:17 +0530 Subject: [Ncr-Python.in] Whats fflush equivalent in python? Message-ID: Hi, Whats fflush equivalent in python? -- Regards Kapil ~ http://email-stories.blogspot.com http://colosseum-jnu.blogspot.com/ http://www.orkut.com/Profile.aspx?uid=13205197198195306575 WebRep Overall rating -------------- next part -------------- An HTML attachment was scrubbed... URL: From coolankur2006 at gmail.com Mon Apr 18 21:23:40 2011 From: coolankur2006 at gmail.com (ANKUR AGGARWAL) Date: Tue, 19 Apr 2011 00:53:40 +0530 Subject: [Ncr-Python.in] First Game Attermpt Message-ID: Hey I was reading Pygame API for a month and made out a very basic ,small game named as "Hungry Snake" as practice. Want to share out the code with uou guys. Here's the link http://code.google.com/p/hungry-snakes/downloads/list -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Mon Apr 18 22:00:17 2011 From: satyaakam at gmail.com (satyaakam goswami) Date: Tue, 19 Apr 2011 01:30:17 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: On Tue, Apr 19, 2011 at 12:53 AM, ANKUR AGGARWAL wrote: > Hey > I was reading Pygame API for a month and made out a very basic ,small game > named as "Hungry Snake" as practice. Want to share out the code with uou > guys. Here's the link > http://code.google.com/p/hungry-snakes/downloads/list > cool it works , yesterday i was checking on solarwolf http://pygame.org/shredwheat/solarwolf/ -Satya fossevents.i n -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Tue Apr 19 08:57:57 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Tue, 19 Apr 2011 12:27:57 +0530 Subject: [Ncr-Python.in] call for speakers april month Ncr-Python meetup on 24.04.2011 In-Reply-To: References: Message-ID: On Sat, Apr 16, 2011 at 11:40 PM, Arulalan T wrote: > > Dear All, > > Greetings.!. > > As per our schedule coming 4th sunday 24.04.2011 we have our Ncr-Python > meetup. > > Reply here or mail me offline if you wish to give a talk/demo about python > related ... > I will love to talk on python timers.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Tue Apr 19 11:45:21 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Tue, 19 Apr 2011 15:15:21 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: On Tue, Apr 19, 2011 at 1:30 AM, satyaakam goswami wrote: > On Tue, Apr 19, 2011 at 12:53 AM, ANKUR AGGARWAL wrote: > >> Hey >> I was reading Pygame API for a month and made out a very basic ,small game >> named as "Hungry Snake" as practice. Want to share out the code with uou >> guys. Here's the link >> http://code.google.com/p/hungry-snakes/downloads/list >> > > cool it works , yesterday i was checking on solarwolf > http://pygame.org/shredwheat/solarwolf/ > > Try to run it on python3 ... -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Tue Apr 19 11:50:09 2011 From: satyaakam at gmail.com (satyaakam goswami) Date: Tue, 19 Apr 2011 15:20:09 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: > > cool it works , yesterday i was checking on solarwolf >> http://pygame.org/shredwheat/solarwolf/ >> >> > Try to run it on python3 ... > why does it bork ? , i do not have my system right now will try in the evening. -Satya -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Tue Apr 19 12:14:21 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Tue, 19 Apr 2011 15:44:21 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: On Tue, Apr 19, 2011 at 3:20 PM, satyaakam goswami wrote: > cool it works , yesterday i was checking on solarwolf >>> http://pygame.org/shredwheat/solarwolf/ >>> >>> >> Try to run it on python3 ... >> > why does it bork ? , i do not have my system right now will try in the > evening. > > well python3 is not compatible, probably will break so it is better to start porting the code. have a look on pycon lecture on it also http://wiki.python.org/moin/PortingToPy3k/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Tue Apr 19 12:34:19 2011 From: satyaakam at gmail.com (satyaakam goswami) Date: Tue, 19 Apr 2011 16:04:19 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: On Tue, Apr 19, 2011 at 3:44 PM, Narendra Sisodiya < narendra at narendrasisodiya.com> wrote: > > > On Tue, Apr 19, 2011 at 3:20 PM, satyaakam goswami wrote: > >> cool it works , yesterday i was checking on solarwolf >>>> http://pygame.org/shredwheat/solarwolf/ >>>> >>>> >>> Try to run it on python3 ... >>> >> why does it bork ? , i do not have my system right now will try in the >> evening. >> >> > well python3 is not compatible, probably will break so it is better to > start porting the code. > have a look on pycon lecture on it > also http://wiki.python.org/moin/PortingToPy3k/ > actually i did not get the answer did you try running it using 3.0? -Satya -------------- next part -------------- An HTML attachment was scrubbed... URL: From narendra at narendrasisodiya.com Tue Apr 19 12:36:21 2011 From: narendra at narendrasisodiya.com (Narendra Sisodiya) Date: Tue, 19 Apr 2011 16:06:21 +0530 Subject: [Ncr-Python.in] First Game Attermpt In-Reply-To: References: Message-ID: On Tue, Apr 19, 2011 at 4:04 PM, satyaakam goswami wrote: > On Tue, Apr 19, 2011 at 3:44 PM, Narendra Sisodiya < > narendra at narendrasisodiya.com> wrote: > >> >> >> On Tue, Apr 19, 2011 at 3:20 PM, satyaakam goswami wrote: >> >>> cool it works , yesterday i was checking on solarwolf >>>>> http://pygame.org/shredwheat/solarwolf/ >>>>> >>>>> >>>> Try to run it on python3 ... >>>> >>> why does it bork ? , i do not have my system right now will try in the >>> evening. >>> >>> >> well python3 is not compatible, probably will break so it is better to >> start porting the code. >> have a look on pycon lecture on it >> also http://wiki.python.org/moin/PortingToPy3k/ >> > actually i did not get the answer did you try running it using 3.0? > > Yes, it broke.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From deontics at gmail.com Thu Apr 21 10:15:08 2011 From: deontics at gmail.com (deontics at gmail.com) Date: Thu, 21 Apr 2011 08:15:08 +0000 Subject: [Ncr-Python.in] See "Tube service updates" on your Google homepage Message-ID: <000e0cd22f4e65cabf04a159fc6d@google.com> Your friend, deontics at gmail.com, has sent you the following Google Gadget. See "Tube service updates" on your Google homepage ? screenshot -------------- next part -------------- An HTML attachment was scrubbed... URL: From subhranath at gmail.com Fri Apr 22 13:23:24 2011 From: subhranath at gmail.com (Subhranath Chunder) Date: Fri, 22 Apr 2011 16:53:24 +0530 Subject: [Ncr-Python.in] Protected web APIs (short and simple) Message-ID: Hi, I've created a small and simple Python helper module to have protected web APIs in Django or other python projects, using a secret key string. It's using HMAC MD5. The main concept is of Facebook 'signed_request'. For details: https://github.com/subhranath/python-web-api-auth-helper Thanks, Subhranath Chunder. -------------- next part -------------- An HTML attachment was scrubbed... URL: From arulalant at gmail.com Fri Apr 22 19:16:05 2011 From: arulalant at gmail.com (Arulalan T) Date: Fri, 22 Apr 2011 22:46:05 +0530 Subject: [Ncr-Python.in] April month Ncr-Python meetup Message-ID: Dear All, This month Ncr-Python meetup is going to be held on 24.04.2011 sunday. Venue : IIT Delhi, Holistic Health Food and Juice Center (Canteen) Note : Sorry for the in convenience. Unfortunately I couldnt get the class room. So people please bring your laptop with fully charged. Time : 2 pm to 5 pm. Thanks -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com From arulalant at gmail.com Sun Apr 24 19:42:31 2011 From: arulalant at gmail.com (Arulalan T) Date: Sun, 24 Apr 2011 23:12:31 +0530 Subject: [Ncr-Python.in] Minutes of the April Month Meetup of Ncr-Python Message-ID: Dear All, Today we had a meetup of NCR-Python group. Attendees : 1. Varun 1st year csc, IITD 2. Anmol - and 3. Swathi -?phd bio?informatics?in JNU 4. Shalabh , and 5. Varun kumar - from Openlabs company?http://www.openlabs.co.in/ 6. Arulalan - Project Associate , IIT Delhi At 2 pm we people came to the place of Holistic Juice and Food Centre of IIT Delhi. We started to discuss about the python list comprehension, class & object attribute stuff, how to do in pythonic way of single line for loop, if else statement and etc., Then Mr.Varun Kumar and Mr.Shalabh explained about what is erp, what is openerp, how they contributed to openerp, how they developed erp web interface module in python for openerp, shown their source code and more We windup our meet at 5 pm. Its was really cool meetup we had today, even though we didnt use projector and class room. We had meet in canteen itself for 3 hours by used our laptops. Thanks to the industrialists from openlabs company and students of jnu. -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux !? : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com From subhranath at gmail.com Mon Apr 25 14:31:56 2011 From: subhranath at gmail.com (Subhranath Chunder) Date: Mon, 25 Apr 2011 18:01:56 +0530 Subject: [Ncr-Python.in] [Share] Protected web APIs (short and simple) In-Reply-To: References: Message-ID: Updated this with a django helper (decorator) to make it work without any view code changes at the receiving end. On Fri, Apr 22, 2011 at 4:53 PM, Subhranath Chunder wrote: > Hi, > > I've created a small and simple Python helper module to have protected web > APIs in Django or other python projects, using a secret key string. > It's using HMAC MD5. > > The main concept is of Facebook 'signed_request'. > > For details: https://github.com/subhranath/python-web-api-auth-helper > > Thanks, > Subhranath Chunder. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gauravluthra06 at gmail.com Mon Apr 25 17:02:29 2011 From: gauravluthra06 at gmail.com (gaurav luthra) Date: Mon, 25 Apr 2011 20:32:29 +0530 Subject: [Ncr-Python.in] Minutes of the April Month Meetup of Ncr-Python In-Reply-To: References: Message-ID: On Sun, Apr 24, 2011 at 11:12 PM, Arulalan T wrote: > Dear All, > > Today we had a meetup of NCR-Python group. > Attendees : > 1. Varun 1st year csc, IITD > 2. Anmol - and > 3. Swathi - phd bio informatics in JNU > 4. Shalabh , and > 5. Varun kumar - from Openlabs company http://www.openlabs.co.in/ > 6. Arulalan - Project Associate , IIT Delhi > > > Next meet onwards try to plan in advance.The final call for the meetup came 2 days before. That is the reason PUG meetups have dismal attendence.Please try to have atleast a week's buffer. > At 2 pm we people came to the place of Holistic Juice and Food Centre > of IIT Delhi. > > We started to discuss about the python list comprehension, class & > object attribute stuff, how to do in pythonic way of single line for > loop, if else statement and etc., > > Then Mr.Varun Kumar and Mr.Shalabh explained about > what is erp, > what is openerp, > how they contributed to openerp, > how they developed erp web interface module in python for openerp, > shown their source code > and more > > We windup our meet at 5 pm. > > Its was really cool meetup we had today, even though we didnt use > projector and class room. > We had meet in canteen itself for 3 hours by used our laptops. > > Thanks to the industrialists from openlabs company and students of jnu. > > > > > > -- > Regards, > Arulalan.T > Project Associate > Centre for Atmospheric Sciences > Indian Institute of Technology Delhi > > My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com > Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com > _______________________________________________ > http://mail.python.org/mailman/listinfo/ncr-python.in > Mailing list guidelines : http://lug-iitd.org/Mailing_List_Guidelines I think we need greater community participation in PUG.Lets plan a hackathon on Python sometime and some other activities that will attract enthusiasts.What do you suggest,people? -- ~GAURAV LUTHRA~ -------------- next part -------------- An HTML attachment was scrubbed... URL: From arulalant at gmail.com Tue Apr 26 09:11:50 2011 From: arulalant at gmail.com (Arulalan T) Date: Tue, 26 Apr 2011 12:41:50 +0530 Subject: [Ncr-Python.in] Minutes of the April Month Meetup of Ncr-Python In-Reply-To: References: Message-ID: 2011/4/25 gaurav luthra > > > On Sun, Apr 24, 2011 at 11:12 PM, Arulalan T wrote: > >> Dear All, >> >> Today we had a meetup of NCR-Python group. >> Attendees : >> 1. Varun 1st year csc, IITD >> 2. Anmol - and >> 3. Swathi - phd bio informatics in JNU >> 4. Shalabh , and >> 5. Varun kumar - from Openlabs company http://www.openlabs.co.in/ >> 6. Arulalan - Project Associate , IIT Delhi >> >> >> > Next meet onwards try to plan in advance.The final call for the meetup came > 2 days before. That is the reason PUG meetups have dismal attendence.Please > try to have atleast a week's buffer. > > Sure... Here after it wont happen like that... > At 2 pm we people came to the place of Holistic Juice and Food Centre >> of IIT Delhi. >> >> We started to discuss about the python list comprehension, class & >> object attribute stuff, how to do in pythonic way of single line for >> loop, if else statement and etc., >> >> Then Mr.Varun Kumar and Mr.Shalabh explained about >> what is erp, >> what is openerp, >> how they contributed to openerp, >> how they developed erp web interface module in python for openerp, >> shown their source code >> and more >> >> We windup our meet at 5 pm. >> >> Its was really cool meetup we had today, even though we didnt use >> projector and class room. >> We had meet in canteen itself for 3 hours by used our laptops. >> >> Thanks to the industrialists from openlabs company and students of jnu. >> >> >> I think we need greater community participation in PUG.Lets plan a > hackathon on Python sometime and some other activities that will attract > enthusiasts.What do you suggest,people? > yes... we can do all these stuff.. for that we need at least few perceptions and few volunteers to conduct the above one. :-) First of we need one place without any problem to any one... yet to decide about that... > > -- > ~GAURAV LUTHRA~ > > > -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From arulalant at gmail.com Tue Apr 26 09:21:11 2011 From: arulalant at gmail.com (Arulalan T) Date: Tue, 26 Apr 2011 12:51:11 +0530 Subject: [Ncr-Python.in] Is there any possibility to conduct regular Ncr-Python meetup inside JNU ? Message-ID: Dear Jnu Lugies, Is there any possibility to conduct regular month Ncr-Python meetup inside JNU campus/class/seminar hall/ etc with projector ? @ Anmol - @Swathi - and @Kapil [phd students of JNU] Can you people ask the details and formalities with your professor. Sorry I forget his name. Kindly update the status here once you will ask the details of that. You have to ask the permission to conduct the monthly classes/workshop on python for jnu and outside of jnu students/ industrialists about 20 - 30 people. Thank you . -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com -------------- next part -------------- An HTML attachment was scrubbed... URL: