Django shift creation feature

I added one user to create a shift table creation function, but suddenly I decided to implement sorting by display order. However, I got stuck here. I linked User and Profil with User, but I tried

Output the contents of ~ .xlsx in the folder to HTML with Python

# Thing you want to do When you have a lot of files created in Excel in a folder and you don't know which one, don't you feel like "it's tedious to look up one by one"? Therefore, only the head of a

[Golang] Go language basics What is Goroutine?

I studied goroutine today, so I will output it here! ## What is Goroutine? Goroutine is executed in parallel by specifying a function with a go statement! First, let's write an ordinary function.

Programming education game with SenseHAT

So, [again](https://qiita.com/atorii/items/e35212b2aae1c558c27c) I made a game, so I will post it. It's getting fun. I made a popular programming education game for children recently. That is to i

Make a parrot return LINE Bot on AWS Cloud9

## Introduction A memo to make a LINE Bot that returns parrots using `SAM Local` on AWS Cloud9 ## Diagram I will make this. ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.c

Sorting image files with Python (3)

## Preface [Last time](https://qiita.com/Since1967/items/659ec97624d67d8f8957), I have finished generating the file of the deletion target list. The contents of the file look like this. #### **`\T

Comparison of cloud speech recognition accuracy of 4 major companies

# I compared the voice recognition accuracy of Amazon, Google, IBM, Microsoft ――The audio data used this time is a recording of my research meeting (graduate school seminar) with AirPods. The number

Consideration for Python decorators of the type that passes variables

When developing with Python, I think that there are many cases where you want to put common processing before and after a function. In that case, the decorator (the one that annotates the line above

Generate API spec using GO / Gin gin-swagger

# Preface This article summarizes the insights for using the `gin-swagger` library to generate API specifications for Gin products. [gin-swagger repository link](https://github.com/swaggo/gin-swag

Get note information using Evernote SDK for Python 3

## Overview --Get Evernote note information using Evernote SDK for Python 3 --Environment: Python 3.8.5 + Evernote SDK for Python 3 (evernote3 package) 1.25.14 + macOS catalina ## About Evernote S

Take the value of SwitchBot thermo-hygrometer with Raspberry Pi

# Purpose As the title says. I fully refer to the following articles. Thank you very much. The code is almost the same, so if you point out, we will delete it immediately. > Log the value of Switch

Implement PyTorch + GPU with Docker

# Introduction Recently I finally started using Docker. With Docker, you can easily do deep learning on various PCs. # Environment (host) OS:Ubuntu 20.04 GPU:NVIDIA GeForce GTX 1080 # Install GPU

Supervised Learning 3 Hyperparameters and Tuning (2)

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

[CleanArchitecture with Python] Part2: Frameworks & Drivers Layer: Introducing the Web

In the previous Part 1, we made it as monolithic as possible. 1. ** Receive a POST request and save a note ** 2. ** Receive a GET request and refer to the saved memo ** We have prepared a memo

[Introduction to cx_Oracle] (17th) Date type handling

# Serial table of contents [Series: Introduction to cx_Oracle Table of Contents](https://qiita.com/nakaie/items/df170c3fa6895cf1b44d) # Verification environment --Using Oracle Cloud - Oracle Linux

Replace non-ASCII with regular expressions in Python

This article uses Python3. # code #### **`test.py`** ```py import re text = '''For those who have never experienced setbacks, A It means that I have never tried anything new. ヲ abc123!=*Z -Albe

(Python) I tried to analyze 1 million hands ~ I tried to estimate the number of AA ~

   Thank you for browsing. It is pbird yellow. This time, I estimated the number of AA appearances from 1 million hands. Specifically, we estimate how likely and how much AA will appear for an un

LINE heroku python

# Code recording ```python from flask import Flask, request, abort import os import vision as v import vision1 as v1 import base64 from linebot import ( LineBotApi, WebhookHandler ) from lineb

[Talking about the drawing structure of plotly] Dynamic visualization with plotly [python]

A story about understanding the structure of plotly # What is plotly plotly is a package that creates dynamic graphs that can be used in JavaScript, R, and Python. A dynamic graph is a graph t

Rotate sprites with OpenCV # 2 ~ Mastering cv2.warpAffine () ~

# Introduction The previous article "[Rotate sprites with OpenCV](https://qiita.com/mo256man/items/a32ddf5ddbaaf767d319)" couldn't be completed during the summer vacation, so I managed to break it up

Access Google Calendar from the iOS app

This time I would like to access Google Calendar from the iOS app through the Google Calenear API. Environment: Xcode 12.0, Swift 5 # Preparation First, go to [Google Cloud Platform](https://cons

[CleanArchitecture with Python] Apply CleanArchitecture step by step to a simple API and try to understand "what kind of change is strong" in the code base.

Click here for the final sample code of Clean Architecture using Python: https://github.com/y-tomimoto/CleanArchitecture/tree/master/part9 ``` app ├── application_business_rules │   ├── __init__.py

Summary of how to write .proto files used in gRPC

--In gRPC, data is exchanged by serializing in the Protocol Buffers format. --You can define the schema in the `.proto` file and generate code using the tool. Therefore, if this .proto file can be

Let's try Linux for the first time

I heard that Linux is a technology that can be used anywhere and that the basic skills of engineers will improve, so I tried Linux for the first time. I will introduce the flow that I started and wh

I tried to make a stopwatch using tkinter in python

I made a stopwatch with tkinter <img src="https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/277233/f74943af-266e-01c2-f2ee-f7caa1ec707e.png " width=50%> ## Constitution ``` ├── stop_watc

Instance Metadata Service Version 2 (IMDSv2): Setting and behavior check of Instance Metadata Service v2

Instance Metadata Service Version 2 (IMDSv2): Work memo for setting and behavior confirmation of Instance Metadata Service v2 # Contents of this article 1. What is Instance Metadata? 1. Reasons t

I tried to operate from Postman using Cisco Guest Shell as an API server

# Introduction Cisco Guest Shell is a Linux-based container environment that is separate from the host device (IOS-XE) and can automatically control IOS-XE settings using Python or the like. This t

How to create a Rest Api in Django

# Introduction Now that you've learned how to create a REST API in Django, to get a deeper understanding Further flesh out and output. __ I will omit the explanation of environment construction thi

What to do if you get a Cannot retrieve metalink for repository error in yum

# error contents What to do if the yum command stops working due to a metalink error When I type yum repolist all etc., I get the following error. ``` Cannot retrieve metalink for repository: epe

I made a falling block game with Sense HAT

I made a game with Raspberry Pi for kids. Also serves as Sense HAT practice. Upper half of [Cracks](https://ja.wikipedia.org/wiki/%E3%82%AF%E3%83%A9%E3%83%83%E3%82%AF%E3%82%B9) It's a game like. I