Implementation of DB administrator screen by Flask-Admin and Flask-Login
# Introduction To implement something like Django's admin screen with Flask, it's convenient to use a library called Flask-Admin. However, if you just use Flask-Admin as it is, you can enter the adm
HHKB Programming Contest 2020 Review
# This time's results  # Impressions of this ti
Regular expression in Python
The source code is as follows. ```python import re string = "0" result = re.fullmatch(r'0|1|2', string) if result: print("Match!") else: print("Not Match") ``` The execution result is a
[Python] About standard input
Describe what you have learned about acquiring standard input ## Enter N lines ```python 【input】 afd agdp hj 【output】 afd agdp hj for a in range(3): c = input() print(c) ``` ## Input of
Open the file with the default app
In a command line environment, you may want to open a file in the current directory with the platform's default app. I tried to find out how to do it on each platform. Linux ``` $ xdg-open filenam
NTP (Chrony) installation method (CentOS8)
### Introduction Network Time Protocol (NTP) is a network protocol for synchronizing time with a remote Internet time server. Chrony is an implementation of NTP that replaces the old Ntpd used in e
Read Normal Linux Programming (Part 1 Only)
I will rewrite it later because it is summarized roughly. # Part 0 --The world of Linux is made up of three concepts. --File system --Process --Stream # Part 1 Linux basic terminology ## Ch
[wxpython] How to use wx.lib.plot basic & time axis
# Introduction This is the first post! I look forward to working with you! There is an opportunity to draw a graph in real time in the GUI, and it is a summary at that time. Since the GUI used wxp
Until we created a mechanism to upload files shared in Slack to Google Drive without a server
# Introduction In response to an internal request, we have developed a completely serverless Slack app that allows you to easily upload files shared to Slack to Google Drive. "Organize requirements"
How to set up Ubuntu for Windows Subsystem for Linux 2 (WSL2)
# Overview I will summarize the settings made on Ubuntu of Windows Subsystem for Linux (WSL) as a memorandum. # Premise Windows 10 version 2004 and above ### Confirmation method 1. Start "Run" wit
Executing a large number of Python3 Executor.submit may consume a lot of memory
Referenced: https://www.bettercodebytes.com/theadpoolexecutor-with-a-bounded-queue-in-python/ Overview ---------- You can adjust the degree of parallelism by specifying max_workers in the Execut
I tried hitting the Qiita API from go
## Introduction With a sense of mission to study the Go language, I decided to play with it. golang + Qiita API ### environment ・ Go version go1.13 darwin / amd64 ### URI and function |Path |HTT
'pip' is not recognized as an internal or external command, operable program or batch file.
# environment
I want to tweet on Twitter with Python, but I'm addicted to it
When I heard that I wanted to tweet on Twitter automatically, I tried to make it a little, but I was addicted to it # Missing CONSUMER_KEY If you look at various sites and search, there are 4 item
Find the difference in Python
``` import random def main(): # rnd = random.randint(50, 100) # rnd = random.random() count = 0 postions = [] problem = "" A = "Nu" B = "Me" for x in range(1, 11)
Natural Language: GPT --Japanese Generative Pretraining Transformer
# Target I tried GPT using Microsoft Cognitive Toolkit (CNTK). Have a Japanese corpus ready for training. It is assumed that you have NVIDIA GPU CUDA installed. # Introduction This time, I prepa
What is a terminal?
# Terminal description ** Terminal is a tool that can give commands to a PC. A tool called command line is required to execute environment construction. The command line installed by default on you
Why use linux
# Introduction Hi, this is isso0424. This article is a metamorphosis article that wants to promote Linux missions. please come if you have interest. # What is Linux? First of all, some people may
Summary of basic implementation by PyTorch
# 0. Introduction In this article, I will write down the basic implementation using PyTorch (also as a memorandum). Take the classification of CIFAR10 (color image classification set) as an example.
goland and Docker settings
# This is a summary of reference articles for people who use goland. ## Use Docker with Goland [Docker-Official Help | GoLand](https://pleiades.io/help/go/docker.html#using-docker-compose) Official
optuna, keras and titanic
# Introduction For studying machine learning and Bayesian optimization, I tried to score k, kaggle's tutorial-like competition "Titanic: Machine Learning from Disaster" with a neural network. For hi
Unsupervised learning 2 non-hierarchical clustering
[Aidemy](https://aidemy.net/) 2020/10/29 # 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
I like Python's comprehension, so I compared it with map
## Introduction Hello, this is mana binding. There is no doubt that it is a versatile, readable and wonderful grammar among the notations of programming languages with many inclusions in Python (it i
What I learned by implementing how to create a Default Box for SSD
# I tried to analyze how to create a Default Box for SSD A few months ago, I was a little worried about the lack of knowledge about SSD (Single Shot Multibox Detector), so I decided to build my SSD
Get Google Fit API data in Python
## Overview You need to use OAuth2 to get data with the Google Fit API. It is convenient to use google-api-python-client when retrieving data using OAuth2. The method to get the data using google-a
Golang error and panic
The art of programing It is often the case that there are many error blocks in the business logic. For example, call the following functions in sequence ``` go func first() error {return nil} func
[Beginner] [Python / Django] A fledgling web engineer tried a Django tutorial-Part 6-
# Introduction Nice to meet you, everyone. I'm going to publish a memorandum of the process of creating a voting (poll) application using Django. Since I am a beginner of Qiita, please understand
How to create / delete symbolic links
It's a pity, but it's my memorandum because I always forget it: point_up: I separate images and display them using symbolic links. I'm glad if you can use it as a reference. Please point out any mi
Basic flow of anomaly detection
## 1. Pretreatment Use Kaggle's Credit Card Fraud Detection. ```python import numpy as np import pandas as pd import os import matplotlib.pyplot as plt import seaborn as sns import matplotlib as mpl
I'm tired of Python, so I tried to analyze the data with nehan (I want to go live even with corona sickness-Part 2)
## greeting Hello, this is sunfish. ** "Twtter x Corona" ** We will continue to analyze. [Part 1](https://qiita.com/nehan_io/items/a24efef4ad99e5739579) morphologically analyzed the tweet text and