Re: [Tutor] Fixed Vector Array

2015-03-04 Thread Dave Angel
On 03/04/2015 10:40 AM, niyanax...@gmail.com wrote: Need help trying to implement insert, remove, indexof, and reverse functions. I tried to do them but am not sure if it is correct. I am struggling with arrays. This is python and using ezarrays. I don't know any Python that includes somet

Re: [Tutor] Fixed Vector Array

2015-03-04 Thread Danny Yoo
On Wed, Mar 4, 2015 at 9:51 AM, Danny Yoo wrote: > Can someone point out how to write and run tests to Ni'Yana? I'm busy at > the moment. Thanks! I'm still too busy to answer your question directly, but I can point to you a recent post on unit testing a class: https://mail.python.org/pipe

Re: [Tutor] Fixed Vector Array

2015-03-04 Thread Alan Gauld
On 04/03/15 15:40, niyanax...@gmail.com wrote: Need help trying to implement insert, remove, indexof, and reverse functions. I tried to do them but am not sure if it is correct. I am struggling with arrays. I;m not sure why so many courses seem to insist on teaching old school arrays using P

Re: [Tutor] Fixed Vector Array

2015-03-04 Thread Danny Yoo
On Wed, Mar 4, 2015 at 7:40 AM, wrote: > Need help trying to implement insert, remove, indexof, and reverse functions. > > I tried to do them but am not sure if it is correct. I am struggling with > arrays. Hi Niyana, Programmers generally use unit tests to double-check their programs. Do you

[Tutor] Fixed Vector Array

2015-03-04 Thread niyanaxx95
Need help trying to implement insert, remove, indexof, and reverse functions. I tried to do them but am not sure if it is correct. I am struggling with arrays. This is python and using ezarrays. Assignment: A fixed vector is very similar to the vector in that it is a sequence container th

[Tutor] Fixed help with exceptions (Lea Parker)

2011-05-13 Thread Lea Parker
Thank you, Wayne gave me a suggestion which helped me relook at things and correct the problem I presented. This has added other food for thought for me such as not allowing the program to accept negative inputs for the score however, I will have a play to see if I can fix this first and then ask a

[Tutor] Fixed

2009-01-17 Thread Ian Egland
Found it- wasn't closing the ()'s in the print()'s. Thanks anyway, sorry for filling your inbox. -Ian ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor