Data cleansing of open data of the occurrence situation of the Ministry of Health, Labor and Welfare

[Ministry of Health, Labor and Welfare, domestic outbreak situation, etc.](https://www.mhlw.go.jp/stf/covid-19/kokunainohasseijoukyou.html) [Open data](https://www.mhlw.go.jp/stf/covid-19/open-data.

GRPC starting with Go server and Dart client

# Introduction I will write about how to use gRPC to communicate between Go's API server and Dart client (assuming Flutter). [Hibiya Music Festival Osanpo App 2020 Development Behind the Scenes / S

[Go] How to write or call a function

# Contents I will write down various functions in Go language so as not to forget them. ## How to define a function ``` func function name() { //Write the process you want to summarize } ``` ## How

Service cannot be started due to accumulation of semaphores

(Past correspondence memo) If a service such as Apache cannot be started There is a possibility that the semaphore used for exclusive control has accumulated up to the maximum value. The followin

Linear regression (for beginners) -Code edition-

This time, I will summarize the implementation (code) of linear regression. ## ■ Linear regression procedure We will proceed with the following 6 steps. 1. Preparation of module 2. Data prepara

django.db.migrations.exceptions.InconsistentMigrationHistory error handling

# Introduction When I was doing web development with Django, the Migration error took quite a while, so I'll leave the details of how I dealt with it. # environment Mac Catalina 10.15.6 Python 3.7 P

Visualize the response status of the census 2020

# Introduction ![kokusei2020.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/36151/9c2016fe-695d-136e-00d4-b96a67da7d34.png) Visualize Internet response rate and mail response rat

Positive number encryption

# Positive number encryption Encrypts positive numbers starting from 0. If you specify numbers that are incremented obediently as 1, 2, 3 for user ID etc., it will be easy to do brute force hacking.

[python] A note that started to understand the behavior of matplotlib.pyplot

Pyplot, a module for drawing graphs, is sometimes taken care of, but I was not accustomed to using it. I've finally been able to eliminate that haze recently, so I'll leave it as a note of my awarene

Regular expression confirmation quiz!

# at first Oops! There was no confession of the village on the way, and there was a room with a very quiet progress. So, even though I wasn't bitten by the dictator until the end, I wish I was lonel

I tried running the offline speech recognition system Julius with python in the Docker virtual environment

I will post my first article. # Julius Julius is a voice recognition system developed by Kyoto University, and although its accuracy is poor, it has the advantage of being free and can be operated

Aggregate and analyze product prices using Rakuten Product Search API [Python]

## Introduction This is a continuation of [Last time](https://qiita.com/Massasquash/items/831ace8b4527d90653a8). This time will be the last. Now that we have preprocessed the price analysis of the p

Blender 2.9, Python background light color test

It is a test with blender, python, background light color, RGB hexadecimal specification. The cube is illuminated with a background light and three spotlights. Examples of colors are aquamarine # 7f

Boost current simulation

duty is a sequential calculation ```python # coding: utf-8 # In[278]: get_ipython().magic('matplotlib inline') import matplotlib.pyplot as plt # In[279]: import numpy as np import math # I

Full Stack Engineer Hack Hack Folder Part 2

# Preface It seems that DX is being screamed in the world. I have to get on such things. What should I do to do that? # action Study at a paid school in the American-speaking world. It seems that

PBR (Policy Base Routing) on Linux

I think that Cisco and YAMAHA routers can use policy-based routing using filters. I would like to do it on Linux as well. Policy-based routing is a routing method that is completed within the host

Things to watch out for when using default arguments in Python

# Introduction I haven't used Python yet, but I was a little addicted to it without knowing the specifications of the default arguments. # The value specified by the default argument is cached Act

Visualize corona infection data in Tokyo with matplotlib

# Introduction This time, I will try to visualize it with matplotlib based on the data of coronavirus infected people in Tokyo. The data on the number of people infected with coronavirus in Tokyo

Note

const.py ``` #Excel file path excelFilePath = "./" #Excel file name excelFileName = "Table definition.xlsx" #Migration file output destination laravelMigrationFilePath = excelFilePath #Migration fil

Scraping tabelog with python and outputting to CSV

<h1> Introduction </ h1> I read "Business Studies without Sense" by Yoshinori Fukushima of Gunosy. It was written in an easy-to-understand manner about the importance of data analysis and machine

[Part.3] Crawling with Python! It's JSON rather than CSV! ??

# at first Oops! The bite is good and it seems that 2 wolves survive, so I will CO the black cat pillar! If you save the data, you won't be able to understand how to handle commas, and JSON is mor

The meaning of {version-number} in the mysql rpm package

## mysql site https://dev.mysql.com/doc/refman/5.6/ja/linux-installation-yum-repo.html ``` shell> sudo yum localinstall mysql-community-release-el7-{version-number}.noarch.rpm ``` ## The meaning of

Style conversion with python Easy memorandum with git clone [For intermediate users]

There is a style conversion that learns the style of painting with AI and converts the photo actually taken. Recently, it has become an application, but this time we will actually execute python and

[CovsirPhy] COVID-19 Python Package for Data Analysis: Scenario Analysis (Parameter Comparison)

Introduction This is an introductory article about the Python package [CovsirPhy](https://github.com/lisphilar/covid19-sir) that allows you to easily download and analyze COVID-19 data (such as the

Python: Creating a virtual environment (venv), starting and stopping

## usage environment macOS Catalina ## table of contents -Create a python virtual environment using ** venv ** -Execute 〇〇.py file in virtual environment ## Create a python virtual environmen

Command line introductory notes

[Aidemy](https://aidemy.net/) 2020/10/4 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy"

Beginners use Python for web scraping (4) -3 GCE VM instance creation and scraping on VM

By [previous](https://qiita.com/inoken0926/items/ee24aa57ca3553dcb5e9), I created a git repository on GCP and manually executed scraping PGM on CloudShell. This time, we will finally perform automat

Learn Service Bus Queue with Azure SDK for Go (1)

When I contributed to Keda, I needed to know the behavior of Service Bus, which I hadn't touched much, so I did a quick survey. The library uses the following. * [Microsoft Azure Service Bus Client

[Python] What I did to do Unit Test

## table of contents * Prerequisites * What is UnitTest in the first place? * What do you need to do to test? * Can't call the method? * What information do you enter? * What do you need to do

[Beginner] [Python / Django] A fledgling web engineer tried a Django tutorial-Part 1-

# Introduction Nice to meet you, everyone. I'm going to publish a memorandum of the process of creating a voting (poll) application using Django. Since I am a beginner of Qiita, please understand