I have created an API like project in Ruby on rails using HTTParty gem.Now my boss want me to do the same in Python and I don't know python.So I would like to know is there any equalent gem or default function in Python to generate http requests so easy as http开发者_如何学Carty.(Remember I am a n00b in python and I am learning even while am typing this question.)
Use requests. It is one of the best http handling libraries I have used between .Net, Ruby, and Python. It is dead simple.
精彩评论