Removed search noise when reverse lookup of python example sentences on google

TL;DR

I put the "Personal Blocklist (not by Google)" plugin in Chrome and it worked.

Introduction

In my case, I'm old and new to python, so I can't remember python packages and syntax. So, I managed to cheat by using reverse lookup a lot on google.

"Load python pandas csv" "Python datetime format conversion" And. With that kind of feeling. It's been about 3 years since I started using python, but I'm still doing this.

I was happy with this, but as a result of the reverse lookup, I noticed that the first page that appeared was not very easy to understand and the content was not right.

When you think about it, the page that appears first as a result of the search is not the best content, it's just that the SEO measures are the best, so it's a natural ending, and it's really hard to use. If nothing is done, work efficiency will drop, so I want to do something about it.

Block low quality sites with the Personal Blocklist plugin

Introduced Chrome extension Personal Blocklist (not by Google) ..

In the past, it seems that there was an extension called "Personal Blocklist (by Google)" by google principal image, but it is gone now.

If you install Personal Blocklist (not by Google), a link "block xxxxx" will be added to each search result. Clicking on this link will block any sites that have had that page from search results.

It ’s just my personal example, note.nkmk.me techacademy.jp When I blocked these two sites, the number of unintended "missing clicks" in the reverse lookup of python decreased.

\ # I feel that searching the qiita.com site is sufficient without doing this.

Summary

At least for the reverse lookup of python, blocking the top site with Personal Blocklist (not by Google) improved work efficiency and reduced stress.

Recommended Posts

Removed search noise when reverse lookup of python example sentences on google
Google search for the last line of the file in Python
Handling of python on mac
Example of building python development environment on windows (wsl2, vscode, pipenv)
Memorandum of understanding when Python is run on EC2 with Apache