Python at Scale: Strict Modules
Welcome to the third post in our series on Python at scale at Instagram! As we mentioned in the first post in the series, Instagram Server… (more…)
Read more »
I am building a tool that retrieves the meta descriptions from a web page. Because sites mark up descriptions differently, there are a few different checks you need to run to ascertain a description. Read more