tagged [python-2.x]

Can't instantiate abstract class with abstract methods

Can't instantiate abstract class with abstract methods I'm working on a kind of lib, and I'm getting an error. - [Here](https://github.com/josuebrunel/yahoo-fantasy-sport/blob/master/fantasy_sport/ros...

Is it possible to have multiple statements in a python lambda expression?

Is it possible to have multiple statements in a python lambda expression? I have a list of lists: I want map `lst` into another list containing only the second smallest number from each sublist. So th...

10 Jan at 01:22

Can't get Python to import from a different folder

Can't get Python to import from a different folder I can't seem to get Python to import a module in a subfolder. I get the error when I try to create an instance of the class from the imported module,...

11 Feb at 05:42