sphinx-quickstart got messy and I tried to create an alternative command and the stress disappeared

# Introduction Documenting is very convenient for sphinx. However, sphinx-quickstart basically only needs a return, I was wondering if I could do something a little more. The more you use sphinx,

What to do if Sort imports get stuck in VS Code's Python Extension (around 2020/09)

Sort imports never end ... ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/15627/aa312864-9815-c2d7-9a49-35696d415c7f.png) https://github.com/microsoft/vscode-python/issue

[Learning Python] How many seconds does it take to brute force a 4-digit passcode randint / for / time /

**Thing you want to do** When I was looking at my iPhone, I was wondering how long it would take to break the 4-digit passcode lock. A quick calculation shows that there should be 10000 combination

Bring files in Windows to WSL

It is a memorandum. Please comment if there is something wrong. usage environment Windows 10 home Ubuntu 20.04 on WSL I want to bring files handled by Windows to WSL. # 1 / mnt / just attach W

A memo about building a Django (Python) application with Docker

## Introduction * I wanted to learn Python and Django web frameworks, but I decided to launch them in a virtual environment because the environment construction was complicated. * Basically, it is a

[New employee studying] Let's summarize the Linux commands that are likely to be used for network construction from now on

This is Marlboro Double Burst, a new employee who is studying. I'm sad that the number of convenience stores I'm dealing with recently is decreasing, but I decided to leave an article because I want

Set public key authentication when connecting with SSH in Teraterm

# Introduction I didn't know much about the server, so I decided to rent a VPS server with "Sakura's VPS" and try it out. I didn't understand the mechanism and method of "public key authentication"

How to install zsh (with .zshrc customization)

I've been using fish for a long time, but now I've switched to zsh for a change! This time, I will write about ** how to install zsh ** and **. Customize zsh with zshrc **. # What you can do with t

[Python] How to call a c function from python (ctypes)

# How to call a c function from python (ctypes) There are several ways to call a c function from python, but this time I will explain how to use ctypes. I used windows as the execution environment.

[Introduction to simulation] Sine wave mass game ♬

I was addicted to this time as well. The following pendulum that came out on Twitter. [Wonder of Science @ wonderofscience](https://twitter.com/wonderofscience/status/1304014782253604867) Since e

Try all the latest seaborn APIs to improve your data visualization skills [Visualization Uncle, 2020/9 / 9-ver 0.11.0]

A new version of seaborn came out on September 9, 2020. This time, I will look back on the visualization while using such ver0.11.0. I would like to use all APIs with reference to the official s

I tried to find the trend of the number of ships in Tokyo Bay from satellite images.

# Overview From the satellite image obtained from the previous Google Earth Engine, we calculated the transition of the number of cars in the parking lot of Tokyo Disneyland. [I checked the usage s

[Fenwick_Tree] AtCoder Library-Reading with Green Coder-Implementation in Python-

# 0. Introduction [AtCoder](https://atcoder.jp/) Official Algorithm Collection [AtCoder Library](https://atcoder.jp/posts/517) (** ACL **) released on September 7, 2020 it was done. I thought it wa

Changes in qmail-remote.c to always use "email address specified in smtproutes" in RCPT TO: of qmail with smtp-auth patch.

### Preface It has been more than 15 years since the OB25 countermeasures started at the provider, but about two years ago, the mail server of the SMTP-AUTH compatible SUBMISSION port prepared with

Note ((1) csv.reader AttributeError, (2) get_sheet_by_name DeprecationWarning, (3) .delete_cols does not work)

・ Today's progress As a confirmation of the basic function, all the processing shown in the figure below can be performed. As usual, there are many small errors. ![image.png](https://qiita-image-st

Basics of Python x GIS (Part 3)

The first is <a href='https://qiita.com/chiefs_shio/items/ef86f89218865eb8bd4f'> here </a> Part 2 is <a herf='https://qiita.com/chiefs_shio/items/a5d1bfd88a2f811f8c54'> here </a> <a href='https://a

[python] Convert date to string

# Thing you want to do --Get the date and convert it to a string --Organized for frequent use in file names, etc. ## Library `datetime` ## Try converting from date to string #### Execution date -

Development memorandum ~ pandas, forecast, data structure ~

## Overview Recently, I have had the opportunity to automate my work. As for the content, --Use the gspread library to extract schedules on Google Sheets --Perform operations including simple aggr

Investigate django user management

Django originally has two ways to manage users. Reference: https://qiita.com/okoppe8/items/10ae61808dc3056f9c8e I'm currently investigating other things. Reference: https://blog.narito.ninja/de

Image processing by Python 100 knock # 1 channel replacement

## Introduction Hi, I'm Ramu. Suddenly, I belong to an image processing laboratory. In my laboratory, I have to teach my juniors about image processing methods in seminars from next month. To be h

Color the integration interval with matplotlib.pyplot

The function I used the other day when I wanted to color the area obtained by integrating the graph was convenient, so I will make a note of it. matplotlib.pyplot.fill_between# ``` matplotlib.pyplo

Access the C structure field with the name reserved in Go.

problem ===== I want to refer to the field named type, but I get the following error because it is reserved in Go. ```golang package main /* typedef struct { int type; } Struct; */ import "C" im

I tried using a library (common thread) that makes Python's threading package easier to use

I tried using a library (common thread) that makes the Python threading package easier to use. https://pypi.org/project/commonthread/ It's more accurate to try using it or to make it. ## Installati

Write python in Rstudio (reticulate)

Everyone of R user Hello. R is convenient, isn't it? R is convenient for using machine learning and various statistical methods, but sometimes I think "I want to write this in python !!". So, t

Source compile Apache2.4 + PHP7.4 with Raspberry Pi and build a web server --3. Use MySQL

# Assumptions and preparations ## Linux server building article -[Building a file server with Samba (CentOS 8.1 / openSUSE 15.1 / Ubuntu 20.04)](https://qiita.com/kazumi75kitty/items/4298795029ba9f6

Exam Mathematical Part 4 (Implementation of Problem paramter Estimate)

This is a continuation of [Test Mathematics Part 3 (3PL model optimization)](https://qiita.com/takuyakubo/items/9ec1d3e3a1ae7f1f7594). Last time, it was "Mathematical optimization of 3PL model". T

A brief summary of Python collections

# collection --A data type with many elements. It is used when combining multiple values. --There are two types. --Sequence type: Elements are ordered and accessible in order --Some can change the

Source compile Apache2.4 + PHP7.4 with Raspberry Pi and build a Web server --2 PHP introduction

# Assumptions and preparations ## Linux server building article -[Building a file server with Samba (CentOS 8.1 / openSUSE 15.1 / Ubuntu 20.04)](https://qiita.com/kazumi75kitty/items/4298795029ba9f6

Feature Engineering Traveling with Pokemon-Category Variables-

In machine learning, character string data such as category data cannot be included in the machine learning model unless it is converted to numerical data. Also, numerical data that is not an ordinal

Source compile Apache2.4 + PHP7.4 with Raspberry Pi and build a Web server ―― 1. Apache introduction

# Assumptions and preparations ## Linux server building article -[Building a file server with Samba (CentOS 8.1 / openSUSE 15.1 / Ubuntu 20.04)](https://qiita.com/kazumi75kitty/items/4298795029ba9f6