How to use cloud voice recognition services of 4 major companies
# Uses voice recognition services from Amazon, Google, IBM, Microsoft The name of the API of each company's voice recognition service (the name varies from person to person, but I'm sorry if it's wro
Let's easily make a math gif using Google Colaboratory
In this article, we will make a math gif with Google Colaboratory. Let's solve the Coltveg-Dofries equation that describes a nonlinear wave by numerical calculation and see that a soliton appears. !
Road to LPIC-1 acquisition
# at first I got LPIC-1 before, so I'll write a memorandum of it. # Knowledge before acquiring LPIC-1 The period is about one month. (It's like 101 for 2 weeks, 102 for 2 weeks) I knew the basic L
Beginners use Python for web scraping (4) --2 Scraping on Cloud Shell
Now, [last time](https://qiita.com/inoken0926/items/db1a828465019e205e5e) We will add scraping PGM to the created Cloud Source Repositroies repository. # Roadmap for learning web scraping in Python
Study method that passed LPIC202
@Qiita first post Since I passed LPIC202, I will post the study method as a memorandum. I thought I'd post it on Ping-t, but I didn't use Ping-t at all this time, so I'll post it here. * This artic
docker run --help Japanese translation
`` docker run --help`` Japanese translation of the document displayed at run time. # how to use: ```bash docker run [OPTIONS] IMAGE [COMMAND] [ARG ...] ``` Run the command in the new container #
Let's do Linux System Programming with Visual Studio Code and Azure! (From helloworld to nginx development and remote debugging)
This time, [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-) of [Visual Studio Code](https://code.visualstudio.com/) I want to try Linux System
How to install python3 with docker centos
## Introduction This article uses Amazon Linux 2 on AWS to do the following: 1. Install docker 2. Start centos which is docker image 3. Install python3 in the container started in 2. ## 1. Install
Is the lottery profitable? ~ LOTO7 and the law of large numbers ~
# Introduction The question is, "Is the lottery profitable?" ** Not profitable. ** ** The lottery is a business in which the profits of the organizer are extremely large. The return rate of the w
Set up TinyGo development environment for VS Code
TinyGo's development environment setup for VS Code was a little troublesome, so I wrote it down. The official article is [here](https://tinygo.org/ide-integration/). Please refer to other articles
Tensorflow doesn't work!
Set up a machine learning environment on your new laptop from scratch Let's move! Sometimes it didn't work ... When I looked it up, the settings were quite awkward. I don't think it's anything fr
Ssh login with public key authentication quickly
# Introduction SSH login, are you still entering your password? You can omit it by using the public key authentication method! The environment is Client side: Linux (including WSL / 2 environme
[Linux convenient command] Try inserting exa
## environment  ## Overview https://qiita.com/navitime_tech/items/c249269a3b47666c784b Let's start with exa by looking at and trying to a
Get Splunk download link by scraping
# 1. I want to get the download link of the installer I use AWS EC2 when I want to quickly create a Splunk verification environment for business. Every time I use CloudFormation to automate building
ACL Beginner Contest Note
# Preface I tried Atcoder, so it's a memo for myself. I plan to add and correct it later. # problem https://atcoder.jp/contests/abl A #### **`Q_A.go`** ```go package main import ( "fmt"
[Python3] Standard input [Cheat sheet]
## Premise If you want to express it as an array of NumPy, it can be converted with np.array (), so it will be omitted. #### **`NumPy array`** ```python l = [[1, 2, 3], [4, 5, 6]] l = np.array(l)
Use the MediaWiki API to get Wiki information
Good morning: relaxed: There are times when you want to get information on wikipedia. Let's use the MediaWiki API that can be used in such cases. ### What is MediaWiki API? You can use wiki funct
[September 2020 version] Explains the procedure to use Gmail API with Python
This time, I will explain the procedure to use Gmail API in Python. By the time I use the Gmail API, I often enable the API, create credentials, and install libraries, so I wrote it as a memorandum.
cgo include path for g ++
I wouldn't have understood it, but I couldn't find it even after checking it, so I made a note. Environment: go version go1.15.2 linux / amd64 When specifying an include path in CGO #### **` -I<
Study Note 4 _visudo command can only be used by root users, but sudo can also be used by general users
★ 1 Log in as root rinchome user creation ``` #Group creation [root@localhost ~]#groupadd rinchome #Create user (make group rinchome) [root@localhost ~]#useradd -g rinchome rinchome #Change password
[Poincare recurrence theorem] I tried playing with 100 snake pendulums expanded to a long period ♬
Since it is a mass game, I think that it is meaningless (natural), but considering the planetary series etc., I think that such calculations are actually meaningful, so I will summarize it. After al
yukicoder contest 267 Review
# result  # Impressions B Problem was ** inadv
[Python] Long table eel shop
## 1. Problem The problem of finding how many people can sit on a circular table (n number of tables). If even one person in a group cannot sit, the group will return. The input consists of m +
Try to analyze online family mahjong using Python (PART 1: Take DATA)
# Overview Recently, I enjoy playing with my family on the online mahjong site [Tenhou](http://tenhou.net/) once a week for about 2 hours. This time, I will explain the analysis of the competition
Python environment settings (virtualenv + pip cannot be done)
Hello it is what you are trying to produce the app in django in python beginner. (Development with python3 system) It seems that you can do it with anaconda + django, but since there is little infor
Machine learning beginners tried to make a horse racing prediction model with python
Recently, the development of services incorporating machine learning has begun to increase, and I myself sometimes direct it. However, it is undeniable that it is a simple task to blindly use the l
I want to explain the abstract class (ABCmeta) of Python in detail.
# 0. Introduction Because the abstract class of Python was unexpectedly special I want to explain a little carefully based on the explanation of the metaclass # 1. Basic usage of ABCmeta Python
100 image processing by Python Knock # 6 Color reduction processing
## Introduction Hi, I'm Ramu. This time, we will implement color reduction processing to reduce the number of colors in the image. By the way, the reason why one is skipped from the last time is th
Examine the close processing of Python dataset (SQLAlchemy wrapper)
## Overview I don't really understand the behavior when closing with dataset, so I will try various things and organize them. ## environment 4.14.193-149.317.amzn2.x86_64 #1 SMP Thu Sep 3 19:04:44
Create an update screen with Django Updateview
Since the last time, I've been trying various things because I want to prevent the employee name and date from being edited. I've been researching forms.py for a few hours (I haven't learned how to