AOJ Introduction to Programming Topic # 1, Topic # 2, Topic # 3, Topic # 4

# Topic # 1 [ITP1_1_A](https://onlinejudge.u-aizu.ac.jp/courses/lesson/2/ITP1/1/ITP1_1_A) Hello World #### **`Python`** ```python print("Hello World") ``` [ITP1_1_B](https://onlinejudge.u-aizu.ac.

Try running Amazon Timestream

# Introduction Amazon Timestream, a fully managed time series database, was released to the public on 9/30, so let's touch it. I've known the existence of time series databases for a long time, but

Easy setting of Firewalld in multi-zone

# Introduction The other day, I wrote an article "Allow ssh only for specific IP addresses with firewalld" (https://qiita.com/kimisyo/items/553d8879808834077fb1), but using the option -add-rich-rule

When you can't call base.html in Django

# What to do if you get angry with TemplateDoesNotExist by creating a common template in Django ###### It's a memo for myself because I'll forget it soon. ## Status --Create a templates directory di

AtCoderBeginnerContest180 Review & Summary

AtCoder ABC180 This is a summary of the AtCoder Beginner Contest 180 problems that took place on 2020-10-17 (Sat), starting with problem A and taking into account the considerations. The problem is

How to speed up instantiation of BeautifulSoup

It is the knowledge when the execution speed of [Image search bot](https://twitter.com/akomekagome/status/1319196876491517952) using BeautifulSoup is improved. I hope it will be helpful for those wh

[AWS Hands-on] Let's create a celebrity identification service with a serverless architecture!

# About this article -** This is a public release of the "AWS Hands-on" materials that were conducted outside of work for colleagues at the company. ** ** -** Using a serverless architecture, the co

Getting Started with Go Assembly

This article is a translation and addition of [Chapter I: A Primer on Go Assembly](https://github.com/teh-cmc/go-internals/blob/master/chapter1_assembly_primer/README.md). This article assumes the

Danger of mixing! ndarray and matrix

TL;DR `numpy.matrix` is [deprecated](https://numpy.org/doc/stable/reference/generated/numpy.matrix.html). Use the `numpy.ndarray` and the` @ `operators. # Introduction A while ago, when I wrote

Dive into the Django Custom command [1]

# Introduction This is the first article posted. I decided to start wanting to leave what I learned in a memorable way. Recently, I am studying with the motto of mastering django deeply. This art

Disk-related commands often used in Ubuntu (memories)

# Introduction I'm using ubuntu, and for backup, I often use disk-related commands such as connecting an external SSD to copy data and setting the database storage location to the secondary disk. S

Python learning memo for machine learning by Chainer Chapter 13 Neural network training ~ Chainer completed

What This is an article that summarizes what I noticed and researched when learning machine learning using Chainer. This time, we will study neural network training. It is written based on my under

Production Planning Optimization (OR-Tools)

# Introduction --I tried to create a program to optimize the production plan using Google's mathematical optimization tools (OR-Tools). - https://developers.google.com/optimization # Production pla

I tried scraping

Nice to meet you This is Nagamasa Yamada. I tried to make a program to look up words using scraping guys I did it with google colaboratory https://colab.research.google.com/notebooks/welcome.ipynb

PATH when using ANACONDA virtual environment with Pycharm (as of Mac 2020/10/03)

# Conclusion When creating a development environment with __Anaconda (Django / Python) + PyCharm__ in Mac environment, the Path for linking Anaconda virtual environment with Pycharm has changed (as o

I added a function to CPython (ternary operator)

# Introduction Here are the steps to add a ternary operator to CPython. This article uses Python 3.10. Please refer to [here](https://qiita.com/takashi-o/items/d557033179e8d879ac31) for the explanat

Use Jupyter Lab and Jupyter Notebook with EC2

I think that Jupyter Lab and Jupyter Notebook are often used for data analysis. You can run it locally for a little processing, but when you do heavy calculations, you often want to use a calculato

Understand the images of various matrix operations used in Keras (Tensorflow) with examples

# Introduction When you read the Keras code, you will come across various matrix operations. It is very difficult to read without knowing the contents of these operations. This time, I will share the

Yes / No confirmation without having to press ENTER

# Introduction Sometimes you want to check Yes / No while executing a script. If you want to delete something, or if you need to be careful and don't want to execute it unconditionally, you want to

[Rails] Displaying Google Maps using Google Maps API and searching routes between multiple points

# Introduction There are very few articles that can be used as a reference, and it was the most difficult part of creating a portfolio, so I wrote it because I thought it would be good to leave it as

A memo when face is detected with Python + OpenCV quickly

# table of contents [1. Preparing the virtual environment](# 1-Preparing the virtual environment) [2. Install openCV](# 2-Install openCV) [3. Face detection program preparation](# 3-Face detection

[Cyberduck] How to exchange files on Linux (CentOS7) started by VirtualBox with mac using GUI

[How to build a Jenkins server with a Docker container on CentOS 7 of VirtualBox and access the Jenkins server from a local PC] https://qiita.com/JUN_WEB_FREE/items/b1a817c03cdb19487a44 I created t

I tried follow management with Twitter API and Python (easy)

# Introduction Have you ever wondered if your account is missing follow-ups or if you don't follow back? This time, I implemented a program that can display all accounts in one follow (I wonder?) St

A python client application that downloads and deletes files from S3 by specifying a bucket

## Overview It was a hassle from the console when I wanted to get all the files from a particular bucket, so I made a tool that can get files at once by specifying a bucket. (Maybe it's already th

How to prepare Python development environment [Mac]

procedure - 1. Preparation to start building the environment 2. Check the environment 3. Install Homebrew 4. Install pyenv 5. Python installation <br> <br> Preparing to start building the envi

Save the Pydrive authentication file in a different directory from the script

## Conclusion If you want to save the Pydrive authentication file in a different directory from the script, write as follows. ```py from pydrive.auth import GoogleAuth from pydrive.drive import Goo

[linux] kill command to kill the process

# What is the kill command? A command to terminate the process with the specified process ID. ```ruby $kill process number (PID) ``` ## How to use 1. Execute the following command to find out the

Python learning day 4

# Aggregate the contents of csv with Python ### Purpose: Because the data acquired by scraping in the future was converted to csv, and the data was formatted and analyzed. #### What to do this time: D

Link the mouse to the gyro of the Nintendo Switch Procon

# at first I wanted to operate Splatoon 2 of Nintendo Switch with a mouse. In the streets, converters that can move the Nintendo switch with a mouse are already on the market. However, commercial c

Re-examined Linux PBR

# What is PBR? Often written as Policy Base Routing or Policy-Based Routing. (Is the latter a Cisco system?) In this article, I will write about Linux PBR, but if you want to know about Cisco PBR,