Articles tagged fun

  1. Fun with APIs

    So, you're looking for a job you say... Need to brush up on your knowledge set... I've got the tool for you!

    career_chooser.py

    import urllib
    import re
    import sys
    import cgi
    
    API_KEY="USE YOUR OWN"
    def get_result(query):
        url = "http://api.indeed.com/apisearch?q=\"%s\"&l ...
    Eric Moritz
    : fun / python

Page 1 / 1