Re: [BangPypers] What are the best python books , you have read.

2010-06-01 Thread Rahul
; > Thanks&Regards, > Srinivas Reddy Thatiparthy, > Mobile:9393099772, > > > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Regards, Rahul C S ___

Re: [BangPypers] Cheap hosting

2010-04-22 Thread Rahul Jha
I've been using VPS hosting at http://prgmr.com for over an year now for two of my websites. They've got quite affordable plans and I haven't had any major issues till now. On Fri, Apr 23, 2010 at 10:48 AM, Noufal Ibrahim wrote: > I have my personal site on hcoop.net. It's a hosting cooperative.

Re: [BangPypers] User group meeting this weekend

2010-04-22 Thread Rahul Jha
Hi, I'd be interested in coming to Thoughtworks, Koramangala for a meetup on Sunday afternoon. I am a new member here so I'll just add a quick introduction. This is Rahul Jha, I am a developer at Yahoo! for about 2.5 years now. I am also a co-founder for http://step2.co.in and maintain

Re: [BangPypers] Cheap hosting

2010-04-22 Thread Rahul Jha
n Fri, Apr 23, 2010 at 11:33 AM, Venkatraman S wrote: > On Fri, Apr 23, 2010 at 11:25 AM, Rahul Jha >wrote: > > > I've been using VPS hosting at http://prgmr.com for over an year now for > > two > > of my websites. They've got quite affordable plans

[BangPypers] python for parsing

2010-05-23 Thread Rahul R
suggestions on how to go about doing so. Thanking You Rahul ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] python for parsing

2010-05-23 Thread Rahul R
On Mon, May 24, 2010 at 12:00 AM, Dhananjay Nene wrote: > On Mon, May 24, 2010 at 12:51 AM, Rahul R wrote: > > > Hello everyone , > > I am new to this community . recently i attended a python workshop in my > > college and got a lot mesmerised by the language so finally

Re: [BangPypers] python for parsing

