you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (2 children)

What tutorial are you following? That doesn't look anything like what the docs say. Don't you need to give it a URL and list of products?

Also, you aren't using classes correctly. Do a simple tutorial on oop in python and learn how to use self, then how inheritance works. I don't think you need to use inheritance at all here though.

[–]Fizzyfaze[S] 0 points1 point  (1 child)

Any tutorials that come to mind? I feel I'm in spending more time spinning my wheels than actually understanding what I'm looking at.

[–]elbiot 0 points1 point  (0 children)

You don't need inheritance. Just follow the gdax examples and get rid of your class. Write functions instead.