[PYTHON] How to remember when you forget a word

What was that? An animal that starts with "A" and ends with "Guma".

At that time, in my head Let's stop following the Japanese syllabary such as aguma, aiguma, auguma, and so on.

Open Terminal and type python. Then enter the following: > >> ['A' + chr (i) +'Guma' for i in range (ord ('a'), ord ('n') +1)] And I'm sure you will remember. Memories of my childhood playing with ** badger **.

Things that look fun

If you connect to the Google search count API and sort and output a certain character string in descending order of the number of searches, you can get a word similar to that word. ex) When you remember tie pin, search for tai * n. Outputs in descending order of the number of searches, such as taiwan, taiman, taidan, and taipin.

Recommended Posts

How to remember when you forget a word
If you want to create a Word Cloud.
When you want to play a game via Proxy
When you want to plt.save in a for statement
How to call a function
How to hack a terminal
[Django] A memorandum when you want to communicate asynchronously [Python3]
How to import a file anywhere you like in Python
I'll never forget how to write a shell script, don't forget! !!
When you want to hit a UNIX command on Python
How to make a Japanese-English translation
How to write a Python class
How to put a symbolic link
How to make a slack bot
How to make a recursive function
How to create a virtual bridge
How to add sudo when debugging
How to make a deadman's switch
How to create a Dockerfile (basic)
[Blender] How to make a Blender plugin
How to delete a Docker container
How to make a crawler --Basic
How to create a config file
How to set Jupytext nicely when managing code as a team
When you want to sort a multidimensional list by multiple lines
How to make Word Cloud characters monochromatic
How to create a clone from Github
How to split and save a DataFrame
How to build a sphinx translation environment
Qiita (1) How to write a code name
How to add a package with PyCharm
[Python] How to make a class iterable
How to draw a graph using Matplotlib
[Python] How to convert a 2D list to a 1D list
How to get IP when Tornado + nginx
Gist repository to use when you want to try a little with ansible
When you want to replace a column with a missing value (NaN) column by column
[Colab] How to copy a huge dataset
[Python] How to invert a character string
How to install a package using a repository
[Ubuntu] How to execute a shell script
How to get a stacktrace in python
A memorandum of how to write pandas that I tend to forget personally
I made a program to notify you by LINE when switches arrive
How to write a string when there are multiple lines in python
A shell script to make sure you don't forget the pipenv shell again
How to create a repository from media
How to make a Backtrader custom indicator
How to choose a Seaborn color palette
How to test on a Django-authenticated page
How to make a Pelican site map
When you want a long line break
How to run a Maya Python script
How to deal with "^ [[A ^ [[B ^ [[C ^ [[D"] when you press the arrow keys when executing python on mac
How to build an environment when you want to use python2.7 after installing Anaconda3
[Linux] [kernel module] How to pass parameters as arguments when loading a loadable kernel module
How to manage arguments when implementing a Python script as a command line tool
[Python] What to check when you get a Unicode Decode Error in Django
What do you like about how to convert an array (list) to a string?
What to do when you want to receive files from a Windows client remotely
How to make a dialogue system dedicated to beginners