Interview with Pradyun Gedam, a maintainer of pip along with many other packages in the Python ecosystem. (more…)
Read more »
A Vectorized Python Dict/Set. Contribute to atom-moyer/getpy development by creating an account on GitHub. (more…)
Read more »
An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each. (more…)
Read more »
Recently I read Itamar Turner-Trauring's It’s time to stop using
Python 3.7
(via). On the
one hand, this is pragmatic advice, because as the article mentions
Python 3.7 is reaching its end of life as of June 2023. On the other
hand it gives me feelings, a... (more…)
Read more »
Some websites require that you execute javascript before you can see any content on the page, or you may want to emulate a real user. In order to handle these use cases we'll learn how to use pyppeteer which is a library for controlling a Headless Chrome ... (more…)
Read more »