Convert PDF of Kumamoto Prefecture Go To EAT member store list to CSV

Convert PDF of member store list of [GoToEat Campaign Kumamoto](https://gotoeat-kumamoto.jp/) to CSV # command ```shell wget https://gotoeat-kumamoto.jp/pdf/shoplist.pdf -O data.pdf apt install pyt

Overview of Docker (for beginners)

# Introduction Docker is a technology introduced by many IT development companies. Many of those who aim to become engineers will use it in the future, so I will briefly summarize what I learned. #

Sample to draw a simple clock using ebiten

# A program that just draws a simple clock A sample that draws a clock using a game engine called [ebiten](https://github.com/hajimehoshi/ebiten) ![時計のイメージ](https://qiita-image-store.s3.ap-northea

[PyTorch Tutorial ⑦] Visualizing Models, Data, And Training With Tensorboard

# Introduction This is the 7th installment of PyTorch [Official Tutorial](https://pytorch.org/tutorials/) following [Last time](https://qiita.com/sudominoru/items/db8529ef7f0fd7127faa). This time, w

Frequently used Linux commands (for beginners)

# Introduction Linux is an operating system used all over the world. Linux commands are also used on Mac, so I would like to summarize frequently used commands once. # Linux command introduced this

[Ossan who is over 50 years old] Until he made the first WEB application in his life. (Deep learning)

Nice to meet you. It's an old man who has passed 50! No programming skills! !! I have no programming experience, so I just want to make a vague "WEB application"! I had such a feeling. I h

Registered contents for each screen operation are linked to another system in chronological order via Firestore.

# Assumed reader ――I know about GCP. -I have used [Firestore](https://cloud.google.com/firestore?hl=ja) (or [Datastore](https://cloud.google.com/datastore?hl=ja)) .. I don't know what it is. --Gola

Stop sign detection Development of visualization part part4 When an object is detected, it is notified by voice using socket communication (multiple volumes)

## Until last time Last time, I wrote a program to notify by voice when a chair is detected by focusing on the smartphone. However, even if something other than a book is detected, it was not possibl

Make a Yes No Popup with Kivy

# Overview I wanted a dialog to ask yes / no, so I made it in a form that is easy to use. ![Demo](https://github.com/Take-Me1010/Yes-No-Popup/blob/main/image/demo.JPG?raw=true) # code I also put i

Recommender system using matrix factorization [Unsupervised learning with python Chapter 10]

## What to do in this article **-Introducing a recommender system using movie datasets --Implementation of movie evaluation prediction system using matrix factorization ** ## Introduction Last t

[Python] A function that aligns the width by inserting a space in text that has both full-width and half-width characters.

## Introduction I was writing a program to get a list of headlines and URLs from the Yahoo News site and display each item in one line, but I had a little trouble aligning the URL columns neatly, so

What to do when "cannot import name xxx" [Python]

# Introduction For some reason, there was a bug (ʻImportError: cannot import name'convert'`) that broke as follows at the import stage, so I will explain how to deal with it. This article talks abou

[Python] Dealing with multiple call errors in ray.init

# environment python # Error that occurred `(ignore_reinit_error=True), RuntimeError: Maybe you called ray.init twice by accident? This error can be suppressed by passing in 'ignore_reinit_error=Tru

Python basics

Basic knowledge of Python. This is my study memo. Please do not excessive expectations. Basic knowledge - -The extension of the Python program file is `py` 例:××××.py When using IDLE - ・

Encrypt ACME on Alibaba Cloud: Build an ACME request and sign the JWS payload

In this multi-part article, you'll learn how to use the Let's Encrypt ACME version 2 API with ** Python ** for ** SSL certificates **. * This blog is a translation from the English version. The ori

Sort post data in reverse order with Django's ListView

## environment -Python: 3.8.5 ・ Django: 3.1.2 ・ Virtual environment: venv ・ Editor: Pycharm ## things to do ・ I want to reverse the order of postings with a bulletin board application that all

Name identification using python

### Means of name identification Use the Levenshtein distance. "Levenshtein distance" is also known as "editing distance" It is the minimum number of steps required to transform one character strin

Create a function to get the contents of the database in Go

I'm going to write about a function that takes all the desired content from the database. I already have something in the database [Make an interface {} variable an argument of a function with a fi

Stop sign detection Development of visualization part part5 Display what was detected when an object was detected

## Until last time The functions implemented last time are as follows. When an object is detected on Yolov5 ➡ Socket communication is performed. ➡ Sound is played when socket communication is receiv

Hash chain I wanted to avoid (1)

Good evening (* ´ω `) The title had a voice of my heart (laughs) I think it was difficult for people studying for the first time, including myself, to have an image. Make it as easy to understand

Module import and exception handling in python

### Creating an environment for importing Python modules 1. Make a Derrek Lee package in the main folder 2. Create a directory folder and files in the directory package. Be sure to create __init__.

[Basic] Unify everything from tabulation to dashboard creation! Data visualization application development with Python and Dash ~ Overview of Dash, environment construction, sample execution ~

This article was created on October 16, 2020. ![サムネイル.jpg](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/790578/6fa47e8c-9fd6-197f-05ed-d0eb85c26d24.jpeg) # Introduction I'm Imai f

[Python] I tried to summarize the array, dictionary generation method, loop method, list comprehension notation

I tried to summarize the python array, dictionary generation method, and loop method. When learning a new language, I would like to suppress the arrangement, dictionary generation method, and loop m

A story that I wanted to do a function like before_action used in rails with django [Beginner learns python with a reference book]

## Introduction [Takashi Otaka, "Learning by Moving! Introduction to Python Django Development"](https://www.amazon.co.jp/dp/B07YY5RDPC/ref=cm_sw_r_tw_dp_U_x_TCsYEbRH6SF0V) I'm a beginner who starte

ODBC access to SQL Server from Linux with Python

# Introduction I wonder if there are other uses besides machine learning. .. .. It's a niche. .. While thinking, I will explain how to connect to Microsoft SQL Server from Linux via ODBC. Let's run

Try implementing gRPC structured logs easily and simply with grpc_zap

# Introduction We have adopted gRPC within the team and are proceeding with development, There are still few articles in Japanese, especially detailed articles on log implementation. It was hard to

Offline installation procedure for openpyxl

I did it, so make a note. # Prerequisites - Windows 10 64bit - Python 3.8.0 # Things necessary Download the latest version below in advance from [pypi.org](https://pypi.org/) |name|format|Remark

Embed a Python interpreter into a C ++ app with pybind11 + cmake

From some time ago, it was possible to easily embed a python interpreter and build an exe with pybind11. https://pybind11.readthedocs.io/en/stable/advanced/embedding.html This is useful for progra

os.path.splitext

os.path.splitext is a command that divides the argument into before "." And after ".". It is used when extracting the extension of a file. ```python import os print(os.path.splitext('sample.txt') ``

Variable naming anti-patterns that beginners tend to do

## Introduction As you know, Python is popular as a language with a low threshold even for programming beginners because of its ease of writing, and there are many people who say that "Python is the