Re: [Tutor] Python excel filter

2015-10-26 Thread john
take a look at python-excel xlwt is what I use. BTW there are others Johnf On 10/26/2015 05:21 AM, Lucas Mascia wrote: Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet

Re: [Tutor] noob python question

2015-10-26 Thread Bob Gailer
Welcome to the tutor list. In order for us to help you please post the following: Python version Operating system The code you are running To trace back you are getting The trace back will be several lines of references to various programs and line numbers Once we have that information then it bec

Re: [Tutor] noob python question

2015-10-26 Thread boB Stepp
Greetings! On Sun, Oct 25, 2015 at 6:16 PM, bob5487 wrote: > Howdy! > > Reading *Learn Python the Hard Way* Zed Shaw > > All good so far but got to Ex 42 dealing with classes... > > I get a TypeError: getattr(): attribute name must be a string when I run the > program... > > I looked online, pyth

Re: [Tutor] Python excel filter

2015-10-26 Thread Alan Gauld
On 26/10/15 12:21, Lucas Mascia wrote: Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet, I need to apply 3 or 4 filters and collect the amount of info it shows then. Eg.:

[Tutor] Python excel filter

2015-10-26 Thread Lucas Mascia
Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet, I need to apply 3 or 4 filters and collect the amount of info it shows then. Eg.: 1 - Export .xlsx from website 2 - Run py

Re: [Tutor] noob python question

2015-10-26 Thread Asokan Pichai
Can you retype the question and your code? On 26 October 2015 at 04:46, bob5487 wrote: > Howdy! > > Reading *Learn Python the Hard Way* Zed Shaw > > All good so far but got to Ex 42 dealing with classes... > > I get a TypeError: getattr(): attribute name must be a string when I run > the > progr