From jainpriyal168 at gmail.com Tue Mar 3 11:40:30 2015 From: jainpriyal168 at gmail.com (Priyal Jain) Date: Tue, 3 Mar 2015 16:10:30 +0530 Subject: [BangPypers] Problem in setup.py file Message-ID: Hi, I want to install my project as a directory rather than as a zipfile. How to write setup.py file to install project as a directory. I tried by giving flag, zip_safe = False inside setup() from setuptools, but it is still installing my project as .egg not as directory. Thanks Regards Priyal From narayannaik.05 at gmail.com Tue Mar 3 14:20:05 2015 From: narayannaik.05 at gmail.com (narayan naik) Date: Tue, 3 Mar 2015 18:50:05 +0530 Subject: [BangPypers] how to see each line result in python Message-ID: hi, i have face detection code as import cv2 import sys def detect(path): img = cv2.imread(path) cascade = cv2.CascadeClassifier("/home/nv/haarcascade_frontalface_alt.xml") rects = cascade.detectMultiScale(img, 1.3, 4, cv2.cv.CV_HAAR_SCALE_IMAGE, (20,20)) if len(rects) == 0: return [], img rects[:, 2:] += rects[:, :2] return rects, img def box(rects, img): for x1, y1, x2, y2 in rects: cv2.rectangle(img, (x1, y1), (x2, y2), (127, 255, 0), 2) #cv2.imwrite('/home/nv/m.JPG', img); rects, img = detect("/home/nv/img.JPG") box(rects, img) cv2.imshow('img',img) cv2.waitKey(0) cv2.destroyAllWindows() #crop_img=image(rects, img) #cropped.save('L_2d_cropped.jpg') I want to see what happens in each line.I know what happens in theoritically but i want each line result.is i possible. please help me. thank you in advance From gora at mimirtech.com Tue Mar 3 14:42:46 2015 From: gora at mimirtech.com (Gora Mohanty) Date: Tue, 3 Mar 2015 19:12:46 +0530 Subject: [BangPypers] how to see each line result in python In-Reply-To: References: Message-ID: On 3 March 2015 at 18:50, narayan naik wrote: [...] > I want to see what happens in each line.I know what happens in > theoritically but i want each line result.is i possible. What you seem to be looking for is a Python debugger. Try pdb: See, e.g., https://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/ Regards, Gora From kracethekingmaker at gmail.com Tue Mar 3 16:21:48 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Tue, 3 Mar 2015 20:51:48 +0530 Subject: [BangPypers] Problem in setup.py file In-Reply-To: References: Message-ID: Hi Probably Sharing setup.py may help. Django project does similar thing https://github.com/django/django/blob/master/setup.py and works. (directory)? ~ pip install django (directory)? ~ ls /Users/kracekumar/Envs/directory/lib/python2.7/site-packages/django __init__.py __init__.pyc apps bin conf contrib core db dispatch forms http middleware shortcuts.py shortcuts.pyc template templatetags test utils views On Tue, Mar 3, 2015 at 4:10 PM, Priyal Jain wrote: > Hi, > > I want to install my project as a directory rather than as a zipfile. How > to write setup.py file to install project as a directory. > > I tried by giving flag, zip_safe = False inside setup() from setuptools, > but it is still installing my project as .egg not as directory. > > > Thanks > Regards > Priyal > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From jainpriyal168 at gmail.com Wed Mar 4 06:03:54 2015 From: jainpriyal168 at gmail.com (Priyal Jain) Date: Wed, 4 Mar 2015 10:33:54 +0530 Subject: [BangPypers] Problem in setup.py file Message-ID: Hi, My setup.py file is: from setuptools import setup, find_packages setup(name = "abc", version = "0.1", description = "Python version of abc Administrator", author = "Priyal Jain", author_email = "jainpriyal168 at gmail.com", license="Apache 2.0", keywords="python automation API", url="http://www.github.com/Jainpriyal", package_dir={'': 'lib'}, packages=find_packages('lib'), package_data={ 'abc.configs': ['*.yml'], }, scripts = ["abc"], #install_requires=install_reqs, install_requires = ['junos-eznc'], zip_safe= False classifiers=[ 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', ], ) On Tue, Mar 3, 2015 at 8:51 PM, kracekumar ramaraju < kracethekingmaker at gmail.com> wrote: > Hi > > Probably Sharing setup.py may help. Django project does similar thing > https://github.com/django/django/blob/master/setup.py and works. > > (directory)? ~ pip install django > (directory)? ~ ls > /Users/kracekumar/Envs/directory/lib/python2.7/site-packages/django > __init__.py __init__.pyc apps bin conf > contrib core db dispatch forms http > middleware shortcuts.py shortcuts.pyc template > templatetags test utils views > > > > On Tue, Mar 3, 2015 at 4:10 PM, Priyal Jain > wrote: > > > Hi, > > > > I want to install my project as a directory rather than as a zipfile. How > > to write setup.py file to install project as a directory. > > > > I tried by giving flag, zip_safe = False inside setup() from setuptools, > > but it is still installing my project as .egg not as directory. > > > > > > Thanks > > Regards > > Priyal > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com * > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From hihellobolke at gmail.com Fri Mar 6 12:04:52 2015 From: hihellobolke at gmail.com (HHB) Date: Fri, 6 Mar 2015 16:34:52 +0530 Subject: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 + WS experience Message-ID: <5054A508-DCE5-4B0F-84AF-D82A2E198480@gmail.com> Hi, As a fellow py programmer I did not want to rely on my HR, so here goes :-) My team wants to hire multiple people who have experience in Python (Django, Flask etc) & good JS (AngularJS or JQuery) Must have worked on web-app projects previously, experience in queue & web sockets is preferred. Team culture is like a mini-startup in a large established organisation, with good pay and long term job security. Team globally has lot of smarty people and fun (yes whitepaper writing/trashing phds, ex-startupers and beer guzzling people, and fresh grads). The Bangalore office is at Sarjapur-Marathahalli ORR. We are looking for energetic person with right attitude. The number of years of experience say 5 - 15 years :-) as long as you?re a geek. Thanks! --- From sugam.iitkgp at gmail.com Sat Mar 7 02:58:01 2015 From: sugam.iitkgp at gmail.com (Sugam Agrawal) Date: Sat, 7 Mar 2015 07:28:01 +0530 Subject: [BangPypers] Looking for founder in Startup -- Python / Django. Message-ID: Hi, I am working full time on a Startup in Bangalore in a very early stage and is looking for some great Python Django developer either to join in full or part time. Will you be king enough to forward my request to the mailing list ? Regards, -- Sugam Agrawal - in.linkedin.com/pub/sugam-agrawal/14/39b/267/ # +91 9867957859 From hihellobolke at gmail.com Sat Mar 7 16:14:43 2015 From: hihellobolke at gmail.com (HHB) Date: Sat, 7 Mar 2015 20:44:43 +0530 Subject: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 + WS experience In-Reply-To: <5054A508-DCE5-4B0F-84AF-D82A2E198480@gmail.com> References: <5054A508-DCE5-4B0F-84AF-D82A2E198480@gmail.com> Message-ID: <728FBCB0-3DF7-450E-9159-65D4E3561FEF@gmail.com> Hi Guys, Here?s more info: based on what people asked: 1. It?s an established product company, so competitive pay. (I am no HR though) 2. It?s good to have Python web development experience. (There?s lot of people in the team, so we can ramp you up if you?re new to py). But JS experience is required. 3. Number of years of experience is flexible as long as you?re good (I meant really good). 4. Overall project will require you to develop some web-app dev for operations data from 22K nodes, rely on web sockets for some realtime data visualisation and then have good knowledge of integrating with distributed queue. Eventually say down 9-10 months there?s requirement for us to integrate with big data analytics, you can play the role there too. And then use analytics to create a self-aware distributed system. ?HHB > On 06-Mar-2015, at 4:34 pm, HHB wrote: > > Hi, > > As a fellow py programmer I did not want to rely on my HR, so here goes :-) > > My team wants to hire multiple people who have experience in Python (Django, Flask etc) & good JS (AngularJS or JQuery) > > Must have worked on web-app projects previously, experience in queue & web sockets is preferred. > > Team culture is like a mini-startup in a large established organisation, with good pay and long term job security. Team globally has lot of smarty people and fun (yes whitepaper writing/trashing phds, ex-startupers and beer guzzling people, and fresh grads). > > The Bangalore office is at Sarjapur-Marathahalli ORR. We are looking for energetic person with right attitude. The number of years of experience say 5 - 15 years :-) as long as you?re a geek. > > Thanks! > --- From noufal at nibrahim.net.in Sat Mar 7 16:32:26 2015 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Sat, 07 Mar 2015 21:02:26 +0530 Subject: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 + WS experience In-Reply-To: <728FBCB0-3DF7-450E-9159-65D4E3561FEF@gmail.com> (HHB's message of "Sat, 7 Mar 2015 20:44:43 +0530") References: <5054A508-DCE5-4B0F-84AF-D82A2E198480@gmail.com> <728FBCB0-3DF7-450E-9159-65D4E3561FEF@gmail.com> Message-ID: <87a8zoygad.fsf@nibrahim.net.in> On Sat, Mar 07 2015, HHB wrote: > Hi Guys, > > Here?s more info: based on what people asked: > > 1. It?s an established product company, so competitive pay. (I am no > HR though) [...] Surely it's simpler just mention the name of the company? Why all this cloak and dagger secrecy? :) -- Cordially, Noufal http://nibrahim.net.in From kracethekingmaker at gmail.com Sat Mar 7 17:25:33 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Sat, 7 Mar 2015 21:55:33 +0530 Subject: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 + WS experience In-Reply-To: <87a8zoygad.fsf@nibrahim.net.in> References: <5054A508-DCE5-4B0F-84AF-D82A2E198480@gmail.com> <728FBCB0-3DF7-450E-9159-65D4E3561FEF@gmail.com> <87a8zoygad.fsf@nibrahim.net.in> Message-ID: On Sat, Mar 7, 2015 at 9:02 PM, Noufal Ibrahim KV wrote: > On Sat, Mar 07 2015, HHB wrote: > > > Hi Guys, > > > > Here?s more info: based on what people asked: > > > > 1. It?s an established product company, so competitive pay. (I am no > > HR though) > > [...] > > Surely it's simpler just mention the name of the company? Why all this > cloak and dagger secrecy? :) > > Probably idea is in stealth phase :-) > > -- > Cordially, > Noufal > http://nibrahim.net.in > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From suhail.ars at gmail.com Sun Mar 8 12:19:05 2015 From: suhail.ars at gmail.com (suhail areekkan) Date: Sun, 8 Mar 2015 16:49:05 +0530 Subject: [BangPypers] BangPypers Digest, Vol 91, Issue 4 In-Reply-To: References: Message-ID: Hi, I am interested to work in your organisation . On Sun, Mar 8, 2015 at 4: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. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > experience (HHB) > 2. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > experience (Noufal Ibrahim KV) > 3. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > experience (kracekumar ramaraju) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 7 Mar 2015 20:44:43 +0530 > From: HHB > To: bangpypers at python.org > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > + WS experience > Message-ID: <728FBCB0-3DF7-450E-9159-65D4E3561FEF at gmail.com> > Content-Type: text/plain; charset=utf-8 > > Hi Guys, > > Here?s more info: based on what people asked: > > 1. It?s an established product company, so competitive pay. (I am no HR > though) > > 2. It?s good to have Python web development experience. (There?s lot of > people in the team, so we can ramp you up if you?re new to py). But JS > experience is required. > > 3. Number of years of experience is flexible as long as you?re good (I > meant really good). > > 4. Overall project will require you to develop some web-app dev for > operations data from 22K nodes, rely on web sockets for some realtime data > visualisation and then have good knowledge of integrating with distributed > queue. Eventually say down 9-10 months there?s requirement for us to > integrate with big data analytics, you can play the role there too. And > then use analytics to create a self-aware distributed system. > > ?HHB > > > On 06-Mar-2015, at 4:34 pm, HHB wrote: > > > > Hi, > > > > As a fellow py programmer I did not want to rely on my HR, so here goes > :-) > > > > My team wants to hire multiple people who have experience in Python > (Django, Flask etc) & good JS (AngularJS or JQuery) > > > > Must have worked on web-app projects previously, experience in queue & > web sockets is preferred. > > > > Team culture is like a mini-startup in a large established organisation, > with good pay and long term job security. Team globally has lot of smarty > people and fun (yes whitepaper writing/trashing phds, ex-startupers and > beer guzzling people, and fresh grads). > > > > The Bangalore office is at Sarjapur-Marathahalli ORR. We are looking for > energetic person with right attitude. The number of years of experience say > 5 - 15 years :-) as long as you?re a geek. > > > > Thanks! > > --- > > > > ------------------------------ > > Message: 2 > Date: Sat, 07 Mar 2015 21:02:26 +0530 > From: Noufal Ibrahim KV > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > + WS experience > Message-ID: <87a8zoygad.fsf at nibrahim.net.in> > Content-Type: text/plain; charset=utf-8 > > On Sat, Mar 07 2015, HHB wrote: > > > Hi Guys, > > > > Here?s more info: based on what people asked: > > > > 1. It?s an established product company, so competitive pay. (I am no > > HR though) > > [...] > > Surely it's simpler just mention the name of the company? Why all this > cloak and dagger secrecy? :) > > > -- > Cordially, > Noufal > http://nibrahim.net.in > > > ------------------------------ > > Message: 3 > Date: Sat, 7 Mar 2015 21:55:33 +0530 > From: kracekumar ramaraju > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > + WS experience > Message-ID: > mmz2zTCvw3urL9xjCd9vOpE3QMtiGG6g9W6u2i762vSoQ at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > On Sat, Mar 7, 2015 at 9:02 PM, Noufal Ibrahim KV > wrote: > > > On Sat, Mar 07 2015, HHB wrote: > > > > > Hi Guys, > > > > > > Here?s more info: based on what people asked: > > > > > > 1. It?s an established product company, so competitive pay. (I am no > > > HR though) > > > > [...] > > > > Surely it's simpler just mention the name of the company? Why all this > > cloak and dagger secrecy? :) > > > > > Probably idea is in stealth phase :-) > > > > > > -- > > Cordially, > > Noufal > > http://nibrahim.net.in > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com * > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 91, Issue 4 > ***************************************** > -- Regards, Suhail From kiran.daredevil at gmail.com Sun Mar 8 14:28:15 2015 From: kiran.daredevil at gmail.com (Kiran Gangadharan) Date: Sun, 8 Mar 2015 18:58:15 +0530 Subject: [BangPypers] BangPypers Digest, Vol 91, Issue 4 In-Reply-To: References: Message-ID: Hi Suhail, Kindly reply to individual messages and refrain from replying to digests. Digests are mainly meant for reading. On Sun, Mar 8, 2015 at 4:49 PM, suhail areekkan wrote: > Hi, I am interested to work in your organisation . > > On Sun, Mar 8, 2015 at 4: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. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > > experience (HHB) > > 2. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > > experience (Noufal Ibrahim KV) > > 3. Re: [JOBS] pythonistas with Django + JS + HTML5 + WS > > experience (kracekumar ramaraju) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sat, 7 Mar 2015 20:44:43 +0530 > > From: HHB > > To: bangpypers at python.org > > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > > + WS experience > > Message-ID: <728FBCB0-3DF7-450E-9159-65D4E3561FEF at gmail.com> > > Content-Type: text/plain; charset=utf-8 > > > > Hi Guys, > > > > Here?s more info: based on what people asked: > > > > 1. It?s an established product company, so competitive pay. (I am no HR > > though) > > > > 2. It?s good to have Python web development experience. (There?s lot of > > people in the team, so we can ramp you up if you?re new to py). But JS > > experience is required. > > > > 3. Number of years of experience is flexible as long as you?re good (I > > meant really good). > > > > 4. Overall project will require you to develop some web-app dev for > > operations data from 22K nodes, rely on web sockets for some realtime > data > > visualisation and then have good knowledge of integrating with > distributed > > queue. Eventually say down 9-10 months there?s requirement for us to > > integrate with big data analytics, you can play the role there too. And > > then use analytics to create a self-aware distributed system. > > > > ?HHB > > > > > On 06-Mar-2015, at 4:34 pm, HHB wrote: > > > > > > Hi, > > > > > > As a fellow py programmer I did not want to rely on my HR, so here goes > > :-) > > > > > > My team wants to hire multiple people who have experience in Python > > (Django, Flask etc) & good JS (AngularJS or JQuery) > > > > > > Must have worked on web-app projects previously, experience in queue & > > web sockets is preferred. > > > > > > Team culture is like a mini-startup in a large established > organisation, > > with good pay and long term job security. Team globally has lot of smarty > > people and fun (yes whitepaper writing/trashing phds, ex-startupers and > > beer guzzling people, and fresh grads). > > > > > > The Bangalore office is at Sarjapur-Marathahalli ORR. We are looking > for > > energetic person with right attitude. The number of years of experience > say > > 5 - 15 years :-) as long as you?re a geek. > > > > > > Thanks! > > > --- > > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Sat, 07 Mar 2015 21:02:26 +0530 > > From: Noufal Ibrahim KV > > To: Bangalore Python Users Group - India > > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > > + WS experience > > Message-ID: <87a8zoygad.fsf at nibrahim.net.in> > > Content-Type: text/plain; charset=utf-8 > > > > On Sat, Mar 07 2015, HHB wrote: > > > > > Hi Guys, > > > > > > Here?s more info: based on what people asked: > > > > > > 1. It?s an established product company, so competitive pay. (I am no > > > HR though) > > > > [...] > > > > Surely it's simpler just mention the name of the company? Why all this > > cloak and dagger secrecy? :) > > > > > > -- > > Cordially, > > Noufal > > http://nibrahim.net.in > > > > > > ------------------------------ > > > > Message: 3 > > Date: Sat, 7 Mar 2015 21:55:33 +0530 > > From: kracekumar ramaraju > > To: Bangalore Python Users Group - India > > Subject: Re: [BangPypers] [JOBS] pythonistas with Django + JS + HTML5 > > + WS experience > > Message-ID: > > > mmz2zTCvw3urL9xjCd9vOpE3QMtiGG6g9W6u2i762vSoQ at mail.gmail.com> > > Content-Type: text/plain; charset=UTF-8 > > > > On Sat, Mar 7, 2015 at 9:02 PM, Noufal Ibrahim KV < > noufal at nibrahim.net.in> > > wrote: > > > > > On Sat, Mar 07 2015, HHB wrote: > > > > > > > Hi Guys, > > > > > > > > Here?s more info: based on what people asked: > > > > > > > > 1. It?s an established product company, so competitive pay. (I am no > > > > HR though) > > > > > > [...] > > > > > > Surely it's simpler just mention the name of the company? Why all this > > > cloak and dagger secrecy? :) > > > > > > > > Probably idea is in stealth phase :-) > > > > > > > > > > -- > > > Cordially, > > > Noufal > > > http://nibrahim.net.in > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers at python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > -- > > > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > > Torvaldshttp://kracekumar.com * > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > ------------------------------ > > > > End of BangPypers Digest, Vol 91, Issue 4 > > ***************************************** > > > > > > -- > Regards, > > Suhail > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Cheers, Kiran Gangadharan http://kirang.in From kiran.daredevil at gmail.com Sun Mar 8 14:32:02 2015 From: kiran.daredevil at gmail.com (Kiran Gangadharan) Date: Sun, 8 Mar 2015 19:02:02 +0530 Subject: [BangPypers] Problem in setup.py file In-Reply-To: References: Message-ID: Hi Priyal, Kindly use a service such as this[0] or this[1] when pasting a code snippet containing more than a few lines of code. It makes your reply short and the code snippet easier to review. Thanks! ----------- [0] http://dpaste.com/ [1] http://pastebin.com/ On Wed, Mar 4, 2015 at 10:33 AM, Priyal Jain wrote: > Hi, > > My setup.py file is: > > from setuptools import setup, find_packages > > > setup(name = "abc", > version = "0.1", > description = "Python version of abc Administrator", > author = "Priyal Jain", > author_email = "jainpriyal168 at gmail.com", > license="Apache 2.0", > keywords="python automation API", > url="http://www.github.com/Jainpriyal", > package_dir={'': 'lib'}, > packages=find_packages('lib'), > package_data={ > 'abc.configs': ['*.yml'], > }, > scripts = ["abc"], > #install_requires=install_reqs, > install_requires = ['junos-eznc'], > zip_safe= False > classifiers=[ > 'Environment :: Console', > 'Intended Audience :: Developers', > 'Intended Audience :: Information Technology', > ], > > ) > > > On Tue, Mar 3, 2015 at 8:51 PM, kracekumar ramaraju < > kracethekingmaker at gmail.com> wrote: > > > Hi > > > > Probably Sharing setup.py may help. Django project does similar thing > > https://github.com/django/django/blob/master/setup.py and works. > > > > (directory)? ~ pip install django > > (directory)? ~ ls > > /Users/kracekumar/Envs/directory/lib/python2.7/site-packages/django > > __init__.py __init__.pyc apps bin conf > > contrib core db dispatch forms > http > > middleware shortcuts.py shortcuts.pyc template > > templatetags test utils views > > > > > > > > On Tue, Mar 3, 2015 at 4:10 PM, Priyal Jain > > wrote: > > > > > Hi, > > > > > > I want to install my project as a directory rather than as a zipfile. > How > > > to write setup.py file to install project as a directory. > > > > > > I tried by giving flag, zip_safe = False inside setup() from > setuptools, > > > but it is still installing my project as .egg not as directory. > > > > > > > > > Thanks > > > Regards > > > Priyal > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers at python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > -- > > > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > > Torvaldshttp://kracekumar.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 > -- Cheers, Kiran Gangadharan http://kirang.in From shashidhar85 at gmail.com Mon Mar 9 07:58:39 2015 From: shashidhar85 at gmail.com (Shashidhar Paragonda) Date: Mon, 9 Mar 2015 12:28:39 +0530 Subject: [BangPypers] { job } [developer] Message-ID: Hello Python hackers There is immediate Python developer requirement in Accenture with experience 2-4yrs. JD: 1) Python 2) django framework 3) web technology: html, css, JavaScript, angularjs (plus) 4) php Note: please don't spam group mail box, please reply and share your Cv to shashidhar.paragonda at accenture.com Thank you. -- ----------------------------------- Regards, Shashidhar N.Paragonda shashidhar85 at gmail.com +919900093835 From kracethekingmaker at gmail.com Wed Mar 11 20:11:17 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Thu, 12 Mar 2015 00:41:17 +0530 Subject: [BangPypers] March meetup Message-ID: Hi We have scheduled march meetup on 21st from 10.00 AM to 3.00 PM. We have a talk and a workshop. If you are interested to give a talk for 30 minutes please let us know by commenting in the meetup page . We have workshop from 11.30 to 3.00. *Topic: Gotchas in Python - When Python gets slippery for you* Workshop will expose gotchas in Python in various topics like arithmetic operations, floating point number, class variables, exception handling etc ... This workshop requires working knowledge of python. This workshop may not be suited for people getting started with Python. RSVP is open: *Venue*: ZEOMEGA INFOTECH PVT. LTD. #20, 21, RAJALAKSHMI PLAZA, II FLOOR, SOUTH END ROAD, BASAVANAGUDI, BANGALORE 560004, Bangalore *Time*: 10.00 AM - 3.00 PM -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From nitin.nitp at gmail.com Thu Mar 12 09:13:37 2015 From: nitin.nitp at gmail.com (Nitin Kumar) Date: Thu, 12 Mar 2015 13:43:37 +0530 Subject: [BangPypers] Problem in setup.py file In-Reply-To: References: Message-ID: Hi Priyal, The content posted of your setup was needed to understand the issue. So ignore mailing etiquette replies :) If you install using "pip install ***" it will take care of what you want to achieve using your setup.py content. python setup.py install will generally create .egg (if it can) Nitin K On Sun, Mar 8, 2015 at 7:02 PM, Kiran Gangadharan wrote: > Hi Priyal, > > Kindly use a service such as this[0] or this[1] when pasting a code snippet > containing more than a few lines of code. It makes your reply short and the > code snippet easier to review. > > Thanks! > ----------- > [0] http://dpaste.com/ > [1] http://pastebin.com/ > > > On Wed, Mar 4, 2015 at 10:33 AM, Priyal Jain > wrote: > > > Hi, > > > > My setup.py file is: > > > > from setuptools import setup, find_packages > > > > > > setup(name = "abc", > > version = "0.1", > > description = "Python version of abc Administrator", > > author = "Priyal Jain", > > author_email = "jainpriyal168 at gmail.com", > > license="Apache 2.0", > > keywords="python automation API", > > url="http://www.github.com/Jainpriyal", > > package_dir={'': 'lib'}, > > packages=find_packages('lib'), > > package_data={ > > 'abc.configs': ['*.yml'], > > }, > > scripts = ["abc"], > > #install_requires=install_reqs, > > install_requires = ['junos-eznc'], > > zip_safe= False > > classifiers=[ > > 'Environment :: Console', > > 'Intended Audience :: Developers', > > 'Intended Audience :: Information Technology', > > ], > > > > ) > > > > > > On Tue, Mar 3, 2015 at 8:51 PM, kracekumar ramaraju < > > kracethekingmaker at gmail.com> wrote: > > > > > Hi > > > > > > Probably Sharing setup.py may help. Django project does similar thing > > > https://github.com/django/django/blob/master/setup.py and works. > > > > > > (directory)? ~ pip install django > > > (directory)? ~ ls > > > /Users/kracekumar/Envs/directory/lib/python2.7/site-packages/django > > > __init__.py __init__.pyc apps bin conf > > > contrib core db dispatch forms > > http > > > middleware shortcuts.py shortcuts.pyc template > > > templatetags test utils views > > > > > > > > > > > > On Tue, Mar 3, 2015 at 4:10 PM, Priyal Jain > > > wrote: > > > > > > > Hi, > > > > > > > > I want to install my project as a directory rather than as a zipfile. > > How > > > > to write setup.py file to install project as a directory. > > > > > > > > I tried by giving flag, zip_safe = False inside setup() from > > setuptools, > > > > but it is still installing my project as .egg not as directory. > > > > > > > > > > > > Thanks > > > > Regards > > > > Priyal > > > > _______________________________________________ > > > > BangPypers mailing list > > > > BangPypers at python.org > > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > > > > > > -- > > > > > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > > > Torvaldshttp://kracekumar.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 > > > > > > -- > Cheers, > Kiran Gangadharan > http://kirang.in > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From gits1225 at gmail.com Thu Mar 12 14:14:32 2015 From: gits1225 at gmail.com (Aby James) Date: Thu, 12 Mar 2015 18:44:32 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django Message-ID: Hey BangPypers, We are going to colleges in Bangalore giving them exposure about free and high quality online resources to learn programming from. A lot of students have shown interest in developing Web Apps in Python/Django but we are stuck in finding a really good book/resource like Michael Hartl's Ruby on Rails Tutorial: https://www.railstutorial.org/book to recommend to them. If you guys have any good recommendations, I'd love to hear 'em. Cheers, Aby James aby at jaaga.in P.S: I am not looking for Flask tutorials (I am aware of all the good ones) From lgp171188 at gmail.com Thu Mar 12 14:33:07 2015 From: lgp171188 at gmail.com (L. Guruprasad) Date: Thu, 12 Mar 2015 19:03:07 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: On Thu, Mar 12, 2015 at 6:44 PM, Aby James wrote: > A lot of students have shown interest in developing Web Apps in > Python/Django but we are stuck in finding a really good book/resource like > Michael Hartl's Ruby on Rails Tutorial: https://www.railstutorial.org/book to > recommend to them. > > If you guys have any good recommendations, I'd love to hear 'em. I have gone through How to Tango with Django (http://www.tangowithdjango.com/book17/) and Test-Driven Development with Python (http://www.obeythetestinggoat.com/) and liked both of them. Ymmv. Thanks & Regards, Guruprasad From mandarvaze at gmail.com Fri Mar 13 07:14:15 2015 From: mandarvaze at gmail.com (=?UTF-8?B?TWFuZGFyIFZhemUgLyDgpK7gpILgpKbgpL7gpLAg4KS14KSd4KWH?=) Date: Fri, 13 Mar 2015 11:44:15 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: http://twoscoopspress.com/products/two-scoops-of-django-1-6 ? seems to have good reviews -Mandar On Thu, Mar 12, 2015 at 6:44 PM, Aby James wrote: > Hey BangPypers, > > We are going to colleges in Bangalore giving them exposure about free and > high quality online resources to learn programming from. > > A lot of students have shown interest in developing Web Apps in > Python/Django but we are stuck in finding a really good book/resource like > Michael Hartl's Ruby on Rails Tutorial: https://www.railstutorial.org/book > to > recommend to them. > > If you guys have any good recommendations, I'd love to hear 'em. > > Cheers, > Aby James > aby at jaaga.in > > P.S: I am not looking for Flask tutorials (I am aware of all the good ones) > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From kartiksinghal at gmail.com Fri Mar 13 07:28:41 2015 From: kartiksinghal at gmail.com (Kartik Singhal) Date: Fri, 13 Mar 2015 11:58:41 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: On Fri, Mar 13, 2015 at 11:44 AM, Mandar Vaze / ????? ??? < mandarvaze at gmail.com> wrote: > http://twoscoopspress.com/products/two-scoops-of-django-1-6 ? > > seems to have good reviews It's meant for best practices, not for learning basics though. -- Kartik http://techglider.in From gits1225 at gmail.com Fri Mar 13 09:33:01 2015 From: gits1225 at gmail.com (Aby James) Date: Fri, 13 Mar 2015 14:03:01 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Thank you Guruprasad. I am going through Tango with Django. Lemme see how it goes. Mandar, Kartik: Two Scoopes of Django is not free. Moreover, the 1.6 version doesn't have an ebook version (PDF/ePUB/MOBI). It is print only. From arunvr at gmail.com Fri Mar 13 11:12:29 2015 From: arunvr at gmail.com (Arun Ravindran) Date: Fri, 13 Mar 2015 15:42:29 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Hi Aby, There are quite a few good Django tutorials, though none of them as extensive as the RoR Tutorial: - Django Girls Tutorial (available in PDF/ePUB/MOBI) - extensive and free - Test-Driven Development with Python - free edition available - Official Django Polls Tutorial - Great for beginners Shameless plug: if they are interested in video tutorials with text transcript I recommend my four part Hacker News tutorial. Cheers, Arun On Fri, Mar 13, 2015 at 2:03 PM, Aby James wrote: > Thank you Guruprasad. I am going through Tango with Django. Lemme see how > it goes. > > Mandar, Kartik: Two Scoopes of Django is not free. Moreover, the 1.6 > version doesn't have an ebook version (PDF/ePUB/MOBI). It is print only. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From gits1225 at gmail.com Fri Mar 13 14:56:27 2015 From: gits1225 at gmail.com (Aby James) Date: Fri, 13 Mar 2015 19:26:27 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Arun, thank you for the pointers. Your series on Building a Hacker News clone in Django is actually bookmarked but I totally forgot! How ironic. The sore point we are facing right now (among many others) is the gap from a beginner who have "learned" a programming language and "know" a framework to actually building production ready software. One of the things that we have been successful in doing is actually "typing" and "copying" the source code of an app step by step into completion. For example: https://github.com/googlesamples/android-UniversalMusicPlayer I feel Michael Hartl's tutorial addresses that to some degree, but I also need to go through your pointers and see if it is actually what I am looking for. Thank you, Aby From avneesh.chadha at gmail.com Sat Mar 14 06:16:35 2015 From: avneesh.chadha at gmail.com (Avneesh Chadha) Date: Sat, 14 Mar 2015 10:46:35 +0530 Subject: [BangPypers] Mimic Heroku deployment for django App on AWS Message-ID: Hi, I am trying to replicate the heroku deployment scheme on AWS for a django app. *What I essentially want*When I create a new instance(using Opworks) everything should get setup (the code gets pulled, the requirements get downloaded etc). I was wondering if any one could point me in the right direction. *Problem*Opworks provides a lot of in built features, but it does not have any support for python/Django. Where can I find a chef cookbook which will have recipies which mimic the heroku setup(as in install the requirements from pip, run gunicorn etc) Warm Regards, Avneesh Chadha Phone:+917838478116 From chandankumar.093047 at gmail.com Sat Mar 14 08:04:42 2015 From: chandankumar.093047 at gmail.com (Chandan Kumar) Date: Sat, 14 Mar 2015 00:04:42 -0700 (PDT) Subject: [BangPypers] PyCon India 2015 Call for Proposals Message-ID: <5503dd8a.e57f460a.4e79.3968@mx.google.com> Hi, PyCon India 2015 will be taking place from October 02-04 in Bangalore and we're ready to accept proposals. The PyCon India website has received a beautiful refresh, Check out our new website at: http://in.pycon.org/2015/ We have received good numbers of proposals over each of the last several years, and we expect this year to be no different. For 2014 we received 143 proposals for talks and workshops. If you are interested on submitting a proposal, take a look at our call for proposals at http://in.pycon.org/cfp/pycon-india-2015/proposals/ and poke around the site for advice and resources to help you to create a great proposals. Below are the list of sections which may interests you while submitting proposals. [1.] Core Python - Language Features, Python Implementations, Standard Library, Algorithms, C APIs [2.] Embedded Python - Embedded Python, Device Interfacing, Robotics, Raspberry Pi, Arduino [3.] Concurrency - Parallel Processing, Async IO [4.] Scientific Computing - Scientific/Numeric Libraries [5.] Data Visualization and Analytics - Visualizations, Statistics, Big Data [6.] Web Development - Web Frameworks, Restful Interfaces [7.] Security - Web Security, Server Security, Cryptography, Encryption [8.] Testing - Unit Testing, Selenium, py.test, Nose [9.] Network Programming - Socket programming, Async IO [10.] Python 3k - Features, Python 2 to 3 migration experience, Writing compatible 2 and 3 code [11.] Infrastructure - Configuration management, Automation, Cloud Infrastructure, Continuous Integration Stay updated with the latest news of PyCon india 2015, follow us on twitter at https://twitter.com/pyconindia and Facebook at https://www.facebook.com/PyConIndia Feel free to reach out to us in case of any queries. Thanks, Chandan Kumar value1 From nitin.nitp at gmail.com Sat Mar 14 11:27:45 2015 From: nitin.nitp at gmail.com (Nitin Kumar) Date: Sat, 14 Mar 2015 15:57:45 +0530 Subject: [BangPypers] PyCon India 2015 Call for Proposals In-Reply-To: <5503dd8a.e57f460a.4e79.3968@mx.google.com> References: <5503dd8a.e57f460a.4e79.3968@mx.google.com> Message-ID: Hi All, Yesterday I proposed one talk http://in.pycon.org/cfp/pycon-india-2015/proposals/growing-popularity-of-python-in-networking-data-center-companies/ but if check out at: http://in.pycon.org/cfp/pycon-india-2015/proposals/ it shows just 2 and not listing mine. Is this a bug or it has been removed intensionally or it will be shown after some approval? Nitin K On Sat, Mar 14, 2015 at 12:34 PM, Chandan Kumar < chandankumar.093047 at gmail.com> wrote: > Hi, > > PyCon India 2015 will be taking place from October 02-04 in Bangalore and > we're ready to accept proposals. > > The PyCon India website has received a beautiful refresh, Check out our > new website at: http://in.pycon.org/2015/ > > We have received good numbers of proposals over each of the last several > years, and we expect this year to be no different. For 2014 we received 143 > proposals for talks and workshops. > > If you are interested on submitting a proposal, take a look at our call > for proposals at http://in.pycon.org/cfp/pycon-india-2015/proposals/ and > poke around the site for advice and resources to help you to create a great > proposals. > > Below are the list of sections which may interests you while submitting > proposals. > [1.] Core Python - Language Features, Python Implementations, Standard > Library, Algorithms, C APIs > [2.] Embedded Python - Embedded Python, Device Interfacing, Robotics, > Raspberry Pi, Arduino > [3.] Concurrency - Parallel Processing, Async IO > [4.] Scientific Computing - Scientific/Numeric Libraries > [5.] Data Visualization and Analytics - Visualizations, Statistics, Big > Data > [6.] Web Development - Web Frameworks, Restful Interfaces > [7.] Security - Web Security, Server Security, Cryptography, Encryption > [8.] Testing - Unit Testing, Selenium, py.test, Nose > [9.] Network Programming - Socket programming, Async IO > [10.] Python 3k - Features, Python 2 to 3 migration experience, Writing > compatible 2 and 3 code > [11.] Infrastructure - Configuration management, Automation, Cloud > Infrastructure, Continuous Integration > > > Stay updated with the latest news of PyCon india 2015, follow us on > twitter at https://twitter.com/pyconindia and Facebook at > https://www.facebook.com/PyConIndia > > Feel free to reach out to us in case of any queries. > > Thanks, > > Chandan Kumar value1 > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From kracethekingmaker at gmail.com Sat Mar 14 11:36:40 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Sat, 14 Mar 2015 16:06:40 +0530 Subject: [BangPypers] PyCon India 2015 Call for Proposals In-Reply-To: References: <5503dd8a.e57f460a.4e79.3968@mx.google.com> Message-ID: No, you must have saved the proposal in draft mode. Make it public. On Sat, Mar 14, 2015 at 3:57 PM, Nitin Kumar wrote: > Hi All, > > Yesterday I proposed one talk > > http://in.pycon.org/cfp/pycon-india-2015/proposals/growing-popularity-of-python-in-networking-data-center-companies/ > > but if check out at: > http://in.pycon.org/cfp/pycon-india-2015/proposals/ > > it shows just 2 and not listing mine. Is this a bug or it has been removed > intensionally or it will be shown after some approval? > > > Nitin K > > On Sat, Mar 14, 2015 at 12:34 PM, Chandan Kumar < > chandankumar.093047 at gmail.com> wrote: > > > Hi, > > > > PyCon India 2015 will be taking place from October 02-04 in Bangalore and > > we're ready to accept proposals. > > > > The PyCon India website has received a beautiful refresh, Check out our > > new website at: http://in.pycon.org/2015/ > > > > We have received good numbers of proposals over each of the last several > > years, and we expect this year to be no different. For 2014 we received > 143 > > proposals for talks and workshops. > > > > If you are interested on submitting a proposal, take a look at our call > > for proposals at http://in.pycon.org/cfp/pycon-india-2015/proposals/ and > > poke around the site for advice and resources to help you to create a > great > > proposals. > > > > Below are the list of sections which may interests you while submitting > > proposals. > > [1.] Core Python - Language Features, Python Implementations, Standard > > Library, Algorithms, C APIs > > [2.] Embedded Python - Embedded Python, Device Interfacing, Robotics, > > Raspberry Pi, Arduino > > [3.] Concurrency - Parallel Processing, Async IO > > [4.] Scientific Computing - Scientific/Numeric Libraries > > [5.] Data Visualization and Analytics - Visualizations, Statistics, Big > > Data > > [6.] Web Development - Web Frameworks, Restful Interfaces > > [7.] Security - Web Security, Server Security, Cryptography, Encryption > > [8.] Testing - Unit Testing, Selenium, py.test, Nose > > [9.] Network Programming - Socket programming, Async IO > > [10.] Python 3k - Features, Python 2 to 3 migration experience, Writing > > compatible 2 and 3 code > > [11.] Infrastructure - Configuration management, Automation, Cloud > > Infrastructure, Continuous Integration > > > > > > Stay updated with the latest news of PyCon india 2015, follow us on > > twitter at https://twitter.com/pyconindia and Facebook at > > https://www.facebook.com/PyConIndia > > > > Feel free to reach out to us in case of any queries. > > > > Thanks, > > > > Chandan Kumar value1 > > _______________________________________________ > > 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 > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From nitin.nitp at gmail.com Sat Mar 14 11:41:31 2015 From: nitin.nitp at gmail.com (Nitin Kumar) Date: Sat, 14 Mar 2015 16:11:31 +0530 Subject: [BangPypers] PyCon India 2015 Call for Proposals In-Reply-To: References: <5503dd8a.e57f460a.4e79.3968@mx.google.com> Message-ID: My bad. Thanks Krace. Nitin K On Sat, Mar 14, 2015 at 4:06 PM, kracekumar ramaraju < kracethekingmaker at gmail.com> wrote: > No, you must have saved the proposal in draft mode. Make it public. > > On Sat, Mar 14, 2015 at 3:57 PM, Nitin Kumar wrote: > > > Hi All, > > > > Yesterday I proposed one talk > > > > > http://in.pycon.org/cfp/pycon-india-2015/proposals/growing-popularity-of-python-in-networking-data-center-companies/ > > > > but if check out at: > > http://in.pycon.org/cfp/pycon-india-2015/proposals/ > > > > it shows just 2 and not listing mine. Is this a bug or it has been > removed > > intensionally or it will be shown after some approval? > > > > > > Nitin K > > > > On Sat, Mar 14, 2015 at 12:34 PM, Chandan Kumar < > > chandankumar.093047 at gmail.com> wrote: > > > > > Hi, > > > > > > PyCon India 2015 will be taking place from October 02-04 in Bangalore > and > > > we're ready to accept proposals. > > > > > > The PyCon India website has received a beautiful refresh, Check out our > > > new website at: http://in.pycon.org/2015/ > > > > > > We have received good numbers of proposals over each of the last > several > > > years, and we expect this year to be no different. For 2014 we received > > 143 > > > proposals for talks and workshops. > > > > > > If you are interested on submitting a proposal, take a look at our call > > > for proposals at http://in.pycon.org/cfp/pycon-india-2015/proposals/ > and > > > poke around the site for advice and resources to help you to create a > > great > > > proposals. > > > > > > Below are the list of sections which may interests you while submitting > > > proposals. > > > [1.] Core Python - Language Features, Python Implementations, Standard > > > Library, Algorithms, C APIs > > > [2.] Embedded Python - Embedded Python, Device Interfacing, Robotics, > > > Raspberry Pi, Arduino > > > [3.] Concurrency - Parallel Processing, Async IO > > > [4.] Scientific Computing - Scientific/Numeric Libraries > > > [5.] Data Visualization and Analytics - Visualizations, Statistics, Big > > > Data > > > [6.] Web Development - Web Frameworks, Restful Interfaces > > > [7.] Security - Web Security, Server Security, Cryptography, Encryption > > > [8.] Testing - Unit Testing, Selenium, py.test, Nose > > > [9.] Network Programming - Socket programming, Async IO > > > [10.] Python 3k - Features, Python 2 to 3 migration experience, Writing > > > compatible 2 and 3 code > > > [11.] Infrastructure - Configuration management, Automation, Cloud > > > Infrastructure, Continuous Integration > > > > > > > > > Stay updated with the latest news of PyCon india 2015, follow us on > > > twitter at https://twitter.com/pyconindia and Facebook at > > > https://www.facebook.com/PyConIndia > > > > > > Feel free to reach out to us in case of any queries. > > > > > > Thanks, > > > > > > Chandan Kumar value1 > > > _______________________________________________ > > > 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 > > > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com * > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From amit.pureenergy at gmail.com Sat Mar 14 13:01:35 2015 From: amit.pureenergy at gmail.com (Amit Sethi) Date: Sat, 14 Mar 2015 17:31:35 +0530 Subject: [BangPypers] Compare two htmls for unittest Message-ID: Hi All , I plan to port my html templates for mail to a new templating engine. So i am setting up some unit tests for that. However I am not sure how do i compare two html strings for equality. There might be places where the strings generated may be different from my test samples but they may render as similar. How should I tackle that. I tried consuming both the strings as BeautifulSoup objects and comparing the result. But still i get failure for htmls which I think are same. Thanks Amit -- A-M-I-T S|S From modi.konark at gmail.com Sat Mar 14 13:10:56 2015 From: modi.konark at gmail.com (konark modi) Date: Sat, 14 Mar 2015 13:10:56 +0100 Subject: [BangPypers] Compare two htmls for unittest In-Reply-To: References: Message-ID: Can you share few examples of valid and invalid cases. ? On Sat, Mar 14, 2015 at 1:01 PM, Amit Sethi wrote: > Hi All , I plan to port my html templates for mail to a new templating > engine. So i am setting up some unit tests for that. However I am not > sure how do i compare two html strings for equality. There might be > places where the strings generated may be different from my test > samples but they may render as similar. How should I tackle that. I > tried consuming both the strings as BeautifulSoup objects and > comparing the result. But still i get failure for htmls which I think > are same. > > > Thanks > Amit > > -- > A-M-I-T S|S > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From arunvr at gmail.com Sun Mar 15 06:05:42 2015 From: arunvr at gmail.com (Arun Ravindran) Date: Sun, 15 Mar 2015 10:35:42 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Aby, You have brought out an excellent point. There are several tutorials which are oriented towards building a working web application. But there is a lot of conceptual information that is missed. For instance, why did they design all their models that particular way? What was the best way to create a User profile? What happens after the app is built? Recently, I wrote a book for intermediate Django programmers to address such questions titled ?Django Design Patterns and Best Practices? . It is due to be published this month. I know, it is another plug but it seems exactly like what you are looking for. I have worked at several campus connect programs in my previous job. Most students seem to go through several tutorials yet struggle with taking an idea to market. Most of my book tries to guide such folks with concise yet practical advice. I agree with your approach on typing rather than copying code. Unless someone types everything line by line, they are never going to pay attention to even the syntax :) Regards, Arun On Fri, Mar 13, 2015 at 7:26 PM, Aby James wrote: > Arun, thank you for the pointers. Your series on Building a Hacker News > clone in Django is actually bookmarked but I totally forgot! How ironic. > > The sore point we are facing right now (among many others) is the gap from > a beginner who have "learned" a programming language and "know" a framework > to actually building production ready software. One of the things that we > have been successful in doing is actually "typing" and "copying" the source > code of an app step by step into completion. For example: > https://github.com/googlesamples/android-UniversalMusicPlayer > > I feel Michael Hartl's tutorial addresses that to some degree, but I also > need to go through your pointers and see if it is actually what I am > looking for. > > Thank you, > Aby > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From arunvr at gmail.com Sun Mar 15 06:19:49 2015 From: arunvr at gmail.com (Arun Ravindran) Date: Sun, 15 Mar 2015 10:49:49 +0530 Subject: [BangPypers] Compare two htmls for unittest In-Reply-To: References: Message-ID: Hi Amit, First, you need to consider why you need to compare the rendered HTML in the first place. While writing unit tests we don't compare the rendered output most of the time, rather we check the context variables. This is because we don't need to test the render engine of the template language as well in a *unit* test. For example, in Django unit tests we almost always compare a value in the context dictionary created by a view rather than the eventually rendered template. You could also check if the correct template was invoked. If you are certain that the exact HTML needs to be checked then you will need to normalize the HTML so that the whitespace is ignored, ordering of attributes is consistent, etc. You can check the assertHTMLEqual() implementation in Django (docs and source ). I think the implementation converts the HTML to Python objects which can be easily compared. Regards, Arun On Sat, Mar 14, 2015 at 5:40 PM, konark modi wrote: > Can you share few examples of valid and invalid cases. ? > > On Sat, Mar 14, 2015 at 1:01 PM, Amit Sethi > wrote: > > > Hi All , I plan to port my html templates for mail to a new templating > > engine. So i am setting up some unit tests for that. However I am not > > sure how do i compare two html strings for equality. There might be > > places where the strings generated may be different from my test > > samples but they may render as similar. How should I tackle that. I > > tried consuming both the strings as BeautifulSoup objects and > > comparing the result. But still i get failure for htmls which I think > > are same. > > > > > > Thanks > > Amit > > > > -- > > A-M-I-T S|S > > _______________________________________________ > > 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 gits1225 at gmail.com Sun Mar 15 09:23:54 2015 From: gits1225 at gmail.com (Aby James) Date: Sun, 15 Mar 2015 13:53:54 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: > > Recently, I wrote a book for intermediate Django programmers to address > such questions titled ?Django Design Patterns and Best Practices? > < > http://arunrocks.com/django-design-patterns-and-best-practices-book-coming-soon/ > >. > Is there anyway we can collaborate together in designing and creating a "step-by-step build a full featured app" series? (I really like the Hacker News series) I ask this because when we conduct our session we explicitly say that everything that you need to become a proficient technical Software Developer is on the internet and freely available. We just create a learning path and put you into an environment of beginners and experienced programmers. > I know, it is another plug but it seems exactly like what you are looking > for. I have worked at several campus connect programs in my previous job. > Most students seem to go through several tutorials yet struggle with taking > an idea to market. Most of my book tries to guide such folks with concise > yet practical advice. > > I agree with your approach on typing rather than copying code. Unless > someone types everything line by line, they are never going to pay > attention to even the syntax :) > Exactly! From kracethekingmaker at gmail.com Sun Mar 15 09:45:06 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Sun, 15 Mar 2015 14:15:06 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: On Sun, Mar 15, 2015 at 1:53 PM, Aby James wrote: > > > > Recently, I wrote a book for intermediate Django programmers to address > > such questions titled ?Django Design Patterns and Best Practices? > > < > > > http://arunrocks.com/django-design-patterns-and-best-practices-book-coming-soon/ > > >. > > > > Is there anyway we can collaborate together in designing and creating a > "step-by-step build a full featured app" series? (I really like the Hacker > News series) > > I ask this because when we conduct our session we explicitly say that > everything that you need to become a proficient technical Software > Developer is on the internet and freely available. We just create a > learning path and put you into an environment of beginners and experienced > programmers. > > Awesome! Probably good time to take the discussion offline. > > > I know, it is another plug but it seems exactly like what you are looking > > for. I have worked at several campus connect programs in my previous job. > > Most students seem to go through several tutorials yet struggle with > taking > > an idea to market. Most of my book tries to guide such folks with concise > > yet practical advice. > > > > I agree with your approach on typing rather than copying code. Unless > > someone types everything line by line, they are never going to pay > > attention to even the syntax :) > > > > Exactly! > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From shrayasr at gmail.com Sun Mar 15 13:09:09 2015 From: shrayasr at gmail.com (Shrayas rajagopal) Date: Sun, 15 Mar 2015 17:39:09 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Hi All, [...] On Fri, Mar 13, 2015 at 7:26 PM, Aby James wrote: > The sore point we are facing right now (among many others) is the gap from > a beginner who have "learned" a programming language and "know" a framework > to actually building production ready software. One of the things that we are doing at the Chennai Python User Group[1] is to take simple projects and work on turning them into "production" ready software. This is part of a series of experiments we are doing and it received some good feedback. For starters we took a simple Hangman project from the Invent Python book and created[2] a "application" out of it which culminated at it being uploaded to PyPI. Vijay (the coordinator of Chennaipy) spoke about this during our January meetup as well. You can check out the video[3] for it. We are planning to take this exercise forward and explore different aspects of making something production ready. Feel free to give us your thoughts. [...] Regards, Shrayas --- Footnotes: [1]: http://chennaipy.org [2]: https://github.com/Chennaipy/hangman [3]: https://vimeo.com/album/3253406/video/119147267 From vnbang2003 at gmail.com Mon Mar 16 06:40:52 2015 From: vnbang2003 at gmail.com (vijay kumar) Date: Mon, 16 Mar 2015 11:10:52 +0530 Subject: [BangPypers] [X-post] Blog Post Alert:Announcing PyCon India 2015! Message-ID: Announcing PyCon India 2015! http://in.pycon.org/b?/2015/announcing-pycon-india-2015.html Please share to different mailing list , organizations also. From asldevi at gmail.com Mon Mar 16 07:09:46 2015 From: asldevi at gmail.com (Devi) Date: Mon, 16 Mar 2015 11:39:46 +0530 Subject: [BangPypers] [JOB] Senior Python developer @ PowerToFly Message-ID: Hi, PowerToFly is seeking a "female" Sr. Python Developer who is passionate about building web applications and software solutions to join our international team of remote talented developers. This is an exciting time for PowerToFly and you will have a chance to make a big impact on the product. About You - You are passionate about building highly scalable and performant web applications - You think the Pythonic way - You are well versed with agile and CI - You are able to take charge of stories and implement from design to completion - You understand the importance of TDD and practice it - You love discovering solutions to complex problems - You can work independently and mentor others - You can communicate effectively with a highly distributed remote team Required Skills: Python/Flask, JavaScript, Git, Postgres, REST/API Development, Test Driven Development, Full-stack tech fluency, Creative problem solving skills. Find the job posting and apply at https://www.powertofly.com/jobs/detail/576 About PowerToFly: We're connecting accomplished women all around the world with jobs that actually lead to work-life balance. The team consists of only women except one devops man. Know more about us at https://www.powertofly.com/. p.s: For any queries, questions, please reply me personally and NOT to the group. Thanks, Devi From gits1225 at gmail.com Mon Mar 16 13:14:12 2015 From: gits1225 at gmail.com (Aby James) Date: Mon, 16 Mar 2015 17:44:12 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: I guess the discussion is going offline. Arun and Sharayas, can I contact you personally on your email ids when we have kinda a initial plan ready for a learning path? Thanks for your inputs, really appreciate it. From lgp171188 at gmail.com Mon Mar 16 13:22:56 2015 From: lgp171188 at gmail.com (L. Guruprasad) Date: Mon, 16 Mar 2015 17:52:56 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: Hi Aby, On Sun, Mar 15, 2015 at 1:53 PM, Aby James wrote: > Is there anyway we can collaborate together in designing and creating a > "step-by-step build a full featured app" series? (I really like the Hacker > News series) > > I ask this because when we conduct our session we explicitly say that > everything that you need to become a proficient technical Software > Developer is on the internet and freely available. We just create a > learning path and put you into an environment of beginners and experienced > programmers. https://www.mysliderule.com/learning-paths/web-development-python-django/learn/ provides a learning path for Web Development using Python & Django but I am not sure if that is what you are looking for. Thanks & Regards, Guruprasad From gits1225 at gmail.com Mon Mar 16 13:29:42 2015 From: gits1225 at gmail.com (Aby James) Date: Mon, 16 Mar 2015 17:59:42 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: I had gone through Sliderule, but the Django specific course is a paid course in Udemy and the Udacity Web Dev course doesn't use Django. On Mon, Mar 16, 2015 at 5:52 PM, L. Guruprasad wrote: > Hi Aby, > > On Sun, Mar 15, 2015 at 1:53 PM, Aby James wrote: > > Is there anyway we can collaborate together in designing and creating a > > "step-by-step build a full featured app" series? (I really like the > Hacker > > News series) > > > > I ask this because when we conduct our session we explicitly say that > > everything that you need to become a proficient technical Software > > Developer is on the internet and freely available. We just create a > > learning path and put you into an environment of beginners and > experienced > > programmers. > > > https://www.mysliderule.com/learning-paths/web-development-python-django/learn/ > provides a learning path for Web Development using Python & Django but > I am not sure if that is what you are looking for. > > Thanks & Regards, > Guruprasad > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From arunvr at gmail.com Tue Mar 17 03:41:52 2015 From: arunvr at gmail.com (Arun Ravindran) Date: Tue, 17 Mar 2015 08:11:52 +0530 Subject: [BangPypers] Good and practical resources to build Web Apps using Django In-Reply-To: References: Message-ID: I would be happy to help in any way, Aby. You can connect with me through my email id. On Mon, Mar 16, 2015 at 5:59 PM, Aby James wrote: > I had gone through Sliderule, but the Django specific course is a paid > course in Udemy and the Udacity Web Dev course doesn't use Django. > > On Mon, Mar 16, 2015 at 5:52 PM, L. Guruprasad > wrote: > > > Hi Aby, > > > > On Sun, Mar 15, 2015 at 1:53 PM, Aby James wrote: > > > Is there anyway we can collaborate together in designing and creating a > > > "step-by-step build a full featured app" series? (I really like the > > Hacker > > > News series) > > > > > > I ask this because when we conduct our session we explicitly say that > > > everything that you need to become a proficient technical Software > > > Developer is on the internet and freely available. We just create a > > > learning path and put you into an environment of beginners and > > experienced > > > programmers. > > > > > > > https://www.mysliderule.com/learning-paths/web-development-python-django/learn/ > > provides a learning path for Web Development using Python & Django but > > I am not sure if that is what you are looking for. > > > > Thanks & Regards, > > Guruprasad > > _______________________________________________ > > 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 vani.pree at gmail.com Wed Mar 18 18:41:32 2015 From: vani.pree at gmail.com (Vanitha Shanmugam) Date: Wed, 18 Mar 2015 23:11:32 +0530 Subject: [BangPypers] [X-Post] Accommodation for Female Participants during PyCon India 2015 Message-ID: Hi, Every year @ InPyCon we see that female participants who come from outside Bangalore face problems with accommodation. This year we are hoping to help them find places which are safe, affordable and easily accessible from PyCon India venue. We are looking for suggestions on government/private hostels which can be booked during the conference. Please provide us details of the places if you know any or if you have any other suggestions. Thanks, PyCon India team From nimish.s.dalal at gmail.com Fri Mar 20 16:13:32 2015 From: nimish.s.dalal at gmail.com (Nimish Dalal) Date: Fri, 20 Mar 2015 20:43:32 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' Message-ID: Guys, I am new to python. I am using ipython notebook on windows 7 platform. I get an error when I mention "from urllib import unquote" ImportError: cannot import name 'unquote' Thank you in advance. From nitin.nitp at gmail.com Fri Mar 20 17:39:18 2015 From: nitin.nitp at gmail.com (Nitin Kumar) Date: Fri, 20 Mar 2015 22:09:18 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' In-Reply-To: References: Message-ID: Which version of Python are you using. Older version (<2.6) of Python urllib didn't had unquote. Nitin K On Fri, Mar 20, 2015 at 8:43 PM, Nimish Dalal wrote: > Guys, I am new to python. > I am using ipython notebook on windows 7 platform. > > I get an error when I mention "from urllib import unquote" > ImportError: cannot import name 'unquote' > > Thank you in advance. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From nimish.s.dalal at gmail.com Fri Mar 20 17:41:40 2015 From: nimish.s.dalal at gmail.com (Nimish Dalal) Date: Fri, 20 Mar 2015 22:11:40 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' In-Reply-To: References: Message-ID: I installed Anaconda version 2.1.0 python 3.4.1 On Fri, Mar 20, 2015 at 10:09 PM, Nitin Kumar wrote: > Which version of Python are you using. Older version (<2.6) of Python > urllib didn't had unquote. > > Nitin K > > On Fri, Mar 20, 2015 at 8:43 PM, Nimish Dalal > wrote: > > > Guys, I am new to python. > > I am using ipython notebook on windows 7 platform. > > > > I get an error when I mention "from urllib import unquote" > > ImportError: cannot import name 'unquote' > > > > Thank you in advance. > > _______________________________________________ > > 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 > -- Nimish S. Dalal Cell: 9819670499 Facebook: http://www.facebook.com/nimish.s.dalal Twitter: http://twitter.com/nimishdalal Linkedin:http://in.linkedin.com/in/nimishsdll Url: http://www.nimishdalal.me Our generation has had no Great Depression, no Great War. Our war is a spiritual war. Our great depression is our lives. From gora at mimirtech.com Fri Mar 20 18:26:52 2015 From: gora at mimirtech.com (Gora Mohanty) Date: Fri, 20 Mar 2015 22:56:52 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' In-Reply-To: References: Message-ID: On 20 March 2015 at 22:11, Nimish Dalal wrote: > > I installed Anaconda version 2.1.0 python 3.4.1 > Unfortunately, I am not really conversant with Python3, but I think that there you would need: from urllib.parse import unquote Regards, Gora From kracethekingmaker at gmail.com Fri Mar 20 19:18:52 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Fri, 20 Mar 2015 23:48:52 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' In-Reply-To: References: Message-ID: In Python 3.4, `quote, unquote` is moved to `urllib.parse` ``` >>>from urllib.parse import quote, unquote >>>slug = quote('/profile/guido van') >>>slug '/profile/guido%20van' >>>unquote(slug) '/profile/guido van' ``` On Fri, Mar 20, 2015 at 10:56 PM, Gora Mohanty wrote: > On 20 March 2015 at 22:11, Nimish Dalal wrote: > > > > I installed Anaconda version 2.1.0 python 3.4.1 > > > > Unfortunately, I am not really conversant with Python3, but I think that > there > you would need: > from urllib.parse import unquote > > Regards, > Gora > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * From nimish.s.dalal at gmail.com Fri Mar 20 19:46:46 2015 From: nimish.s.dalal at gmail.com (Nimish Dalal) Date: Sat, 21 Mar 2015 00:16:46 +0530 Subject: [BangPypers] ImportError: cannot import name 'unquote' In-Reply-To: References: Message-ID: Thanks. I should try with this and let you know if I succeed. On Fri, Mar 20, 2015 at 11:48 PM, kracekumar ramaraju < kracethekingmaker at gmail.com> wrote: > In Python 3.4, `quote, unquote` is moved to `urllib.parse` > > ``` > >>>from urllib.parse import quote, unquote > >>>slug = quote('/profile/guido van') > >>>slug > '/profile/guido%20van' > >>>unquote(slug) > '/profile/guido van' > ``` > > > > On Fri, Mar 20, 2015 at 10:56 PM, Gora Mohanty wrote: > > > On 20 March 2015 at 22:11, Nimish Dalal > wrote: > > > > > > I installed Anaconda version 2.1.0 python 3.4.1 > > > > > > > Unfortunately, I am not really conversant with Python3, but I think that > > there > > you would need: > > from urllib.parse import unquote > > > > Regards, > > Gora > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com * > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Nimish S. Dalal Cell: 9819670499 Facebook: http://www.facebook.com/nimish.s.dalal Twitter: http://twitter.com/nimishdalal Linkedin:http://in.linkedin.com/in/nimishsdll Url: http://www.nimishdalal.me Our generation has had no Great Depression, no Great War. Our war is a spiritual war. Our great depression is our lives. From sunil at planmytour.in Sun Mar 22 19:25:04 2015 From: sunil at planmytour.in (Sunil Gupta) Date: Sun, 22 Mar 2015 23:55:04 +0530 Subject: [BangPypers] [Job Posting] Tech Lead for Python Django for a Startup Message-ID: Dear Bangpypers, *Work Culture:* Our work culture is die for work and live for fun and enjoy each moment of life. Our team do not miss best of movies; we arrange the team meetings over the lunch/dinner at famous restaurants. Sometime we work in the car, driving across cities, resorts while fishing and do not mind to try new idea. If you do not find this interesting do not read further. *About the company:* Plan My Tour (unit of BiRam Technologies Pvt Ltd) is a cloud based technology platform that facilitates traveller to customize their tour plan. This is first of its kind of product in the tourism industry and you are going to be part of team in an innovative company. We are a start-up backed by our technical team that is managed by experts which has working experience of 14 years in MNCs like TCS, Honeywell and HCL in various technology like Java, C++, Python, VC++, Web Services and various web development tools etc. Oh.. you are here.... So... lets go... *Job Description:* So, you would be responsible to work across technologies and cross platform with advance concepts like Python Django, Strong Algorithms, AnularJS, RESTful APIs, TripAdvisor API, Google API etc. Also you would part of the team working with SOAP, Web Services, Payment Gateways, MySQL, Android, iOS, Telecom and what not? 90% of our work is dynamic (server side) with lots of real time business logic and a strong PL/SQL programming. So if you are a passionate about start-ups, quick learner and explorer you are 50% fit for this job, 30% is for your work experience with the required technologies and remaining 20% is for never give up attitude. *Job Type:* Permanent *Office:* PlanMyTour, Near Raj Serenity, DLF Township, Bangalore. *Eligibility:* Computer Graduate *Experience:* Minimum 5 year in relevant technologies *Skills: * *Must to have:* Python / Django with Positive and never give up attitude *Preferred to have:* SQL, AJAX, JQuery, JavaScript, CSS, HTML *Good to have:* RESTful API, Angular JS *Welcome skills:* Knowledge of Payment Gateway, Mobile Apps (Android / iOS), APIs like Google, Google Map, Facebook, TripAdvisor etc. *Advantage:* Technical experience and interest in travel domain. Must: *Salary:* More than industry standard. *How to apply:* Email your resume to sunil at planmytour.in From naik.srinu at gmail.com Tue Mar 24 04:59:00 2015 From: naik.srinu at gmail.com (Srinivas Naik) Date: Tue, 24 Mar 2015 09:29:00 +0530 Subject: [BangPypers] Debugging of PyQt application Message-ID: Hi Team, Looking for PyQt debugging help. I'm stuck at applying background to my application, the background image gets applied for every box which I don't require. Need inputs here. Thanks Naik From kushaldas at gmail.com Tue Mar 24 17:19:45 2015 From: kushaldas at gmail.com (Kushal Das) Date: Tue, 24 Mar 2015 21:49:45 +0530 Subject: [BangPypers] GSoC applications are open Message-ID: http://pyfound.blogspot.in/2015/03/google-summer-of-code-applications-are.html Kushal -- Fedora Cloud Engineer CPython Core Developer Director Python Software Foundation http://kushaldas.in From abhaya.agarwal at gmail.com Wed Mar 25 14:32:42 2015 From: abhaya.agarwal at gmail.com (Abhaya Agarwal) Date: Wed, 25 Mar 2015 19:02:42 +0530 Subject: [BangPypers] How to model these entities? Message-ID: Hi, I need to model four entities that share some attributes and behaviors and also have some unique attributes and behaviors. I need to be able to refer to them from other entities. And these entities are Singletons. Ex: online marketplaces. They share common attributes like website, contact person, commission rates which are best stored in DB. But they differ in how you upload data to them - one of them supports FTP, other Dropbox - best modeled as implementation of an interface. There may be unique data associated with these behaviors. FTP credentials, Dropbox credentials. Also a product may need to refer to these marketplaces (Ex: where all is it going to be listed), so they need to be enumerable. I have considered class hierarchy + a central registry + on disk config files. But since this is a part of a larger Django project, implementing it like this kind of sticks out and integrating it with admin etc requires lot more work. What are the other options to model something like this? I feel like I'm missing something obvious. Thanks a lot! Regards, Abhaya -- ------------------------------------------------- blog: http://abhaga.blogspot.com Twitter: http://twitter.com/abhaga ------------------------------------------------- From arunvr at gmail.com Thu Mar 26 07:03:56 2015 From: arunvr at gmail.com (Arun Ravindran) Date: Thu, 26 Mar 2015 11:33:56 +0530 Subject: [BangPypers] How to model these entities? In-Reply-To: References: Message-ID: Hi Abhaya, I believe you are on the right track. While I am not a big fan of singletons (you could use pass the object to each function explicitly), the rest of the design seems sound. You could model your architecture as model classes in Django in a straightforward way. In my opinion, the major aspect that you are not considering is - multi-tenancy. While SaaS might sound like a buzzword, it addresses some very important pain points. Does your application guarantee that the client confidential information of one client is completely isolated from another client in the case of a breach? Does your application allow client specific schema changes in the future? If you think these questions are relevant to you then you might want to check out Django tenant schemas . Good luck! Regards, Arun On Wed, Mar 25, 2015 at 7:02 PM, Abhaya Agarwal wrote: > Hi, > > I need to model four entities that share some attributes and behaviors and > also have some unique attributes and behaviors. I need to be able to refer > to them from other entities. And these entities are Singletons. > > Ex: online marketplaces. They share common attributes like website, contact > person, commission rates which are best stored in DB. But they differ in > how you upload data to them - one of them supports FTP, other Dropbox - > best modeled as implementation of an interface. There may be unique data > associated with these behaviors. FTP credentials, Dropbox credentials. > > Also a product may need to refer to these marketplaces (Ex: where all is it > going to be listed), so they need to be enumerable. > > I have considered class hierarchy + a central registry + on disk config > files. But since this is a part of a larger Django project, implementing it > like this kind of sticks out and integrating it with admin etc requires lot > more work. What are the other options to model something like this? I feel > like I'm missing something obvious. > > Thanks a lot! > > Regards, > Abhaya > > -- > ------------------------------------------------- > blog: http://abhaga.blogspot.com > Twitter: http://twitter.com/abhaga > ------------------------------------------------- > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From abhaya.agarwal at gmail.com Thu Mar 26 12:14:08 2015 From: abhaya.agarwal at gmail.com (Abhaya Agarwal) Date: Thu, 26 Mar 2015 16:44:08 +0530 Subject: [BangPypers] How to model these entities? In-Reply-To: References: Message-ID: Thanks Arun! In my opinion, the major aspect that you are not considering is - > multi-tenancy. While SaaS might sound like a buzzword, it addresses some > very important pain points. Does your application guarantee that the client > confidential information of one client is completely isolated from another > client in the case of a breach? Does your application allow client specific > schema changes in the future? If you think these questions are relevant to > you then you might want to check out Django tenant schemas > . > Since this is an internal application, multi-tenancy is not a concern. But thanks for pointing out. Regards, Abhaya From dhananjay.nene at gmail.com Sun Mar 29 15:49:12 2015 From: dhananjay.nene at gmail.com (Dhananjay Nene) Date: Sun, 29 Mar 2015 19:19:12 +0530 Subject: [BangPypers] How to model these entities? In-Reply-To: References: Message-ID: One reason I am not fond of singletons is that they make unit testing a lot harder Dhananjay On Wed, Mar 25, 2015 at 7:02 PM, Abhaya Agarwal wrote: > Hi, > > I need to model four entities that share some attributes and behaviors and > also have some unique attributes and behaviors. I need to be able to refer > to them from other entities. And these entities are Singletons. > > Ex: online marketplaces. They share common attributes like website, contact > person, commission rates which are best stored in DB. But they differ in > how you upload data to them - one of them supports FTP, other Dropbox - > best modeled as implementation of an interface. There may be unique data > associated with these behaviors. FTP credentials, Dropbox credentials. > > Also a product may need to refer to these marketplaces (Ex: where all is it > going to be listed), so they need to be enumerable. > > I have considered class hierarchy + a central registry + on disk config > files. But since this is a part of a larger Django project, implementing it > like this kind of sticks out and integrating it with admin etc requires lot > more work. What are the other options to model something like this? I feel > like I'm missing something obvious. > > Thanks a lot! > > Regards, > Abhaya > > -- > ------------------------------------------------- > blog: http://abhaga.blogspot.com > Twitter: http://twitter.com/abhaga > ------------------------------------------------- > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From nsharma at vmware.com Mon Mar 30 10:36:05 2015 From: nsharma at vmware.com (Neeraj Sharma) Date: Mon, 30 Mar 2015 08:36:05 +0000 Subject: [BangPypers] [JOB] Python, Django, DB expert, 4+ exp Message-ID: <85944329153f41d1876ac48d913b9308@EX13-MBX-023.vmware.com> Hi, We believe in quality and in Python :) My team is looking for Python experts (Django etc) with Databases. Must be having Application development experience of more than 4 Years. Selected person will get a chance to work with top Industry experience peoples and will be contributing and building next gen applications. We will also keep you busy with Machine learning, Puppet and many other stuff in future. Bangalore office is in JP Nagar. This req will close soon hence reach out to me fast. Thanks Neeraj From anandology at gmail.com Mon Mar 30 10:56:23 2015 From: anandology at gmail.com (Anand Chitipothu) Date: Mon, 30 Mar 2015 14:26:23 +0530 Subject: [BangPypers] [Commercial] Python Training Course: April 3-5 Message-ID: Hi, I'm conducting a three day hands-on training course on Python programming on April 3, 4 & 5 (Friday, Saturday & Sunday). The course notes is freely available online at http://anandology.com/python-practice-book/. For more information about the course and registration, please visit the course page at: http://pythonworkshop-april2015.doattend.com/ Please contact me offline if you have any questions. Thanks, Anand http://anandology.com/ From jinsthomas at gmail.com Tue Mar 31 11:45:18 2015 From: jinsthomas at gmail.com (Jins Thomas) Date: Tue, 31 Mar 2015 15:15:18 +0530 Subject: [BangPypers] Collecting Trending Topics, Social Media sentiments from Twitter/Facebook Message-ID: Dear Experts, Would like to know your thought on available Python modules/apis for extracting information from Twitter and Facebook. Requirement: An organization has members and committees all across Karnataka, their members will tweet/post daily/weekly updates with a particular hashtag. And Organization will extract this information and create a report on monthly meetings happened at different districts, different Programs they organized etc etc. Would be great to have some thoughts from people already worked on these Twitter/Facebook apis. Thank you very much in anticpation. Thanks Jins Thomas From blucalvin at gmail.com Tue Mar 31 11:53:27 2015 From: blucalvin at gmail.com (Haris Ibrahim K. V.) Date: Tue, 31 Mar 2015 15:23:27 +0530 Subject: [BangPypers] Collecting Trending Topics, Social Media sentiments from Twitter/Facebook In-Reply-To: References: Message-ID: Hey Jins, Twython for Twitter and facebook-sdk for Facebook are two decent client libraries in Python. Writing a script for collecting public tweets from Twitter with any hashtag is straight forward with Twython. However, facebook has recently deprecated public content search from their api. So you might need authentication from these "members" to collect their updates. Hope this helps. On 31 March 2015 at 15:15, Jins Thomas wrote: > Dear Experts, > > Would like to know your thought on available Python modules/apis for > extracting information from Twitter and Facebook. > > > Requirement: An organization has members and committees all across > Karnataka, their members will tweet/post daily/weekly updates with a > particular hashtag. And Organization will extract this information and > create a report on monthly meetings happened at different districts, > different Programs they organized etc etc. > > Would be great to have some thoughts from people already worked on these > Twitter/Facebook apis. > > Thank you very much in anticpation. > > > Thanks > Jins Thomas > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers -- Haris Ibrahim K. V. http://sosaysharis.wordpress.com @harisibrahimkv From vivek at doyl.in Tue Mar 31 16:27:55 2015 From: vivek at doyl.in (Vivek Sharma) Date: Tue, 31 Mar 2015 14:27:55 +0000 Subject: [BangPypers] Collecting Trending Topics, Social Media sentiments from Twitter/Facebook In-Reply-To: References: Message-ID: twython is No doubt great but if you just need to bundle it up in an app you might try other alternative like tweepy thats a cool one On Tue, Mar 31, 2015 at 1:53 AM Haris Ibrahim K. V. wrote: > Hey Jins, > > Twython for Twitter and facebook-sdk for Facebook are two decent > client libraries in Python. > > Writing a script for collecting public tweets from Twitter with any > hashtag is straight forward with Twython. However, facebook has > recently deprecated public content search from their api. So you might > need authentication from these "members" to collect their updates. > > Hope this helps. > > On 31 March 2015 at 15:15, Jins Thomas wrote: > > Dear Experts, > > > > Would like to know your thought on available Python modules/apis for > > extracting information from Twitter and Facebook. > > > > > > Requirement: An organization has members and committees all across > > Karnataka, their members will tweet/post daily/weekly updates with a > > particular hashtag. And Organization will extract this information and > > create a report on monthly meetings happened at different districts, > > different Programs they organized etc etc. > > > > Would be great to have some thoughts from people already worked on these > > Twitter/Facebook apis. > > > > Thank you very much in anticpation. > > > > > > Thanks > > Jins Thomas > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > -- > Haris Ibrahim K. V. > http://sosaysharis.wordpress.com > @harisibrahimkv > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers >