[BangPypers] [JOB]: Senior Backend developer @Netskope, Bangalore

2016-05-02 Thread Sateesh Kumar
Hi all, Good Day. We are looking for a senior backend developer with below job profile for our organisation. Job Duties & Responsibilities: -- Help design and develop backend services used by Netskope product -- Integrate between various components within and external to Netskope using REST A

Re: [BangPypers] Restart when python script hangs

2014-06-02 Thread Sateesh Kumar
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 definitio

Re: [BangPypers] Restart when python script hangs

2014-06-02 Thread Sateesh Kumar
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

Re: [BangPypers] Query with respect to mock module

2014-03-25 Thread Sateesh Kumar
On Tue, Mar 25, 2014 at 12:30 PM, Nitin Kumar wrote: > Hi All, > > I am try to write test case with mocking original libraries. > But we have scenario that some time we need this mock but some time we need > to create object of original class so that test run on real scenario. > > Is there a way

Re: [BangPypers] Open source python based image matching tools?

2012-11-02 Thread Sateesh Kumar
On Fri, Nov 2, 2012 at 10:46 PM, Subhodip Biswas wrote: > Hi all, > Any pointers to docs > or references will be of great help. ... A draft copy of the book "Programming Computer Vision with Python" (O'Reilly) is available online at http://programmingcomputervision.com/. Check it out. I ha

Re: [BangPypers] [OT] Online offering of the course "Introduction to Programming Languages"

2012-08-23 Thread Sateesh Kumar
I have registered for the course. Planning to solve the quizzes and minor project. reg, sateesh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] [OT] Online offering of the course "Introduction to Programming Languages"

2012-08-22 Thread Sateesh Kumar
Hi, Slightly OT, Brown university is offering their course "Introduction to Programming Languages" [1] available for free on the Web. Interestingly second and third months of the course would cover Python in detail. >From the course outline: [2] "In the first month of the course, we will go thr

Re: [BangPypers] Help pyqt learning guide.

2012-04-01 Thread Sateesh Kumar
On Fri, Mar 30, 2012 at 3:04 PM, Ganesh Kumar wrote: > Hi guys, > > I am new to pyqt. please suggest any good material to understand pyqt. > please guide me. > A very good book for getting started with PyQt is 'Rapid GUI Programming with Python ant Qt' by Mark Summerfield . Unfortunately there i

Re: [BangPypers] BangPypers Digest, Vol 52, Issue 7

2011-12-07 Thread Sateesh Kumar
On Wed, Dec 7, 2011 at 7:41 PM, Anand Patil <2002an...@gmail.com> wrote: > Hi. > > I have a unique question or may be i am not so perfect at python.Please > help me out > > a, b, c = 0, 0, 0 > def getabc(): >print "hi " > > def gettuple(): >print "hello all" > > def getlist(): >print "

Re: [BangPypers] Query abt QTableWidgetItem

2011-11-28 Thread Sateesh Kumar
On Mon, Nov 28, 2011 at 11:20 AM, Smrutilekha Swain wrote: > Hello, [] > Here is my code: > > self.textLineEdit = QLineEdit() > self.tableWidgetItem = QTableWidgetItem() > self.table = QTableWidget() > > item = self.textLineEdit.text() > tableItem = self.tableWidgetItem.setText(item) > print

Re: [BangPypers] remove svn checkout folder

2011-10-27 Thread Sateesh Kumar
On Fri, Oct 21, 2011 at 12:37 PM, Shashidhar Paragonda < shashidha...@gmail.com> wrote: * Then i tried *shutil.rmtree(path/to/folder/) but here I am > facing permission denied error > > code : os.chmod(path/to/folder, 0777) >if os.access(path/to/folder, os.R_OK): >

Re: [BangPypers] Creating windows installer

2011-09-27 Thread Sateesh Kumar
> > I want to create windows installer (one) file which is > combination of, Python v.2.4.4, Zope v2.8.11, Postgresql v8.1.x, and some > Python dependency packages and Zope dependency packages. > Apart from the options others have mentioned (like py2exe, cx_freeze), you can also con

Re: [BangPypers] mac IP

2011-04-17 Thread Sateesh Kumar
On Fri, Apr 15, 2011 at 11:01 AM, Nitin Kumar wrote: > the reason for the same is: > > We got to machine setup, one is US and one in India, according to machine > location we need to use local server. > So I was looking for IP which help me differentiate the position of client > Machine to use th

Re: [BangPypers] Dictionary in Python - A doubt

2011-04-04 Thread Sateesh Kumar
On Thu, Mar 24, 2011 at 5:34 PM, Jins Thomas wrote: > > I was just comparing hash in Perl. In Perl 'if i in count: else:' > statement > is not required i could simply uses count{i} +=1 even if it exists or not > exists. This is a Perl feature known as autovivification. http://en.wikipedia.org/

[BangPypers] [JOB] Python developers for tools development

2011-01-29 Thread Sateesh Kumar
Hello All, NetApp India is looking for Python developers. The requirements for the opening are mentioned below. If you are interested in this opening please forward your resume to me (sateeshpy...@gmail.com). Location: Bangalore Requirements: ยท Strong Python application development experienc

Re: [BangPypers] refactoring

2010-12-01 Thread Sateesh Kumar
On Wed, Dec 1, 2010 at 4:33 PM, Kenneth Gonsalves wrote: > hi, > > I know that this has cropped up in a parallel thread, but anyway I would > like a new thread on this. In a LUG list a ruby guy made a statement > that 'No self respecting developer could function without having read > the refactor