Re: Bigotry (you win, I give up)

2017-04-27 Thread Mike Reveile
On Thursday, April 27, 2017 at 9:36:26 PM UTC-7, Rustom Mody wrote: > On Friday, April 28, 2017 at 9:36:02 AM UTC+5:30, Mike Reveile wrote: > > On Wednesday, April 19, 2017 at 9:44:15 AM UTC-7, Rurpy wrote: > > > On 04/18/2017 04:34 PM, Chris Angelico wrote: > > > > On Wed, Apr 19, 2017 at 8:28 AM,

Re: Bigotry (you win, I give up)

2017-04-27 Thread Mike Reveile
On Thursday, April 27, 2017 at 9:19:43 PM UTC-7, Rustom Mody wrote: > On Friday, April 28, 2017 at 9:36:02 AM UTC+5:30, Mike Reveile wrote: > > On Wednesday, April 19, 2017 at 9:44:15 AM UTC-7, Rurpy wrote: > > > On 04/18/2017 04:34 PM, Chris Angelico wrote: > > > > On Wed, Apr 19, 2017 at 8:28 AM,

Re: Bigotry (you win, I give up)

2017-04-27 Thread Rustom Mody
On Friday, April 28, 2017 at 9:36:02 AM UTC+5:30, Mike Reveile wrote: > On Wednesday, April 19, 2017 at 9:44:15 AM UTC-7, Rurpy wrote: > > On 04/18/2017 04:34 PM, Chris Angelico wrote: > > > On Wed, Apr 19, 2017 at 8:28 AM, Ben Finney wrote: > > >> Chris Angelico writes: > > >> > <> > > Interestin

Re: Bigotry (you win, I give up)

2017-04-27 Thread Rustom Mody
On Friday, April 28, 2017 at 9:36:02 AM UTC+5:30, Mike Reveile wrote: > On Wednesday, April 19, 2017 at 9:44:15 AM UTC-7, Rurpy wrote: > > On 04/18/2017 04:34 PM, Chris Angelico wrote: > > > On Wed, Apr 19, 2017 at 8:28 AM, Ben Finney wrote: > > >> Chris Angelico writes: > > >> > <> > > Interesti

Re: Bigotry (you win, I give up)

2017-04-27 Thread Mike Reveile
On Wednesday, April 19, 2017 at 9:44:15 AM UTC-7, Rurpy wrote: > On 04/18/2017 04:34 PM, Chris Angelico wrote: > > On Wed, Apr 19, 2017 at 8:28 AM, Ben Finney > > wrote: > >> Chris Angelico writes: > >> <> Interesting thread... but volatile. I find imaginary numbers to be quite useful for under

Re: Unable to subclass ctypes.c_uint64: was: Re: Battle of the garbage collectors, or ARGGHHHHHH!!!!

2017-04-27 Thread eryk sun
On Thu, Apr 27, 2017 at 8:55 PM, CFK wrote: > > I'm still working on fixing the battle of the garbage collectors, but as a > part of that work I've realized that it would be handy for me to subclass > various ctypes like so: > > """ > from ctypes import * > class foo(c_uint64): > def __init__(

Unable to subclass ctypes.c_uint64: was: Re: Battle of the garbage collectors, or ARGGHHHHHH!!!!

2017-04-27 Thread CFK
On Wed, Apr 26, 2017 at 10:38 PM, Cem Karan wrote: > > On Apr 24, 2017, at 8:54 PM, Jon Ribbens > wrote: > > > On 2017-04-24, CFK wrote: > >> Long version: I'm trying to write bindings for python via ctypes to > control > >> a library written in C that uses the bdwgc garbage collector ( > >> ht

Re: Array column separations for beginners

2017-04-27 Thread breamoreboy
On Thursday, April 27, 2017 at 8:10:33 PM UTC+1, katari...@gmail.com wrote: > Thanks a lot, it helped me. > > I have new question..maybe very easy but I am trying to search on web and I > have no clue. > I have array(table) with 3 rows - x, y, y. I would like to plot graph with > double y axis

Re: Array column separations for beginners

2017-04-27 Thread katarin . bern
Thanks a lot, it helped me. I have new question..maybe very easy but I am trying to search on web and I have no clue. I have array(table) with 3 rows - x, y, y. I would like to plot graph with double y axis from that table. Should I use twinxs? or does exist easier way? Thanks! -- https://mail

Re: ValueError: Input contains NaN, infinity or a value too large for dtype('float32')

2017-04-27 Thread Terry Reedy
On 4/27/2017 1:39 PM, Siva Kumar S wrote: Source Code: clean_train_reviews=[] for review in train["review"]: clean_train_reviews.append(review_to_wordlist(review, remove_stopwords=True)) trainDataVecs=getAvgFeatureVecs(clean_train_reviews, model, num_features) print "Creating average fea

Re: ValueError: Input contains NaN, infinity or a value too large for dtype('float32')

2017-04-27 Thread Rhodri James
On 27/04/17 18:39, Siva Kumar S wrote: Source Code: clean_train_reviews=[] for review in train["review"]: clean_train_reviews.append(review_to_wordlist(review, remove_stopwords=True)) trainDataVecs=getAvgFeatureVecs(clean_train_reviews, model, num_features) print "Creating average feature

ValueError: Input contains NaN, infinity or a value too large for dtype('float32')

2017-04-27 Thread Siva Kumar S
Source Code: clean_train_reviews=[] for review in train["review"]: clean_train_reviews.append(review_to_wordlist(review, remove_stopwords=True)) trainDataVecs=getAvgFeatureVecs(clean_train_reviews, model, num_features) print "Creating average feature vecs for test reviews" clean_test_review

Re: Thread getting stuck\hang

2017-04-27 Thread Iranna Mathapati
Hi Dennis, all function arguments declare as global and pass it to the function. All three thread is completed the execution part and after completion of execution its stuck/hang the programme. *def validate_traffic_stats_st(FT_item,RT_item,forward_path_list,return_path_list,nat_type_list,pkt_st

Thread getting stuck\hang

2017-04-27 Thread Iranna Mathapati
Hi Team, I have python code that creates thread.Sometimes it works, sometimes it gets stuck once its finish its execution part. still not yet cannot find any difference between when it works or when it gets stuck. Please help. sniffer1 = threading.Thread(target=validate_traffic_stats_dy,args=(F

One more problem that.....................

2017-04-27 Thread SUMIT SUMAN
The C runtime Update(KB2999226) in Python 3.6.1 installation is taking very much time to complete , what can I do? Please help!!! -- https://mail.python.org/mailman/listinfo/python-list