Re: [Tutor] New dealing with Pythong and programming

2014-08-06 Thread Danny Yoo
See if: https://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/IDLE_spanish.html is helpful. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] Fwd: New dealing with Pythong and programming

2014-08-06 Thread Danny Yoo
Hi William, I'm forwarding this to the tutor mailing list. Currently I'm busy in my day job, so I truly can't look at this now. (I'm currently under a deadline.) But hopefully someone else on the list can take a look. Please use Reply-To-All in your email client when you're asking and answerin

[Tutor] How to save each pixel from image to jagged array in exact coordinate

2014-08-06 Thread Whees Northbee
Hello, I try do background subtraction using python, and I have problem to save each pixel to jagged array... *My jagged array is:* m_samples=[] height, width, depth=cap.shape c_black=np.zeros( (height,width), dtype=np.uint8) for i in range(0,NUM_SAMPLES,1): m_samples.appe

Re: [Tutor] New dealing with Pythong and programming

2014-08-06 Thread Danny Yoo
Hi William, You can take a look at the beginner's guides to Python: https://wiki.python.org/moin/BeginnersGuide If your native language is Spanish, you may want to look at: https://wiki.python.org/moin/SpanishLanguage and see if there are any tutorials there that are easier for you to

Re: [Tutor] New dealing with Pythong and programming

2014-08-06 Thread Joel Goldstick
On Wed, Aug 6, 2014 at 12:29 PM, William Vargas wrote: > Hello > > My name is Will, I live in Costa Rica and I really want to learn how to > program. In the past, a friend said to me that was really cool but I did not > feel the call to learn, but now I was talking to a new friend and he said to >

[Tutor] New dealing with Pythong and programming

2014-08-06 Thread William Vargas
Hello My name is Will, I live in Costa Rica and I really want to learn how to program. In the past, a friend said to me that was really cool but I did not feel the call to learn, but now I was talking to a new friend and he said to me code was really great then I ask what was the best language and

Re: [Tutor] Box plot

2014-08-06 Thread ALAN GAULD
Forwarding to list. Please use ReplyAll when responding to the list.   Alan Gauld Author of the Learn To Program website http://www.alan-g.me.uk/ http://www.flickr.com/photos/alangauldphotos > > From: Sivaraman.R >To: Alan Gauld >Sent: Wednesday, 6 August 2014

Re: [Tutor] Box plot

2014-08-06 Thread Alan Gauld
On 06/08/14 06:21, Sivaraman.R wrote: I want to add a minimum value and maximum value to the box plot. I am findind it difficult to do that. Could you please please help me in that. my code: mport matplotlib.pyplot as plt import pandas as pd check1 = pd.read_csv(r'C:\Users\RamachSi\Desktop\Test_n

[Tutor] Box plot

2014-08-06 Thread Sivaraman.R
I want to add a minimum value and maximum value to the box plot. I am findind it difficult to do that. Could you please please help me in that. my code: mport matplotlib.pyplot as plt import pandas as pd check1 = pd.read_csv(r'C:\Users\RamachSi\Desktop\Test_now11.csv') check1.boxplot(column=['VTSP