Re: i got error while writing data to file

2017-03-13 Thread Amit Yaron
You open the file more than once for which row with score greater than 3. Every time you open a file for writing it truncates an existing one with the same name. On 13/03/17 13:25, Madhusudhanan Sambath wrote: hi to all, this is madhu...i am new to python this is my python code, where i label

Re: Unsubscribe to Python email list

2017-03-10 Thread Amit Yaron
On 10/03/17 04:38, Pablo Lozano wrote: Good day, I would like to unsubscribe this e-mail to the Python e-mail list. Kind regards You can set "Mail Delivery" to "disable" if you want to read posts on the Usenet, but not to receive e-mails. -- https://mail.python.org/mailman/listinfo/python-li

Re: int vs. float

2017-02-11 Thread Amit Yaron
On 11/02/17 09:47, boB Stepp wrote: On Sat, Feb 11, 2017 at 1:00 AM, Amit Yaron wrote: On 10/02/17 21:15, Peter Pearson wrote: On Fri, 10 Feb 2017 13:59:45 +0200, Amit Yaron wrote: On 10/02/17 04:33, adam14711...@gmail.com wrote: My computer programming professor challenged me to

Re: int vs. float

2017-02-10 Thread Amit Yaron
On 10/02/17 21:15, Peter Pearson wrote: On Fri, 10 Feb 2017 13:59:45 +0200, Amit Yaron wrote: On 10/02/17 04:33, adam14711...@gmail.com wrote: Hello, My computer programming professor challenged me to figure out a way to manipulate my program to display one error message if the user input is

Re: int vs. float

2017-02-10 Thread Amit Yaron
On 10/02/17 04:33, adam14711...@gmail.com wrote: Hello, My computer programming professor challenged me to figure out a way to manipulate my program to display one error message if the user input is a zero or a negative number, and a separate error message if the user input is a decimal numbe

Re: Extract sigle file from zip file based on file extension

2017-02-10 Thread Amit Yaron
On 10/02/17 10:35, loial wrote: I need to be able to extract a single file from a .zip file in python. The zip file will contain many files. The file to extract will be the only .csv file in the zip, but the full name of the csv file will not be known. Can this be done in python? Yes, you can

Numpy and Scipy for Python3.5

2017-02-03 Thread Amit Yaron
Can I find those modules in the FreeBSD ports? -- https://mail.python.org/mailman/listinfo/python-list