2010-05-23 Thread Rahul R
Thanks Kunal , i am happy as well as sad , happy because my job has become much simpler and sad because everytime i think of a novel (honeslty ) idea .. i see someone else has already executed it .. :( On Mon, May 24, 2010 at 5:02 AM, kunal ghosh wrote: > Hi, Rahul > It looks like y

Re: [BangPypers] Tcp/ip server client program

2010-05-28 Thread Rahul R
welll i did try a client server program in TCP/IP , from http://www.jroller.com/RickHigh/entry/notes_on_creating_a_socket this tutorial . It helped me a lot , i hope it would help u too. On Fri, May 28, 2010 at 7:26 AM, Senthil Kumaran wrote: > On Thu, May 27, 2010 at 11:46:36PM +0900, murugado

Re: [BangPypers] What are the best python books , you have read.

2010-06-02 Thread Rahul Jha
I found Text Processing in Python(http://gnosis.cx/TPiP/) to be a really good read and quite enlightening on specific aspects of the language. On Wed, Jun 2, 2010 at 3:27 PM, Rahul Jha wrote: > I found Text Processing in Python(http://gnosis.cx/TPiP/) to be a really > good read and

Re: [BangPypers] 2D plotting libraries.

2010-06-04 Thread Rahul R
On Fri, Jun 4, 2010 at 5:22 PM, Noufal Ibrahim wrote: > On Fri, Jun 4, 2010 at 6:49 PM, Shiv Shankar wrote: > > > The whole ode thing I've prepared for the > >> pycon in Singapore is an attempt. > > http://github.com/nibrahim/Devious-machinations > > Let me see how well it's received. If it's g

[BangPypers] python with c bindings

2010-06-15 Thread Rahul R
well recently i learned about handling shell scripts inside c files . well i was wondering since python is also scripting language can i bind the python script inside a "C" file and then run it.well on the front it may look like normal compilation of c program, but in the backend i guess the pytho

Re: [BangPypers] python with c bindings

2010-06-15 Thread Rahul R
On Tue, Jun 15, 2010 at 11:24 AM, kunal ghosh wrote: > On Tue, Jun 15, 2010 at 12:45 PM, Rahul R wrote: > > > well recently i learned about handling shell scripts inside c files . > well > > i was wondering since python is also scripting language can i bind the > >

Re: [BangPypers] python with c bindings

2010-06-15 Thread Rahul R
On Tue, Jun 15, 2010 at 6:03 PM, Noufal Ibrahim wrote: > On Tue, Jun 15, 2010 at 9:11 PM, Rahul R wrote: > [..] > > i rather prefer running it as a script binding into a "C" (if thats > possible > > , well that certainly works for sh scripts i dont know wh

Re: [BangPypers] June meet up

2010-06-24 Thread Rahul R
On Thu, Jun 24, 2010 at 10:49 AM, Noufal Ibrahim wrote: > On Tue, Jun 22, 2010 at 11:13 AM, Abhishek Mishra > wrote: > > +1 for the apac talk, I and a friend would definitely be interested. > > That's 3 people including me. Anyone else? > > What about the venue? We could ask TW but I'd prefer do

[BangPypers] python program to fetch input data in complete bit format

2010-07-07 Thread Rahul R
--- Rahul R Under Grad Student Computer Science Sir MVIT Bangalore Email : rahul8...@gmail.com Site : www.rahulr.110mb.com Blog : <http://www.rahulr.blog.co.uk>www.rahulr.blog.co.uk --- Google Talk: rahul8...@gmail.com [image: Linkedin]

Re: [BangPypers] python program to fetch input data in complete bit format

2010-07-07 Thread Rahul R
On Thu, Jul 8, 2010 at 1:24 AM, Noufal Ibrahim wrote: > Rahul R writes: > > > i was wondering if there is a way to fetch the raw data of any file i > > input for example if i accept a text file or a video file (particualr > > large video files ). i could fetch the the e

[BangPypers] catching exceptions from SimpleHTTPServer

2010-07-20 Thread Rahul R
how to catch exceptions from the simpleHTTPServer . ( srry if this sounds ridiculous ) the below is a small code snippet for a basic webserver . every time whenever there is a HTTP GET/POST request i can see the feedback in the terminal . how do i catch those feedbacks ? code snippet: http://cod

Re: [BangPypers] catching exceptions from SimpleHTTPServer

2010-07-20 Thread Rahul R
gt; > negative aint working , i tried a few changes myself . when i referred to the class BaseHTTPServer s methods ( http://bit.ly/aYqnQE ) i found a particular method log_message which is similar to sys.stderr but for some reason it isnt appending ne data into the log file created. the revised

Re: [BangPypers] July meetup

2010-07-21 Thread Rahul R
On Wed, Jul 21, 2010 at 1:10 PM, Noufal Ibrahim wrote: > > Hello everyone, >We'll need atleast a mini meetup in July atleast to collect > registration money from offline registrants. > >How's this Sunday look? > > Thanks. > i would be delighted to come . this would be my first me

[BangPypers] diffrerence between lambda function and ordinary one

2010-08-06 Thread Rahul R
i was writing some basic code . for understanding lambda functions , but couldnt understand the difference between a lambda function and an ordinary function. for example >>>def f (x): return x**2 ... >>> print f(8) >>> 64 >>> g = lambda x: x**2 >>> >>> print g(8) >>> 64 wats a need for using la

[BangPypers] In Multiprocess module how to find which worker process is executing the job

2011-12-22 Thread Rahul R
ut , which worker process from the Pool has executed the job. Regards, Rahul ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python script to limit access to Internet...

2012-06-27 Thread Rahul R
Use Squid Proxy sever --Rahul On Wed, Jun 27, 2012 at 1:34 PM, Vishal wrote: > Hello, > > I would like to limit internet access at my home, for some computers. > Basically for a given time during the day (read schedule), I wish that the > a given computer should not be abl

Re: [BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings

2012-07-04 Thread Rahul R
hey , i was checking out ReTask , its a nice tool to have. But i am just curious how is it different from using Redis with its python client. If i am not wrong , redis natively supports pub-sub model. Thanks, Rahul On Wed, Jul 4, 2012 at 10:15 PM, Kushal Das wrote: > Hi all, > > I

Re: [BangPypers] Executing Commands using sudo

2012-11-15 Thread Rahul R
$pip install sh (http://amoffat.github.com/sh/) pretty much does everything u asked for. http://amoffat.github.com/sh/tutorials/2-interacting_with_processes.html --Rahul On Thu, Nov 15, 2012 at 10:01 PM, Vid wrote: > On Thu, Nov 15, 2012 at 6:49 AM, davidsnt wrote: > > Hello Team,

Re: [BangPypers] Minutes of the usergroup meeting - 24-11-2012

2012-11-26 Thread Rahul R
I would love to take up the opportunity to manage the website. --Rahul On Mon, Nov 26, 2012 at 11:15 PM, Anand Chitipothu wrote: > On Mon, Nov 26, 2012 at 7:05 PM, Noufal Ibrahim > wrote: > > kracekumar ramaraju writes: > > > > > > [...] > > > >> S

[BangPypers] December User Group meeting

2012-12-14 Thread Rahul Rai
can give specific instructions. *See you all tomorrow @3 PM, Dec 15th. * Regards, Rahul On Thu, Dec 13, 2012 at 1:15 AM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Here is the blog post of december meetup. > http://bangalore.python.org.in/december-bangpypers-meetup

Re: [BangPypers] Question on Pattern Matching and Regular Expression

2013-01-07 Thread Rahul R
Hey David, Assuming , its not a continuous stream of data being written to file all the time. you could do something like this https://gist.github.com/4477268 . you can enhance it and make it more pythonic. :) Thanks, Rahul On Mon, Jan 7, 2013 at 5:02 PM, davidsnt wrote: > No this f

Re: [BangPypers] [Announce] Django Parsley - client side validations for Django

2013-03-04 Thread Rahul Ramesh
Already using your app in a current project. We love parsley and were surprised to see a django app for it. Thank you. :) -- Rahul On Mon, Mar 4, 2013 at 1:33 PM, Shabda Raaj wrote: > Hello, > > I would like to announce a new Django app: > > https://github.com/agiliq/Django-p

[BangPypers] Reorder Dictionary Size in python

2013-04-17 Thread Rahul R
cumbersome operation. Thanks, ./Rahul ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-17 Thread Rahul R
Ahh , sorry If i wasnt clear the first time. I dint mean reorder the data in dictionary. I meant resize the dictionary. ./Rahul On Wed, Apr 17, 2013 at 9:05 PM, Anand Chitipothu wrote: > dictionaries are unordered. It is not a good idea to expect any order in > dictionaries, even if y

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-17 Thread Rahul R
ere a way to forcibly reduce the dictionary size ? ./Rahul On Wed, Apr 17, 2013 at 9:23 PM, Ramdas S wrote: > On Wed, Apr 17, 2013 at 9:22 PM, Rahul R wrote: > > > Ahh , sorry If i wasnt clear the first time. I dint mean reorder the data > > in dictionary. I meant resize the d

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-17 Thread Rahul R
I dont intent to pre optimize things , I am rather driven by curiosity on how one could do that. Thanks, ./Rahul On Thu, Apr 18, 2013 at 5:53 AM, Anand Chitipothu wrote: > On Wed, Apr 17, 2013 at 9:30 PM, Rahul R wrote: > > > As far as i know, python performs a lazy deletion of v

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-17 Thread Rahul R
As far as i know , gc.collect() works on objects which are not used anymore. Not for resizing existing objects. Thanks, ./Rahul On Thu, Apr 18, 2013 at 9:25 AM, Abdul Muneer wrote: > Expecting this behaviour from built-in dict is not a good idea. However try > if garbage collection

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-18 Thread Rahul R
a lot! ./Rahul On Thu, Apr 18, 2013 at 1:14 PM, Harish Vishwanath wrote: > Here is a good talk on how dictionaries are implemented in python : > > http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2010-the-mighty-dictionary-55-3352147 > > Due to possibility of collisions in

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-18 Thread Rahul R
Hey Hrishikesk, So are you saying, if i run gc.collect() in my program I will get rid of all the dummy variables in the dictionary ? Thanks, ./Rahul On Thu, Apr 18, 2013 at 12:06 PM, Hrishikesh Kulkarni wrote: > On Wed, Apr 17, 2013 at 9:30 PM, Rahul R wrote: > > > As far as i

Re: [BangPypers] Reorder Dictionary Size in python

2013-04-18 Thread Rahul R
Afaik, python gc is threshold based. So, gc should trigger after a given threshold value (which can be changed) . but defintely the code is worth looking. thanks for pointing it out. ./Rahul On Thu, Apr 18, 2013 at 2:15 PM, Hrishikesh Kulkarni wrote: > The code snippet shows the old_value

Re: [BangPypers] Need help for python coding

2013-04-18 Thread Rahul R
os.path.realpath(__filename__) that should do the trick. ./Rahul On Thu, Apr 18, 2013 at 6:15 PM, Kamalakar gs wrote: > HI all, > I have a query that i have doc which is read through python.But instead of > giving path and filename > in the coding.I want to manipulate it like &q

[BangPypers] Hi BangPypers group, Any upcoming training/discussion in Bangalore?

2013-08-22 Thread rahul bhardwaj
___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] [JOB] Knowlarity is looking for a fullstack developers

2013-11-30 Thread Rahul Rai
, Postgres, mongodb, Redis, RabbitMQ, ZeroMQ, cpython/stackless , C , jQuery etc.. This position is based out of Bangalore. *We are also looking to fill 2 slightly junior positions in addition to above with 5+ years of experience in working across the stack. * Rega

Re: [BangPypers] [JOB] Knowlarity is looking for a fullstack developers

2013-12-05 Thread Rahul Rai
many such people in the past. Noufal's reply to your email sums it beautifully - 'skilled generalist' Regards, Rahul On 3 December 2013 15:57, Aditya Laghate wrote: > On Wed, Nov 27, 2013 at 07:51:16PM +0530, Rahul Rai wrote: > > Dear All, > > > > Knowlari

[BangPypers] Python script hangs after using logging module

2014-05-26 Thread Rahul Gopan
-Original Message- From: "Rahul G" Sent: ‎26-‎05-‎2014 05:41 PM To: "rahulpce...@gmail.com" Subject: Python script hangs after using logging module Hello, I tried to make a log file in a python script. After adding the line below logging.basicConfig(fi

Re: [BangPypers] Python script hangs after using logging module

2014-05-26 Thread Rahul Gopan
,format='%(asctime)s %(message)s',level=logging.DEBUG) items = commands.getoutput('COMMAND| wc -l') print items -- Hangs -- Help me to resolve it On Mon, May 26, 2014 at 5:42 PM, Rahul Gopan wrote: > -- > From: Rahul G > Sent: ‎

[BangPypers] Fwd: Python script hangs after using logging module

2014-05-26 Thread Rahul Gopan
-- Forwarded message -- From: Rahul Gopan Date: Tue, May 27, 2014 at 12:06 PM Subject: Re: [BangPypers] Python script hangs after using logging module To: Noufal Ibrahim KV 1. Used subprocess.check_output. . Same result , it hangs 2. Am trying to run a bin file /bin/range

[BangPypers] Restart when python script hangs

2014-06-02 Thread Rahul Gopan
can done Regards, Rahul G ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] July Meetup Reminder

2022-07-14 Thread Rahul Kumaresan
p.com/bangpypers/events/286782414/ Cheers, Rahul Kumaresan ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers