How to embed multiple embeds in one message with Discord.py

# At first The content explained in this article is not particularly difficult, so it is a fairly simple explanation. Please note. We will use Webhooks this time, but I think that even people who ar

How to specify the launch browser for JupyterLab 3.0.0

# Introduction After upgrading the version of JupyterLab from 2.2.0 to 3.0.0, the startup browser specification did not work, so make a note of the solution. # environment - Python(3.7.6) - JupyterL

Algorithm power UP! Let's solve "ABC 103 D --Island War"

# What you can see by reading the article --Understanding the solution of the article author's "ABC 103 D --Island War" --Understanding the author's approach to the algorithm problem # This issue

I checked the distribution of the number of video views of "Flag-chan!" [Python] [Graph]

# Introduction I tried plotting the number of views in [Previous article](https://qiita.com/mypsychology0/items/7f5dace26c4c375754e5), but this time I was able to automatically create a dataset usin

Build Django + NGINX + PostgreSQL development environment with Docker

# Introduction If you prepare a language learning environment on your private PC, you can create a lot of garbage files after the learning environment is no longer needed, so it was difficult to pre

Build the fastest Django development environment with docker-compose

We have released a repository to easily build an environment of "Django + nginx + uwsgi + mysql" using docker-compose. [Public repository](https://github.com/mofumofutips/django-docker) You can e

Install Python venv --VSCode --GitHub integration environment on Mac

This is a record of installing Python venv --VSCode --GitHub integration environment on Mac. After trying to reinstall it, I generalized [Original article](https://qiita.com/toast-uz/items/d02842d26

Align multivalues ​​in Splunk (failed)

In the previous article, I couldn't sort the multi-values ​​so I couldn't arrange them, so I tried hard to make it, but I couldn't. But I will write halfway. 2020/1/19 https://github.com/gjanders/

Python callable type specification

Type specification of callable types (including lambda expressions) #### **`pyBTrade.py`** ```python #Callable object:func #Argument 1:int #Argument 2:float #Return value:str def test(func: Cal

I tried trimming efficiently with OpenCV

It is said that pre-processing of teacher data is important when doing machine learning. And when recognizing an object by image processing, you want to trim only the object you want to learn to eli

Aim to improve prediction accuracy with Kaggle / MNIST (2. Change filter size)

# wrap up -[Aiming to improve prediction accuracy with Kaggle / MNIST (1. Create CNN according to the tutorial)](https://qiita.com/satomshr/items/ba5b96e505741d2671fd) Aim to improve accuracy by incr

Get the value of a specific key in a list from the dictionary type in the list with Python

A note on the ** basics ** of Python: memo: I'm a Python amateur, so please kindly tell me if there are any mistakes. : penguin: ```python hashira = [{'Name': 'Yoshiyuki Tomioka', 'Kokyuu': 'water

Compare the scores of the M-1 Grand Prix in terms of deviation values

Did you watch last year's M-1 Grand Prix? Is that really a manzai? ?? I heard that the discussion was crowded on SNS or not. Aside from that, at the M-1 Grand Prix two years ago (2019), it became a h

[Python] Easy Google Translate app using Eel and Googletrans

# Introduction I made a Google Translate simple ver using the Googletrans API. Execution environment * Windows10 * Python3.8 * Eel 0.14.0 * Bootstrap4 * Vue.js 2.6.12 Apparently Eel does not sup

Go language environment construction

# What you need to build an environment Install Go, VisualStudioCode, Go extensions ### ❶ Install Go Go installed using homebrew ``` Open terminal Search for a terminal from spotlight and start it

Attempt to detect English spelling mistakes in python

A memorandum when trying to detect English spelling mistakes in python Library I tried this time - autocorrect - pyspellchecker - text blob library - pyenchant autocorrect > [https://pypi.pytho

Machine learning python code summary (updated from time to time)

# Machine learning python code summary ## Data split ``` #Holdout method from sklearn.model_selection import train_test_split X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2,

vim

# Study record Operation of vim 2021/1/4 ## What you studied --Let's operate vim with commands ## What are you studying based on -[Introduction to N Preparatory School Programming](https://www.nnn

youtube-dl extractor writing course 3/4

# happy New Year happy New Year. When I noticed that I was busy, it was over the year rather than the end of the year. I look forward to working with you again this year. # Continuation of the la

PySpark learning record ③ Recommendation overview + Collaborative filtering easily implemented with Spark ML

## Introduction In this article, I tried to implement a simple recommendation system using MovieLens data as an implementation practice of machine learning using PySpark following [the above](https:/

I tried to implement a recommendation system (content-based filtering)

# Introduction Of the recommendation system, I would like to implement <b> content-based filtering </b> that makes recommendations based only on item characteristics. (See <a href="https://qiita.com/

ElasticSearch + Kibana + Selenium + Python for SEO

# background# The superior's remark that "we will take SEO measures" asked us to create a batch that examines and visualizes the ranking of our company and competitors in Google search. I didn't eve

A story that stumbled when using pip in a proxy environment

I happened to have a chance to use Python at work, which I don't normally use at all. Since it is an environment under HTTP (s) proxy like a common company, I stumbled upon the introduction of the pa

LightGBM/XGBoost tree structure visualization memo

# Introduction A reminder when I tried dtreeviz and plot_tree because I wanted to visualize the tree structure of LightGBM and XGboost. # environment The executed environment is as follows. ```b

Use python's pixivpy to download all the works of the users you follow from pixiv at once (including moving) (Part 2)

# Introduction [Download all works of a specific user from pixiv at once using pixivpy of python (including moving)](https://qiita.com/yuki_2020/items/acad0a1e1939dccdde59) We've extended this furth

I want to analyze songs with Spotify API 1

# At the beginning Occasionally I wanted to do programming related to my hobby, so this time I tried to extract artist and song information using the spotify API. It was my first time to hit the API

Let's touch on the Go language

# What is Go language? ``` A programming language developed by Google in 2009 ``` Android application development and iOS application development are also possible By the way, the official name o

3. Natural language processing with Python 5-5. Emotion value analysis of Japanese sentences [Japanese evaluation polarity dictionary (words)]

* This is the third trial of the Japanese emotion value dictionary. * Continuing from the previous ["Japanese Evaluation Polar Dictionary (Noun Edition)"](https://qiita.com/y_itoh/items/4693bd8f64ac

Wagtail Recommendation (5) Let's add your own block to StreamField

# Introduction Among the fields provided by Wagtail, there is a field called `StreamField`, which allows you to combine multiple different blocks in any order to compose content. For example, it is

Power the brushless motor of Oriental motor

# Introduction Until now, I had only used a motor with a DC brush or a stepping motor, but I bought a brushless motor for stable high-speed rotation. I didn't have much information, so I bought a bru