Fast API that stands up quickly

# Environmental preparation ```shell-session $ pipenv shell $ pipenv install fastapi uvicorn ``` # Source code The point is - GET --Path parameters - POST --How to receive the body #### **`ma

I tried LeetCode every day 167. Two Sum II --Input array is sorted (Python, Go)

#### What is Leetcode [leetcode.com](https://leetcode.com/) This is the practice of coding interviews for software developers. A total of more than 1,500 coding questions have been posted, and it s

Overlay and visualize Geo data and statistical data

This article wrote the December 23rd article of [Data Visualization Advent Calendar](https://qiita.com/advent-calendar/2020/data-visualization) on the 30th. Well there is. In this article, I would

The .pyd file is the DLL itself on Windows

The ** .pyd file is the DLL itself ** on Windows, isn't it? I learned a lot. When importing a function created in C ++ using Pybind11 on Windows, create a Visual Studio project of the type that cre

"How to pass PATH" to learn with homebrew

## What you can learn from this article If you are currently visiting this article ```bash -bash: xxxx: command not found ``` I think you've hit the error. And until now when such an error came o

Implement traffic restriction function for each source MAC address in P4/P4Runtime using Meter (RFC2698)

# Introduction In [Previous article](https://qiita.com/13ryuse4/items/96ed8b31382e1fdd79f1), we implemented the control plane function to register table entries and acquire traffic counter values ​​

Face detection from images taken with Raspberry Pi camera

Since I captured the image with the camera module V2.1 attached to Raspberry Pi 4 last time, this time I will try to detect the face etc. from that image. # Face detection I tried using the face de

Let's make a number guessing game in your own language!

# It's time for your own language! I was planning to get together with my friends because of a certain virus, and it was canceled and I was depressed. Forgive a certain virus. ## I made it again.

Efficient use of Linux file system

In the ext file system (ext2/ext3/ext4), the area that can be used only by the root user is reserved, so the disk space may not be fully used. By default, 5% of the partition size is secured, but wit

A story about a student who does not know the machine learning machine learned machine learning (deep learning) for half a year

# Introduction I would like to introduce the books I used for more than half a year and how to study, which I had no knowledge of machine learning as of April 2020. I hope it will be helpful for beg

Support Kaggle / MNIST Do your best with a vector machine

# Support Kaggle / MNIST Do your best with a vector machine ## Introduction [Kaggle / MNIST](https://www.kaggle.com/c/digit-recognizer) is a mission to learn images of 28x28 handwritten numbers. When

Standard .py file used in Python trials (template)-2020

Standard code (template) for .py scripts used in Python trials. See the standard .py column below. ## Code style A style in which multiple trial processes are written separately with `run__main1 (

(Matplotlib) Tips for adjusting the appearance of graphs [Axis / Picture frame / Scale / Scale character edition]

# Overview Tips for adjusting the appearance and fine adjustment of the graph generated by matplotlib (~ axis, picture frame, scale, scale character ~ edition). <br>![2.png](https://qiita-image-stor

How to make a request to bitFlyer Lightning's Private API in Go language

How to make a request to bitFlyer Lightning's Private API in Go language ==== Since there was no sample code for making a request in Go language on the [Official Document](https://lightning.bitflyer

What I did when I stumbled upon mounting on MyDrive and loading an ipynb file in Google Colaboratory

## Stumbling point 1: Mount on Google My Drive #### The following resulted in an execution error ```bash import os os.chdir("./drive/My Drive/") ``` #### It worked well below ```bash from google.c

Attempt to extend a function in the library (add copy function to pathlib)

Extends the functions in the library. The extension is like registering a function in a Python class. (Assign to a variable under a class, each instance created from that class will have the same fun

Build PyPy and Python execution environment with Docker

This is a sequel (sister edition?) Of the previous article "[Building a PyPy execution environment with Docker](https://qiita.com/otomo6sm/items/85b5855fea014c4ebbf3)". Last time we only had a PyPy e

Building a virtual environment with pyenv-virtualenv/Python (installation, environment settings, packages) Mac environment

Hello, this is Kaoru. This time, I will introduce the construction of pyenv-virtualenv! See the previous article for how to install the package. [Installation method using pip command of Python

Algorithm learned with Python 12th: Maze search

# #Algorithm learned in Python <Maze search> ## Introduction Implement the basic algorithm in Python to deepen your understanding of the algorithm. Maze search is dealt with as the twelfth bullet.

Review from git init to git push

# Frequently used Git commands (personally) ## ● Anyway, create a branch before starting work (do not develop a master branch if possible) → git branch (check the existence of the current branch and

Judgment of igneous rock by machine learning ②

# Development policy ### ① Programming with machine learning Let's make it using a programming language called Python, which is often used in machine learning. It will be a little more difficult, bu

Macbook Air with M1 is here! Quickly create a Python computing environment

# Introduction On December 28, 2020, the Macbook Air with M1 arrived. Since it is an M1 and a hobby Mac, I decided to improve the usage environment without using Rosetta 2. First, install Google

Create a shape on the trajectory of an object

To fill in the blanks in Blender Advent Calendar 2020 Publish the script used at work A script that creates an object with an animated trajectory of the object ![20123001.gif](https://qiita-image

Trial of writing the configuration file in Python instead of .ini etc.

Try to write the configuration file in Python instead of .ini etc. ** and give it **. The configuration file given by writing in Python is like "trial-config1.py" below if you write the setting in

File encryption using OpenSSL

# Encrypt ```shell-session $ openssl des3 -salt -in %File to encrypt% -out %Encrypted file% ``` # Decrypt ```shell-session $ openssl des3 -d -salt -in %Encrypted file% -out %Decrypted file% ```

[Linux] How to monitor logs that are constantly added

I will introduce how to follow and display the log that is always added # tail command #### **`shell`** ```shell-session $ tail -f ${logfile} ``` # Use less forever option #### **`shell`** ```

Fundamental Information Technology Engineer Examination Implemented Python sample questions without using external libraries

Fundamental Information Technology Engineer Examination (FE) Afternoon Exam Python sample questions have been published at the following URL. https://www.jitec.ipa.go.jp/1_00topic/topic_20191028.html

Restore menu items that disappeared in Blender 2.8 or later

This article will be posted as an article to fill in the blank article on the 3rd of the Qiita version of Blender Advent Calendar 2020. https://qiita.com/advent-calendar/2020/blender ---------------

I tried using scrapy for the first time

I was asked by a company person to find out which company is doing IOT, so If you go to "IOT company", you can get various information. Finally, I arrived at https://hnavi.co.jp (order navigation).

Understand the arguments required for the HTTP request method of the Requests module

Hi, I'm a late demon moon walker. This article is an article of [JSL (Japan System Giken) Advent Calendar 2020 14th](https://qiita.com/advent-calendar/2020/jsl). The portable HDD I bought for back