Re: [BangPypers] Call for Python programmers interested in building social applications

2012-08-01 Thread kracethekingmaker
If you have plans to use tornado I would suggest you to look into brubeck (brubeck.io). https://groups.google.com/forum/#!msg/brubeck-dev/Yr5yZ9zQfaQ/nBCeV8SbE0AJ Planning to use Tornado for webserver, Pika for AMQ

Re: [BangPypers] missing dependency while installing virtualenvwrapper on ubuntu-12.04

2012-07-20 Thread kracethekingmaker
On 07/20/2012 03:21 PM, vid wrote: On Fri, Jul 20, 2012 at 3:04 PM, kracethekingmaker wrote: I had similar issue when I upgraded, Update virtualenvwrapper, and try to create new venv it works but older ones fail. I think it breaks because lucid and precise are packaged for different python

Re: [BangPypers] missing dependency while installing virtualenvwrapper on ubuntu-12.04

2012-07-20 Thread kracethekingmaker
I had similar issue when I upgraded, Update virtualenvwrapper, and try to create new venv it works but older ones fail. This bug is reported in launchpad. I tweeted about this in beginning of april but I couldn't get hold of it now. vid writes: An upgrade to ubuntu 12.04 gives this error:

Re: [BangPypers] Website change tracker

2012-06-08 Thread kracethekingmaker
Hello, I am newbie to Python coding. And, I had a question. I want to write a script which will check content changes in websites& send e-mail to a admin whenever there are changes. How many times in a day or how often will this check be performed ? You must look into how to use md5, diff ut

Re: [BangPypers] Fwd: [Inpycon] Volunteers Required: PyCon India website

2012-06-07 Thread kracethekingmaker
Well I can help . Sorry for X-posting but this was a rare case. We need the help of folks to get the PyCon 2012 website up and going ASAP. Kindly see Anand C's post below and please volunteer. Thanks ! --Anand -- Forwarded message -- From: Anand Chitipothu Date: Thu, Jun 7, 20

Re: [BangPypers] New format to python bangpypers

2012-05-12 Thread kracethekingmaker
Hi kracethekingmaker writes: Hello BangPypers Every month there is a BangPypers meetup, from the past emails and conversations, I find it as full of small intro and talks, but I have a new idea. Rather than having a talk, all people come with their meetup and code in python and test

[BangPypers] New format to python bangpypers

2012-05-12 Thread kracethekingmaker
Hello BangPypers Every month there is a BangPypers meetup, from the past emails and conversations, I find it as full of small intro and talks, but I have a new idea. Rather than having a talk, all people come with their meetup and code in python and test libraries or program with other fel

Re: [BangPypers] Starting a Python User Group in Hyderabad

2012-05-12 Thread kracethekingmaker
<3 That's great. All the Best. Hi BangPypers, We are starting a Python Hyderabad User/Meetup group. We are having on on coming Saturday, May 19. A lot of Python people from Bangalore maybe knowing people in Hyderabad, so maybe you can join or suggest people who may be interested. Please RSVP

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread kracethekingmaker
I don't want requests, to go into std lib at all and even kenneth doesn't if I am right. Vishal writes: http://docs.python-requests.org/en/latest/index.html This page mentions both: - underlying urllib3 (the line just before Testimonials) - Thread Safety (last point in Features) I am ** pred

Re: [BangPypers] Python for a college kid..

2012-03-30 Thread kracethekingmaker
Hi Most important point to be noted does your brother enjoying programming? He wants to code in python personally? Introduce him to other language as well. Bhavya writes: Hello everyone, I am looking for some information& advice on Python jobs& internships in Bangalore. My brother w

Re: [BangPypers] April meetup

2012-03-27 Thread kracethekingmaker
Yes, +1 . Vinayak Hegde writes: Can I vote ? +1 for pygame. Would also like to hear experiences of people who went to Pycon this month. [...] I think a lot of people are interested in Anand's topic. Perhaps we should prioritise that and if there's time, I can speak a little about PyGame.

Re: [BangPypers] April meetup

2012-03-27 Thread kracethekingmaker
Hi I can give an introduction to ZeroMQ asynchronous messaging library if any one is interested :) I thought about it but, felt advanced, so ignored, love to hear :) On Tue, Mar 27, 2012 at 11:09 PM, kracethekingmaker< kracethekingma...@gmail.com> wrote: Hi @krace I'm a stu

Re: [BangPypers] April meetup

2012-03-27 Thread kracethekingmaker
Hi @krace I'm a student having only a few project experiences with Python. As long as you dont directly go advanced, I guess I can follow. Yes, I will make things simpler. Sorry for the spamming guys. Date: Tue, 27 Mar 2012 23:04:04 +0530 From: kracethekingma...@gmail.com To: bangpypers@py

Re: [BangPypers] April meetup

2012-03-27 Thread kracethekingmaker
Hi Wow amazing topics this time. +1 - anand +1 - Python C API +1 - PyCon +1 - Flask/Werkzeug or CherryPy?? @krace I'm a student having only a few project experiences with Python. As long as you dont direc I will make sure, I keep things very simple. @arjun: `As long as you dont direc`

Re: [BangPypers] April meetup

2012-03-27 Thread kracethekingmaker
Hi For past two months I am trying to attend bangpypers but unfortunately I was unable to attend. But this time I will make it, mean while how long does meet up lasts? If so I can also give some basic demo on Flask, requests, twitter live streaming etc . . . From past two weeks observation

Re: [BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread kracethekingmaker
aring of this file with other contributors easy, maintain a file devsettings.py.sample which is tracked by git. Whenever a new setting is added in devsettings, it should also go into the sample file. On Sun, Mar 25, 2012 at 4:55 PM, kracethekingmaker wrote: hi Hi I am using git. I do dev

Re: [BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread kracethekingmaker
hi Hi I am using git. I do dev in my localhost and prod env is my web server, I don't have test env. My issue is my model has db params, so param are different in both env, so every time I pull and change db param, I dont think so this is encouraged, though this has nothing to do with python,

[BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread kracethekingmaker
Hi I am using git. I do dev in my localhost and prod env is my web server, I don't have test env. My issue is my model has db params, so param are different in both env, so every time I pull and change db param, I dont think so this is encouraged, though this has nothing to do with python, b

Re: [BangPypers] April Meetup

2012-03-23 Thread kracethekingmaker
Hi Hi, I'm at Google office attending the Open Data Camp and asked couple of Google folks if they will be interested to host BangPypers meetup and they were very positive. There is a HasGeek event on third saturday of this month, the usual day for BangPyper meetup. I think some of us will be in

[BangPypers] Online python interpreter(top of PyPy 1.7)

2012-03-08 Thread kracethekingmaker
Hi www.pylive.codespeaks.in , an online python interpreter(strictly pypy interpreter) on top pypy sandboxed version 1.7. Source code of the site is located @ www.github.com/kracekumar/pylive , just feel free to try and