Apache installation fails on CentOS 8.2

I personally got stuck, so make a note ``` # dnf install httpd error: problem: package httpd-2.4.37-21.module_el8.2.0+494+1df74eae.x86_64 requires system-logos-httpd, but none of the providers can b

What to do when SSL error occurs in pip in Windows10, miniconda, VScode environment

# background Put Miniconda (ver 4.9.0), VScode (ver 1.50.1) on the new Win10 PC When I tried to build a coding environment for python, I got the following error and pip did not pass, so I struggled

How to use fixture in Django to populate sample data associated with a user model

## Target I want to create a parent model user model and a child model book model in Django. ## Premise The superuser has been created in advance. (id: 1) Therefore, we create a sampleuser as the

Paiza Python Primer 1 Learn Programming

The basic grammar of Python 3 is completely free in Paiza, so I summarized it. <a href=https://paiza.jp/works/python3/primer> Paiza Python3 Primer </a> ## 01 What is Python? ・ What is Python? M

GCP: Link Functions and Pub / Sub

# Preface I tried using Pub / Sub as a way to call another Functions from Google Cloud Functions. ## Constitution - Google Cloud Platform - Pub/Sub - Cloud Functions (Java11) ![image.png](h

Natural language processing 1 Morphological analysis

[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

Install Anaconda on Windows 10

## Introduction I'm from the hardware field, not the IT and software fields. So, speaking of programming-like things, at a level where only Excel functions can be used, To be honest, I'm a super-d

A story about running Python on PHP on Heroku

This is Qiita's first post. This time, I would like to leave a memorandum of how to "run Python on PHP on Heroku", which I stumbled upon for about 3 hours at a bad place. I am writing with brain de

The story of manipulating python global variables

## Global and local variables I messed up several times while implementing it in python, so make a note for myself. It's understandable that this code returns the following result: ```python x = 1

Gtk-ERROR **: 04: 28: 17.451: GTK + 2.x symbols detected. Using GTK + 2.x and GTK + 3 in the same process is not supported error

Gtk-ERROR **: 04:28:17.451: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Recently, I have prepared a new environment for Xavier NX, and when I tried to

Natural language processing 3 Word continuity

[Aidemy](https://aidemy.net/) 2020/10/30 # 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

Get date in Python

# Purpose: Manipulate the date as you wish I thought it would be necessary when manipulating the date of csv output by scraping in the future. ## What you can get from this article -You can specify

What I learned about Linux

I've summarized what I've learned about Linux. Feel free to point out any incorrect information! # Linux type |RedHat system| |:--| |Red Hat Enterprise Linux| |CentOS| |Fedora| |Debian syste

How to solve when the package cannot be installed due to gpg: keyserver receive failed: General error when doing yay on Manjaro Linux

## How to solve ```bash echo "keyserver hkp://pool.sks-keyservers.net" > /home/$USER/.gnupg/gpg.conf ``` ## Messages around the error that occurs ``` :: Importing keys with gpg... gpg: keyserver r

List of frequently used Linux commands

# Frequently used commands Note writing |Use|command|Example| |---|---|---| |Get current directory|pwd | | |Get file list|ls | | |Get current date and time|date | | |Move|cd |cd Deskto

LEGO Mindstorms 51515 Python Programming

# New Mindstorms released !!! The LEGO MINDSTORMS 51515 was released on October 15, 2020, but unfortunately it was not released in Japan ... I was disappointed, so I searched for it on UK Amazon, bu

Experience of taking the Applied Information Technology Engineer Examination

# Introduction Last week, I took the Applied Information Technology Engineer Examination. This year, due to the influence of the new coronavirus, the April test was canceled, so It has become a o

Removed search noise when reverse lookup of python example sentences on google

TL;DR I put the "Personal Blocklist (not by Google)" plugin in Chrome and it worked. # Introduction In my case, I'm old and new to python, so I can't remember python packages and syntax. So, I

Launch NEM Symbol testnet node on AWS EC2 (Amazon Linux2)

It seems that it is popular to introduce the node startup method of Symbol in various environments (not popular), so I will introduce the startup method on AWS EC2 (Amazon Linux2). ### Startup specs

What you can do with programming skills

### When I thought about what to do with the technology, I couldn't see it through code exercises alone. At this point, I have two things to understand. 1. Manage information using dictionary type d

"Deep Learning from scratch" Self-study memo (No. 10-2) Initial value of weight

While reading "Deep Learning from scratch" (written by Yasuki Saito, published by O'Reilly Japan), I will make a note of the sites I referred to. [Part 10](https://qiita.com/slow_learner/items/cfca16

Display the graph while changing the parameters with PySimpleGUI + Matplotlib

# Introduction When drawing a graph from a function, you may want to see what the graph looks like while changing the parameters. As an example, the comparison between the analytical solution and th

"Deep Learning from scratch" Self-study memo (Part 12) Deep learning

While reading "Deep Learning from scratch" (written by Yasuki Saito, published by O'Reilly Japan), I will make a note of the sites I referred to. [Part 11](https://qiita.com/slow_learner/items/d4c36e

Natural language processing 2 Word similarity

[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

Predicting the future of Numazu's population transition by time-series regression analysis using Prophet

# Thing you want to do ・ Predict the future population of Numazu City based on the vital statistics of the past several years with Python's time-series prediction library "Facebook Prophet" ・ Evalua

Try different rows where any column in pandas.DataFrame is unique

--Environment --macOS Catalina version 10.15.7 - Python 3.8.5 - pandas 1.1.3 The sample data is such data read from CSV. Focus on the [ID] column of this data and try various unique rows.

#I tried something like Vlookup with Python # 2

---Purpose--- Read daily changes such as inventory information from the database and pour it into the specified data. Export in the specified format. Interpreter used: Python3.8 --- Poster's w

[Python] Change the alphabet to numbers

# Introduction Write a method that you can use when you want to turn the alphabet into letters when writing a program. # Alphabet → numbers use ord ``` >>> ord('a') 97 ``` The number correspondin

Do something object-oriented in GO language

** Addition ** Not object-oriented in Go language, this is Go-like object-oriented! There seems to be a bad word I have received various suggestions in the comment section, so I would appreciate i

Hit Mastodon's API in Python

Recently I'm using Mastodon as my main SNS, so I thought I'd try making something with a bot, so instead of a memorandum ## Obtaining an access token Get an access token to hit the API. From Masto