[Linux convenient command] Try to insert vivid
## environment  ## Overview Last time, when I was looking at the author's github at the timing when I put the bat, I will put something ca
I want to convert an ISO-8601 character string to Japan time
# I want to convert an ISO-8601 character string to Japan time `2020-09-25T18:00:00Z` → `2020-09-26 03:00:00` # Program in python I don't think I need such a long program by any means ... ```pyth
[Linux convenient command] Try inserting bat
## environment  ## Overview https://qiita.com/navitime_tech/items/c249269a3b47666c784b I decided to put in more and more useful things by
Generate a Pre-Signed URL with golang
I wrote the code to issue PreSignedUrl in Golang, so I will leave it. ```golang package main import ( "context" "fmt" "time" "os" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-
Deploy the Django tutorial to IIS ①
## Introduction I'll keep a reminder of how I ran the Django tutorial on IIS on Windows 10. ### Reference article [Creating your first Django app, part 1](https://docs.djangoproject.com/ja/3.0/int
AtCoder cheat sheet in python (for myself)
# Purpose If you don't make a cheat sheet, it's getting tougher, so for organizing. In c ++, it seems that the code is well known, but python seems to have an implicit wisdom-like writing style. L
Draft Gmail in Python
<b> Created on September 26, 2020. </ b> ## environment ``` Windows10 home Python 3.8.3 google-auth-oauthlib 0.4.1 google-api-python-client 1.12.2 ``` ## Thing you want to do I want to run Python
Export and output files in Python
### Manipulate files in Python. It's easy, but it's the code for manipulating files. I think it's the recognition of creating directory files and managing front-end and back-end files. Is it right?
[Python-pptx] Output PowerPoint font information to csv with python
# background A PowerPoint document Review pointed out that some fonts were incorrect. Check and correct one by one which fonts are different on slides of 100 pages or more. I didn't want to do it b
Transit to the update screen with the Django a tag
We will implement transitioning from the schedule being edited to the update screen and returning to the variant screen. First of all, I will link with the time of the day in the schedule table as
Image processing with Python 100 knocks # 7 Average pooling
## Introduction Hi, I'm Ramu. This time, even in the pooling process, which is a method of dividing the image into grids, we will implement the average pooling with the average value in the area as
Save images on the web to Drive with Python (Colab)
This is the code to save the photo below to the drive. https://www.pakutaso.com/shared/img/thumb/nyannko458A3685_TP_V.jpg  Break through in 1 minute. Just write. ```python K = int(input()) print('ACL' * K) ``
Golang environment construction
This article is a memorandum for Go beginners. ## environment OS: Mac Catalina Shell: Zsh ## Install Go #### Install Go with homebrew ```sh brew install go ``` #### Check if the installation is
Pokemon machine learning Nth decoction
# Introduction I wanted to do machine learning, so I chose "Pokemon". Since the race value of Pokemon is fixed for each Pokemon, I thought it was a jewel box of data. However, this time it is a <
Beginners use Python for web scraping (4) ―― 1
This time, we aim to put the scraping program of [previous](https://qiita.com/inoken0926/items/65be0fabee0752d02658) on the cloud and execute it automatically, but first, put the test PGM on the clou
[Golang] Basics of Go language About value receiver and pointer receiver
This time we'll talk about Go language value receivers and pointer receivers! After this article, please read [this article](https://qiita.com/Kiyo_Karl2/items/752c3619240a293a7c0a) to get a better
Memorandum (in openpyxl ① copy and paste from another book ② refer to the comparison table)
# Overview The second step in the previous article, "Add setting 1 / setting 2 to each row using the comparison table in Table 1" was implemented for the time being, so I will summarize it. https://q
Docker MongoDB mongo-express
# I want to use MongoDB with Docker I don't want to download the database to a local environment such as Mac when developing an app, so I use a container management tool called Docker. Because the tr
Let's activate the camera and apply a mosaic to the human face (OpenCV)
# 1.First of all Hello everyone! This time, using python and OpenCV, I created a program that can start the camera and write a mosaic on a human face in real time. Maybe someone else has already wri
I want to make a web application using React and Python flask
# Introduction Since I started to be involved in front development with React at work, I created a simple web application that also serves as an output practice. I couldn't think of any idea what
Linux file server construction (Ubuntu & Samba)
I installed Linux (Ubuntu 20.04.1) on Windows using virtualbox, so I tried to build a file server. It is a memo of. ### Create a shared directory ``` $sudo mkdir /home/share $sudo chmod 0777 /home/
I want to use Mac / emacs key bindings (keyboard shortcuts) on Ubuntu xkeysnail recommendations
[Xkeysnail](https://qiita.com/mooz@github/items/c5f25f27847333dd0b37) that can convert keyboard shortcuts is wonderful, so let's use it. On Mac, you can use `Ctrl + a` to move to the beginning of
Highlight Python user function calls in Visual Studio Code (vscode) Default Dark + theme
# Introduction Since the function name and argument name when calling the user function of the Python program (* .py) were not highlighted in the default theme (Default Dark +) of Visual Studio Code
[High School Information Department Information I / Information II] Summary of teaching materials for teacher training by python
# Introduction In the common subject "Information" of the new high school curriculum guidelines, "Information I" is defined as a compulsory subject and "Information II" is defined as an elective sub
An amateur made his own game AI from scratch in a free study during summer vacation
# 0. Introduction This is a record of a third-year college student who had completely zero knowledge about reinforcement learning until one month ago (nearly zero knowledge about machine learning un
I made a weather forecast bot-like with Python.
# I made a weather forecast bot-like with Python. As the title suggests, I made a weather forecast bot-like with Python (not a bot). I was thinking "I wish I could send it on LINE" because I was tir
Use instance method and class method properly
# Use instance method and class method properly This time, I will write about how to use instance methods and class methods properly. # Instance method #### Use when you want to control the behavior
Django shift table requires total daily working hours, overtime is overwritten
Looking at the shift table I am currently using, I checked whether it was necessary because there were working hours every day, and when the administrator was creating it, I heard that total time was