Notes on accessing SQS from AWS VPC Lambda via endpoint

# Conclusion The endpoint_url option is required when deploying Lambda in a VPC on AWS and using boto3 SQS via an endpoint. ```python import boto3 sqs = boto3.client("sqs", endpoint_url="https://sqs

Data analysis Titanic 1

[Aidemy](https://aidemy.net/) 2020/10/30 # 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

Speaking Japanese with OpenJtalk

I confirmed the same thing on Ubuntu 20.10. [Speak Japanese text with OpenJTalk + python](https://qiita.com/kkoba84/items/b828229c374a249965a9) The environment I confirmed ```text $ uname -a Linu

python learning

Even an infrastructure engineer like me who is not a development engineer in learning python I would like to recommend udemy's python course, which explains in a very easy-to-understand manner. In

How to solve the problem that video content cannot be played on Firefox for Linux

# Introduction I encountered a problem that video content such as Twitter could not be played on Firefox, which is installed by default when installing Ubuntu. Therefore, this time, I will describe

Image segmentation using U-net

The environment uses python3.7 and Tensorflow 2.1.1 with the following contents. # What is image segmentation? [VOC2012](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/) Let's look at an example of

[Python scraping] I tried google search top10 using Beautifulsoup & selenium

# Introduction When I was working on seo writing before, I was working on manually collecting the top10 urls and titles of search words. At that time, I was able to save a lot of work by using scr

[Google Maps API] Map is not displayed and becomes blank [Rails]

I would like to write it as a reference for those who are making a personally developed application and have a memorandum and a similar error. # error contents I'm making a personally developed app

Topic extraction of Japanese text 1 Basics

[Aidemy](https://aidemy.net/) 2020/10/30 # 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

Python learning (supplement)

A supplement to the python CSV module mentioned earlier. Honestly, you can understand it by document or google, Keep it as a memorandum If you want to open a CSV file and write it to another fil

Save screenshot of [Python] [Windows] screen as an image

### at first I needed to save a screenshot of the extended screen, so I wrote it simply. ### policy 1. 1. Speaking of screenshots, press the PrtSc key (PyAutoGUI) 2. Save clipboard contents (PIL)

Linux directory hierarchy

# [Linux directory hierarchy] We will learn from the basics in the basics toward acquiring LPIC1. The structure of the Linux directory hierarchy may vary slightly depending on the distribution. T

Stock Price Forecast 2 Chapter 2

[Aidemy](https://aidemy.net/) 2020/10/30 # 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

neo4j sandbox part 16

# Overview I tried sandbox with neo4j. I hit neo4j sandbox with python and tried to get the data of gist input. # Get node. ``` from neo4j import GraphDatabase, basic_auth driver = GraphDataba

Negative / Positive Analysis 3 Twitter Negative / Positive Analysis (2)

[Aidemy](https://aidemy.net/) 2020/10/30 # 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 "Aidem

Basic principles of image recognition technology (for beginners)

What is image recognition technology? Text recognition, face recognition, etc. are all applications of image recognition technology. However, this is all a basic application of image recognition te

Infer Custom Vision model with Raspberry Pi

# Introduction Make inferences on the Custom Vision model on the Raspberry Pi. # environment - Raspberry Pi 3 Model B --Raspbian Buster Full (released 2/7/2020) Raspbian (now Raspberry Pi OS) is

[PyTorch] Why you can treat an instance of CrossEntropyLoss () like a function

## Instance = function? ?? ?? ?? [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

Difference between SQLAlchemy flush () and commit ()

## I will explain how to use flush () and commit () properly when manipulating table records using SQLAlchemy, which is one of Python's O / R Mapper. Recently, I started using it at work and am lear

Try implementing the Monte Carlo method in Python

# Introduction Hello nice to meet. This time, I started writing with Qiita. Nice to meet you. Well, I don't know what the first article is, but I decided to write an article about how to implement th

Load a package created locally with Go Module

I started studying Go. I'm studying using books, but basically the version is old. Therefore, most of the files are not structured using Go Module. However, it seems that the trend will be to use

return errdetails on error with grpc-node

# return errdetails on error with grpc-node If you select node as the backend for gprc, I think the official grpc-node will be selected as the framework. https://github.com/grpc/grpc-node The norma

Reconstructing unstructured mesh in Open3D (Ball_Pivoting_Algo)

# Introduction As part of my research, I was looking for various ways to reconstruct unstructured meshes such as point cloud data, which is a big experimental aspect. It seems to be a library that i

JupyterLab Basic Setting 2 (pip) for data analysis

A JupyterLab setting procedure A base setting with minimum packages via pip Since I switched from jupyterlab-lsp to jupyterlab-kite, I updated the memorandum of JupyterLab basic settings by pip.

Stock Price Forecast 1 Chapter 1

[Aidemy](https://aidemy.net/) 2020/10/30 # 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

Replace the directory name and the file name in the directory together with a Linux command.

# The problem you want to solve There are multiple texts with the name `Hoge` in the directory` Hoge`. Here, I want to replace both the directory name and the file name with `hoge`. # Description o

(Python) Treat integer values as a set of flags

I implemented a Python class that treats integer values as a set of flags by treating each bit of the integer value as a flag. It seems to be rarely useful. ## Implementation ``` python class IntF

Introduction to Discrete Event Simulation Using Python # 1

# Introduction Systems such as factories, distribution centers, and stores that provide some kind of service to customers must function in an uncertain environment that includes probabilistic fluctu

Probably anyone can create an AWS console screen and build a step server, RDS (master / slave) environment in a multi-AZ environment.

I will introduce in great detail how to create a general configuration of VPC, bastion server, RDS on AWS from the console screen as shown in the image below with screenshots. ![03_eroge_release_db

[Automation with python! ] Part 1: Setting file

# At the beginning Hello, it is delicious. This article is the first of the implementation commentary articles [because I don't want to deal with people with dirty desktops](https://qiita.com/pn8128