Learn with Splatoon nervous breakdown! Graph theory
# Introduction Introducing the knowledge of graph theory used in [Splatoon Nervous Weakness](https://guglilac.pythonanywhere.com/) made as a hobby, and how the algorithm of graph theory is applied t
python x tensoflow x image face recognition
* This article is in the process of being described. 【Target】 -Read the image file in the windows environment and recognize the human face. 【environment】 OS:windows10/CPU:x64 i7-9750/MEM:16GB Vi
Create a score ranking from JFL match results
# Scraping ```python import time import unicodedata from urllib.parse import urljoin import re import requests from bs4 import BeautifulSoup def cleaning(info, team, html): result = [] fo
Hello World in GO language
# Introduction From now on, I would like to summarize what I did as a memorandum when learning the GO language. There are quite a few things I want to try using the GO language, so I'm studying from
Cannot import cv2 (libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory)
``` apt-get update ``` After ``` apt-get install libgtk2.0 ``` I solved it with. The environment is ubuntu18 (Docker).
2nd AI Implementation Test Class A Pass Experience
I have successfully passed the 2nd AI Implementation Test Class A (implemented on September 26, 2020), so I will leave a record of my experience! It's my own experience, so don't be afraid. The sc
Kaggle House Prices ② ~ Model Creation ~
Create a model using the features created below. [Kaggle House Prices ① ~ Feature Engineering ~](https://qiita.com/jun-16/items/bfb15b7b5ccfed4156e8) ## Loading the library ```py import numpy as np
Python encoding
Do you know what the code below outputs? ```python import base64 text = 'abc' print([ch for ch in text]) print([ch for ch in text.encode()]) print([ch for ch in base64.b64encode(text.encode())])
Socket communication by C language and Python
C This is a sample program for socket communication in C language. Here, for the experiment, I am trying to connect from the client to the loopback address 127.0.0.1 so that I can do it on one com
How to use python-kabusapi
# Overview [Last time](https://qiita.com/shirasublue/items/16ff9d1fea54b0ef648e), kabu Station® API --I created a Python wrapper for REST API, but I will explain how to use it easily. Also, enter t
Python beginners touch Pytorch (2)
In this article, I will write a continuation of the previous article "[Python beginners touch Pytorch (1)](https://qiita.com/You-saku/items/be59a33b532c90f6b9ea)". <h1> 1. Differentiate with Pytorc
I tried to build a super-resolution method / SRCNN ②
# Overview Continuing from the previous session. It is part2. Click here for the previous link (part1) → https://t.co/CpVUj7CiHo?amp=1 Last time: [I tried to build a super-resolution method / SRCNN
Python: Find the required plate thickness for the limit buckling pressure of the exposed tube by the Brent method
Continuing, I will upload another example of numerical calculation by the Brent method, which I am making when necessary. "Python is convenient!" The limit buckling pressure of the exposed penstock
[Go language] Collect and save Vtuber images using Twitter API
# Introduction I want to save a picture of my favorite person ... Currently, painters are posting various images on Twitter. I often look at the picture of Vtuber, but I thought it was good, I w
I want to stop the automatic deletion of the tmp area with RHEL7
(Past correspondence memo) I want to prevent the bottom of / tmp from being deleted without permission. Tmpwatch is missing from RHEL7. It seems that systemd-tmpfiles-clean.timer is cleaning the
python standard virtual environment venv
# Prerequisite environment * Windows10 64bit * python3.8.2 venv * [python official website](https://docs.python.org/ja/dev/tutorial/venv.html) A virtual environment that has been installed as s
AtCoder Regular Contest 104 Review
# This time's results  # Impressions of this ti
Python: Calculate the uniform flow depth of a rectangular cross section using the Brent method
In the unequal flow calculation program (normal flow calculation) introduced earlier, it is necessary to specify the water level at the downstream end association, and the equal flow depth is used fo
Run a python script from excel (using xlwings)
# Introduction I would like to summarize the template creation of a script that executes Python code by placing an execute button in Excel and pressing it. Here we use xlwings quickstart. # environ
Codeforces Round # 609 (Div. 2) Bacha Review (10/6)
# This time's results  # Impressions of this t
PGM that automatically creates a walking route
<h2> PGM <h2> that automatically creates a walking route <p> I made a PGM that automatically creates a walking route with python. As a procedure for deciding a walk, create an image file in which i
How to use Spacy Japanese model in Google Colaboratory
The natural language processing library `Spacy` officially supports Japanese in 2.2.3. »Reference: [What ’s New in v2.3](https://spacy.io/usage/v2-3) So, I decided to use Spacy, which supports J
gist cellebrite santoku-linux nowsecure mobile forensics
https://gist.github.com/bubbadestroy
A simple way to launch Jupyter Notebook / Lab and set a password
# Introduction Qiita has already mentioned how to set a password for Jupyter, but I wish it was simply written as "There is no doubt if you do it this way. It's easy and secure." I hope it will be
From white mask to monster mask, development description of serverless LINE photo processing application on AWS
# 0. Introduction Nice to meet you, I'm Pong from China. I am a new engineer working at Nomura Research Institute. I'm still not good at Japanese, so please forgive me if you get strange Japanese.
3. Natural language processing with Python 2-2. Co-occurrence network [mecab-ipadic-NEologd]
* ** mecab-ipadic-NEologd ** is a customized dictionary that complements the standard MeCab dictionary. * Words have been added from many language resources on the Web, and ** supports new words, c
Operate Filemaker from Python
I tried to operate Filemaker using Python. # environment server windows server 2012 R2 Filemaker server 17 client windows 10 pro office 2016 Python 3.8.1 Pycharm Community Edition 2020.2 # Thin
Data acquisition using python googlemap api
# Overview It is a memorandum of data acquisition using google api with python. Note that the structure of the acquired data was difficult to understand. From api key acquisition to scraping was d
Use raspberryPi and julius (speech recognition). ① Microphone edition
# Related article [Use raspberryPi and julus (speech recognition). ① Microphone](https://qiita.com/chiapis2/items/347a9b422706c2d8ebe2) [Use julius (speech recognition) on raspberry Pi. ② Installati
Get reviews with python googlemap api
# Overview The ultimate goal is to create a website that ranks scraped stores with reference to word of mouth. This is a continuation of the previous time ([Data acquisition using python googlemap