Precautions when using OpenCV from Power Automate Desktop
# Overview After performing GCP Text Detection using Power Automate Desktop (PAD), I tried mosaic processing the characters in the image with Python's OpenCV. It is a point to note at that time. ![
[Spotify API] Looking back on 2020 with playlists --Part.1 Acquisition of playlist data
## Introduction In 2020, Spotify released a function "# 2020WRAPPED" that evaluates "most listened songs" in a story format. The Spotify API returns the analyzed musical parameters for each song.
Implement Twitter, Google, and email logins.
These technologies make it easy to implement. ## Implemented by yourself (Twitter, Google) Let's implement Twitter login with PHP https://dotinstall.com/lessons/tw_connect_php_v3#!lessons Let's
When Html cannot be output with Jupyter Notebook
--It seems that it is better to set the version of nbconvert to less than 6, for example 5.6.1. ```shell conda install "nbconvert=5.6.1" ``` ## reference - https://github.com/ipython-contrib/jupy
Randomly play the movie on ChromeCast for a certain period of time
ChromeCast will randomly show the photos stored in Google Photos, so I'm happy to have a memory story with my family. However, since only the photos are shown, I was wondering if I could somehow play
Extract text from PowerPoint with Python! (Compatible with tables)
## About this article When sending the minutes of a meeting by e-mail, I sometimes wanted only the letters on the slide, so I wrote a little code. It was a little troublesome to extract the characte
Use optinal type-like in Go language
# Introduction I'm using the go language and I'm having trouble using optional. Since it is not enough to include the library, I wrote it with reference to the following code. Reference https://git
Power BI visualization of Salesforce data entirely in Python
 # Overview Both Salesforce and Power BI are craftsmanship, and I think that
Open a ZIP created on Windows in Linux
# Open a ZIP created on Windows in Linux ZIP files created in Windows often have the character code SJIS, and if they are unzipped as they are, they will be garbled. ```bash unzip -Ocp932 zipfile.z
Solution if MySQL cannot start
Did you mess with "/etc/my.cnf"? Didn't you feel like this? ``` sudo vim /etc/my.cnf ``` I couldn't log in to MySQL for a while because of this (or my own). It seems that the part written in the
A story about a beginner making a VTuber notification bot from scratch in Python
# Introduction #### Self-introduction Nice to meet you. My name is Yourein. Since it is a self-introduction, I will post various things below. > Birthplace: Hokkaido (still resident) > Who are you
[Windows] Cause and solution of NotImplementedError when using asyncio.create_subprocess_shell () with Fast API
environment: Windows10 Python 3.8.2 Fastapi 0.63.0 uvicorn 0.13.2 #### **`app.py`** ```python import asyncio from fastapi import FastAPI app = FastAPI() @app.get("/") async def test(): pro
I'm not sure, but I feel like I understand Deep Learning (I tried Deep Learning from scratch)
# Introduction During the holidays of GW, I suddenly thought about ["Deep Learning from scratch-Theory and implementation of deep learning learned with Python"](https://www.oreilly.co.jp/books/97848
Installation method using the pip command of the Python package (library) Mac environment
Hello, this is Kaoru. This time, we will build a Python environment using the GUI tool [PyCharm]. PyCharm is a Python integrated development environment. By mastering these tools rather than co
How many bytes of files can be placed on a 50M disk?
# TL; DR Let's consider the physical capacity, effective capacity, and user capacity separately. If you're not good at it, you may only be able to store about 840M of data on a 1000G physical disk!
[Latest version] Play YouTube videos on discord.py!
# At first I'm writing an article in MarkDown for the first time, so I think there are various strange parts, but I hope you can see it with warm eyes (; ´Д `) Please let me know if you have any cor
Introduction to Simple Regression Analysis with Python (Comparison of 6 Libraries of Numerical Calculation/Computer Algebra System)
# Overview When you want to do ** simple regression analysis ** in Python, that is, when you want to find a regression line **, there are several libraries that can easily do that. Here, the regress
[Competition Pro] How much water does this mountain collect? (2D, 3D)
Suddenly, how much water do you think this mountain will collect? <img src="https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/470270/ee15bc19-0338-36ff-4f24-67fcfc385582.png " width=500>
Statistical interpretation of Anigasaki character turn time
# background Last week, Nijigasaki Gakuen School Idol Club TV Anime ** 1st Season ** ended, and I was watching the impressions and discoveries of other otaku on Twitter and threads, but I got an inte
Yes, let's make a Minecraft server (Oracle Linux + Spigot + Geyser)
[I tried to set up Bedrock Server in the previous post](https://qiita.com/AnaKutsu/items/cab478fa876e1e08ffe5), but when I thought about it, I thought that Mac people could not participate, so I swit
A tool that seems to grow explosively when a fledgling engineer knows [Mixed]
# Synopsis I have accumulated some knowledge, so I will output it. I've put together a tool that "makes your eyes sparkle" when you see it seven years ago. # Application management tool Chocolatey
Codeforces Educational Codeforces Round 101 A. Regular Bracket Sequence Check the parentheses and? String in DP
https://codeforces.com/contest/1469/problem/A If you misread it, it was a heavy problem for A, but make a note of how to solve the heavier one. # Overview -There is a string consisting of "(" and
Try to generate a cyclic peptide from an amino acid sequence with Python and RDKit
# Introduction In order to realize the subject, I found a library called CycloPs, so I tried it this time. # environment - Python3.x - RDKit 2020.X - CycloPs # What are CycloPs? It is a tool that
What are environment variables?
It's a very important foundation, but I didn't understand it so much, so I investigated it. Explanation from LINUX ### Built-in commands Commands built into the shell itself ### External command
The Python library `awsiot` to pub/sub to AWS IoT used the default port = 443.
# Overview I tried to access AWS IoT with python. When I accessed it with awsiot, I used port = 443. awsiot Copy and paste this as it is. Issue MQTT messages from your device to AWS IoT Core us
When creating a pipenv environment, I got addicted to "Value Error: Not a valid python path"
I used conda for the virtual environment, but now I'm going to use pipenv I was addicted to erasing Anaconda and trying to migrate. Target error message ``` ValueError: Not a valid python path: '
Upload & move GCS files with Go
I tried using Golang to upload and move files to GCS. The repository can be found here. You can set up a docker container and try it out. https://github.com/greenteabiscuit/gcs-golang ## Prerequisi
ubuntu 20.04 + geth environment ether remittance
Summarize the ether remittance procedure in ubuntu 20.04 + Geth1.9.25 (Go-Ethereum) environment. # Confirmation of ownership ether of EOA account Use the `> eth.getBalance (eth.accounts [NUmber])`
About "AssertionError: daemonic processes are not allowed to have children"
# environment * Python 3.8.6 * Xubuntu 18.04 # problem I'm running in parallel using `multiprocessing.pool.Pool`. In the `cube_for_row` function running in parallel, when I run it in parallel, I g
Output large log with discord.py
In discord, one message is 2KB If you want to see the operation log on the bot, you may not be able to send it as a message. Therefore, it is convenient to have it uploaded to the bot as a text fi