How to install aws-session-manager-plugin on Manajro Linux

``` yay aws-session-manager-plugin ```

Error resolution when installing numba on macOS

* As of November 2020 * OS: macOS Big Sur 11.0.1 * CPU: Intel * Python: 3.9 # Premise I'm installing LLVM with Homebrew. ## numba installation error list ### llvm-config path ``` RuntimeError:

Updated "Introduction to Python Web Application Homebrew for Slow 3rd Year Web Engineers"

# Updated the book [Chapter "You will be able to return" dynamically generated HTML ""](https://zenn.dev/bigen1925/books/introduction-to-web-application-with-python/viewer/dynamic-response-generatio

Convert A4 PDF to A3 every 2 pages

If you have a desire to assign an A4 PDF to the left and right every two pages to make it A3, "A4 PDF is attached to A3 on two sides (2in1) --Python (PyPDF2)" https://qiita.com/miko/items/054b98270

Visualize event congestion in public space with a laser rangefinder

## Overview * An experiment was attempted to count and visualize the congestion status of Marche in public space over a two-day period. * It is necessary to narrow down the entrance and exit to meas

zoom I tried to quantify the degree of excitement of the story at the meeting

# Introduction Recently, the number of meetings and classes at zoom has been increasing, but I feel that I don't know how much interest I have in talking unless I'm face-to-face, so why not try quant

I tried running BERT with Sakura VPS (without GPU)

# Introduction This article [Explanation about BERT! Let's make a prediction using the Japanese model! ](Https://toukei-lab.com/bert) If you follow the street, you can easily experience BERT on Goo

A confusing story with two ways to implement XGBoost in Python + overall notes

# Introduction XGBoost is a method of GBDT and can be implemented in python. However, when I examined the implementation example, I was confused because there were multiple ways to describe it even

Python netCDF4 read speed and nesting of for statements

If you try to plot meteorological data on different barometric pressure levels over a long period of time, nesting by for statements and reading of netCDF files will naturally increase. Therefore,

Python Tkinter notes (for myself)

# Widget __Frame__ Summary: Create a framework for storing widgets. __Label__ Summary: Display strings and images. __Message__ Summary: Display a multi-line string. __Button__ Summary: Make a

I made my own language. (1)

# I made my own language. Have you ever created your own language? e? is there? ,,,,,Oh yeah. wait! Don't browser back! Is it interesting? This article! ,,Yes. Thank you very much. Once again, thi

How to enable Read / Write of net.Conn with context with golang

## motivation If you try to read from the socket it may block, so I want to be able to cancel it with context. I would like to write the following code if possible, but I can not do it, so make a

Errors that often occur in django Part 1 About template.exceptions.TemplateDoesNotExist (Note)

template.exceptions.TemplateDoesNotExist It was an error I often encountered while studying django! The meaning is awesome [There is no template! ] Simple error The cause is ・ There is no templat

[Python] Python / Scikit-learn's first SVM

# Introduction When I touch Python, I often hear that there are a lot of machine learning libraries. I knew it existed, but I had never actually moved my hand. However, it seems easy to read [this

Golang mysql CREATE DATABASE IF NOT EXISTS

Hello! Golang is studying! This time we will create a DB and connect to it! I quickly found a method for connecting to a DB, but I had the impression that many articles created the DB manually.

How to display emoji on Manjaro Linux

```bash sudo pacman -S noto-fonts-emoji ```

[Python] I don't understand what I'm doing with table [key] [0] + = 1

# I don't know what I'm doing with table [key] [0] + = 1. While looking at someone else's notebook on Kaggle, I found the following statement: ``` import random import string import collections ac

Linux permissions

# [Linux permissions] ## Permissions (example: --rwx rw- r--) From the left ① The first is the file type (-: normal file, d: directory, l: symbolic link) ② The second is the permission for the us

[Image processing] Edge detection using Python and OpenCV makes Poo naked!

# Introduction Nice to meet you! My name is Yoshiki and I specialize in machine learning and deep learning at university! This time, I would like to explain about edge detection using Python and Ope

Conditional branch to learn from Milk Boy

# Introduction I couldn't help writing it because I was struck by the fact that the repetition of "-ya-na-ka" and "-cha-ya-na-ka" was easy to incorporate into the conditional branching of programming

Basic knowledge about Linux

# Overview I am studying programming as much as possible as an IT engineer, but I often see information that "you should know the basics of Linux". Certainly, when studying AWS, it is commonly used s

[Python] I thoroughly explained the theory and implementation of support vector machine (SVM)

# Introduction This time, I will summarize the theory about the support vector machine, which is one of the machine learning algorithms. I would appreciate it if you could get along with me. # Sup

Snippets (scraping) registered in Google Colaboratory

Beautifulsoup4 ## base ```python from urllib.parse import urljoin import requests from bs4 import BeautifulSoup url = "http://example.jp" headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10

How to use Mysql in python

## Introduction In this article, I will describe how to use Mysql as a method to visualize based on the data received by Yolo. I would like to make an article about how to use Mysql by referring to

Scraping Powerpoint (pptx) table

[List of open data evangelists](https://cio.go.jp/sites/default/files/uploads/) of [Open Data](https://cio.go.jp/policy-opendata) of the government CIO portal Scraping the pptx table in documents / o

I tried using ngrok

# Overview This is the third post for a new graduate. I had the opportunity to use ngrok and found it very convenient, so I will write how to use it. ngrok is a tool that allows you to access the s

Python3 Engineer Certification Basic Exam-I tried to solve the mock exam-

# About this article I wrote an article about what I learned in the Python 3 Engineer Certification Basic Exam. ## Exam outline Exam Name: Python 3 Engineer Certification Basic Exam Number of q

Comparison of Hungarian law and general-purpose solver for allocation problems

## what is this There was an article in "[Assignment problem, Hungarian law and integer programming problem](https://qiita.com/___monta___/items/8da13f2204b275fa705b)" that the general-purpose solve

[Kaggle] Classify colorectal cancer [fine tuning]

## Introduction [Learn while making! Development Deep Learning by PyTorch](https://www.amazon.co.jp/%E3%81%A4%E3%81%8F%E3%82%8A%E3%81%AA%E3%81%8C% E3% 82% 89% E5% AD% A6% E3% 81% B6% EF% BC% 81PyTorc

Linux main package management system

# [Linux main package management system] ## RPM format It is used in RedHat distributions such as RedHat Linux, Fedora Linux, and CentOS. Manage rpm packages using rpm and yum commands. ## Debian