Why can't I install matplotlib in python! !!

# Content of this article In this article, I had a lot of trouble installing ** matplotlib **, which is a famous python library, so I will leave a note of what to do if matplotlib cannot be installed

How to use xml.etree.ElementTree

Python 3.8.2 [xml.etree.ElementTree --- ElementTree XML API](https://docs.python.org/ja/3/library/xml.etree.elementtree.html#elementtree-xpath) # Perth From file ```python import xml.etree.ElementT

Delete vertices that meet the conditions in networkx

# Task Let's delete the vertices that meet the conditions from the graph defined in the program! ### This condition --Use networkx --Graphs are defined in the program -Delete [Vertex with degree 0

[At Coder] Output method

I have summarized the problems that can shorten the code by devising the output method. When I didn't know how to do this, I used to make a list of everything and make it a "". Join (list), which wa

SNS Python basics made with Flask

# at first Udemy course attendance record Web application development course with Python + Flask! !! ~ Master Flask from 0 to create SNS ~ https://www.udemy.com/course/flaskpythonweb/ The basic g

Extract the Azure service list

I made it because I needed to make a list in my work. ~~ I don't like the culture of making a list of anything in Excel. ~~ For the scraping method, I referred to [AWS service list (2019/03 versio

What do you roughly say "sudo su"?

Leave it as a memo for yourself. # Introduction Now, I understand, but when I first operate the Linux OS, "Why is sudo su depressed?" "Why is there no su behind sudo this time?" "Well, this time. T

Try to face the integration by parts

Good evening. It's been a long time (* ´ω `) This challenge is from an array containing arbitrary elements Randomly select elements and add them together. But it's not just about adding up It m

Blender 2.9, Python Buildings, Cars, Videos

Blender video production that proceeded slowly, but for the time being video in two and a half months ["Video of Hirano Ophthalmology Parking Information"](https://twitter.com/hiranoeye/status/13212

Codeforces Round # 597 (Div. 2) Bacha Review (10/27)

# This time's results ![スクリーンショット 2020-10-27 19.28.25.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/331393/1019b880-d3f6-01c3-560c-064c5a392ccf.png) # Impressions of this t

Paiza Python Primer 3: Learn Loop Processing

Python3 is completely free on Paiza, so I summarized it. <a href="https://paiza.jp/works/python3/primer"> Introduction to Paiza Python3 ## 01: Let's display the numerical value repeatedly #### *

Let's stack books flat with combinatorial optimization

## background > I'm trying to have an online meeting on my laptop. > The position of the laptop is low, so the camera angle is from the bottom. > I want to hurry to raise the height of my laptop,

The story of migrating from home server (MariaDB + Java) to AWS (DynamoDB + Python + PHP) with reduced monthly cost

Nice to meet you, my name is Yuya Takeda (@kagamikarasu). We are developing "SOLD OUT 2 Market Information Site". Redevelopment of "market information site" started around August 2020 and replaced

Master the type in Python? (When should type check be done)

Originally I wrote it in the comment of the following article, but I thought that it was too aggressive to write in the comment, so I moved it here. [Mastering types with Python [Python 3.9 support]

TypeError: unsupported operand type (s) for-: What to do when'datetime.time'and'datetime.time'

--Environment --macOS Catalina version 10.15.7 - Python 3.8.5 - pandas 1.1.3 # Event: TypeError: unsupported operand type (s) for-:'datetime.time' and'datetime.time' I got angry when I su

Decode the basin rainfall index BUFR using PyBufrKit

# Introduction [Flood Warning Risk Distribution](https://www.jma.go.jp/jma/kishou/know/bosai/riskmap_flood.html) of the Japan Meteorological Agency [Basin Rainfall Index](https://www) There is data

MyCLI: Command line interface with auto-completion for MySQL, MariaDB and Percona

MyCLI is an easy-to-use command line interface (CLI) for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting to help speed up your development. * This blog is a translation fro

I made a CLI tool to convert images in each directory to PDF

Github :octocat: <https://github.com/ikota3/image_utilities> # Overview In order to make self-catering comfortable, we have created a tool to convert the images stored in each directory to PDF.

Created a darts trip with python (news)

# Introduction Hello everyone! Last year, I and four of my friends were planning a trip to rent a camper and travel darts ... I forgot the darts and the map on the day of the trip. Even though it's t

Calculation of homebrew class and existing class

## I want to perform multiplication of my own class and an existing class For example, what should I do when I want to execute a constant multiple of the "Point class" that is often given as an exam

How to deal with the problem that build fails when CI / CD of Python Function with AWS Amplify

As the title suggests, I ran into a build failure issue when CI / CDing a Python Function in AWS Amplify. ## Conclusion (how to deal with) I was able to pass build by adding the following to ampli

Write a basic headless web scraping "bot" in Python with Beautiful Soup 4

In this article, we will use Beautiful Soup 4 to create a basic headless web scraping "bot" in Python on Alibaba Cloud Elastic Compute Service (ECS) using CentOS 7. * This blog is a translation fro

Fourier transform of raw data

# I tried to analyze the discrete Fourier transform with raw data I tried to find the features required for machine learning by Fourier transforming from time series data. There were some articles t

Test Tkinter interrelated Callback 2

I've been busy lately and forgot how to write Markdown, so I posted it with a meaning to remember. When using the following interrelationship Callback, if you create a relationship with multiple obj

[At Coder] ABC128B --Guidebook

This is a problem to study ** sort **. Since the city name and points are stored, is it a dictionary? → Since there are multiple cities in the same city, the dictionary cannot be used. Is the re

Read the old Gakushin DC application Word file (.doc) from Python and try to operate it.

# motivation I heard from a university clerk that it is difficult to check the [Kakenhi Application Form](https://www.jsps.go.jp/j-grantsinaid/03_keikaku/download.html). .. Currently, he seems to be

The guy who downloads audio from YouTube playlists

# What to do later Skip private videos with guys that can only be seen on youtube premium and move on to the next video Unable to extract JS player Force termination when URL appears # What to use -

[Python] I made a classifier for irises [Machine learning]

I made a classifier for iris while referring to this course, so it is a memorandum. [[Must-see for beginners! Completely capture neural networks and deep learning with Python](https://www.udemy.com/

The VIF calculated by Python and the VIF calculated by Excel are different .. ??

# You can check VIF with Python and it's super convenient! You can check the VIF (Variance Inflation Factor) in Python, and you can check the multicollinearity between the explanatory variables while

[Python] How to sort instances by instance variables

Not limited to Python, when writing a program, there are many opportunities to sort lists (arrays) and dictionaries. And many of those methods are introduced in blog articles and so on. However, le