Python Eats the World

The more a language tutorial is searched, the more popular the language is assumed to be. It is a leading indicator. The raw data comes from Google Trends. Read more

Similar

A Project Skeleton for Python Projects

As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages - you know, the repositories that get uploaded into devpi or... (more…)

Read more »

Reviving an old VCD dub with Python

We have children in the family learning both English and Cantonese simultaneously, a great way to help support this will be to show them films that they will love in their mother tongue, and what better films to show children but films by Studio Ghibli? ... (more…)

Read more »

Simple concurrent HTTP requests with Python

As part of our Information Retrieval project, we are tasked to build search engine on a specific domain. After some discussion, we decided to proceed on building search engine for HackerNews comments, which I think has not existed yet. The current search ... (more…)

Read more »