Tag: Pyhon

  • Writing my Python Marvel API Wrapper Part 3: Refactor

    Writing my Python Marvel API Wrapper Part 3: Refactor

    This is part three of my ongoing adventure in writing a Python interface to the Marvel API. If you’ve not read Part 1 about structure and Part 2 about adding requests then you may want to do that first. So we left off with a functioning interface for the Marvel API, but ended up with…