Try using matplotlib
matplotlib is a data visualization library that can be easily used in a Linux environment. The simplest pattern graph introduced in [Official Tutorial](https://matplotlib.org/tutorials/introductory/u
MongoDB installation (Ubuntu 18 LTS)
## What I did this time --Install MongoDB (NoSQL). Follow the MongoDB Community URL [Install MongoDB Community Edition on Ubuntu](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/)
"Deep Learning from scratch" Self-study memo (Part 8) I drew the graph in Chapter 6 with matplotlib
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 7](https://qiita.com/slow_learner/items/efbe249
[Causal search / causal inference] Implement a Bayesian network with Titanic data
** Temporarily keep it private **
WEB camera capture Ver3
The one created last time. [Webcam capture Ver2](https://qiita.com/bobrock/items/50a1f0b8324b43c30614) The last time was a program that used GPIO. This time, a shooting program that specifies th
[Python] Make sure the received function is a user-defined function
These tips can be used when you want to check "Is the given function really a user-implemented function?" When creating a library in Python. # First determine if it is a function Needless to say t
Python built-in function ~ divmod ~ Let's get the quotient and remainder of division at the same time
# Introduction In this article, I'll cover Python's "divmod function". The "divmod function" is a convenient way to get the quotient and remainder when dividing. Let's deepen our knowledge of Pytho
Batch processing forms with Azure Form Recognizer
There is a service called Azure Form recognizer. https://azure.microsoft.com/ja-jp/services/cognitive-services/form-recognizer/ It is an excellent one that reads the form nicely and extracts the ta
I can't use the darknet command in Google Colaboratory!
<h2> Background </ h2> I wanted to learn the weight of yolo with Google Colaboratory with ./darknet detector train ~ (validated locally), but ./darknet: permission denied and permission error are di
IPsec gateway VPN construction with CentOS 8 and openSUSE (Raspberry Pi) --2 StrongSwan VPN connection confirmation
# Assumptions and preparations ## Linux server building article -[Building a file server with Samba (CentOS 8.1 / openSUSE 15.1 / Ubuntu 20.04)](https://qiita.com/kazumi75kitty/items/4298795029ba9f6
[Python] Scraping lens information from Kakaku.com
Scrap lens information from Kakaku.com in python. Get all price information and lens specs with csv. The items to be acquired are as follows. Camera name, ranking, lowest price, lowest credit pri
Make Pandas available on Jupyter in the shortest possible time on your new Mac without polluting the environment
# Overview As the title suggests, make sure you can use Pandas (and numpy) with your Jupter Notebook as cleanly as possible on your new Mac. There may be minor differences in school, but this is fai
Write a binary search in Python
TL;DR ――It's a basic point, but in order to keep it in mind, I will write the code for binary search and summarize the explanation in Python. ――I will write the code myself for studying (without u
Draw a graph of a quadratic function in Python
# Overview Practice the Python library Matplotlib. It's so common that you don't know what the number is, but please forgive me. # Install Matplotlib Install with pip. ``` pip install matplotlib
Easy verification series on Katacoda "Installing and using Cockpit"
In this article, I will explain how to easily try "Cockpit", which is software for managing Linux with GUI, on a learning service called "Katacoda". <H2> Target audience of this article </ H2> Peo
Implementation example of simple LISP processing system (Python version)
This article is a summary of implementation examples of a simple LISP processing system that uses an excerpt / modification of the Python version of my article below. * [Summary of implementation e
Competitive programming starting with LetCode, which I recommend after solving 150 questions in 8 weeks
# Introduction Hello. Are you a competitive pro? Until recently, I've been doing "competitive professional scams" (laughs). Although I am interested in competitive programming, it has been two yea
I made a library to easily read config files with Python
## Introduction When writing an application in Python I think that you often have settings and parameters in ʻini`, `json`, and` yaml` format config files. I've created a library: `confile` that m
About FastAPI ~ Endpoint error handling ~
# FastAPI error handling sample >FastAPI version_0.61.1 >Documentation: https://fastapi.tiangolo.com >Source Code: https://github.com/tiangolo/fastapi FastAPI endpoint can be implemented as follows
Beginners try to convert Word files to PDF at once
# Trigger for the initiative I often use Word to create documents, but After promoting paperless offices and introducing groupware, Start with a voice from your boss saying, "Let's convert Word fil
Memorandum of introduction of EXODUS, a data model of the finite element method (FEM)
# Introduction EXODUS is a data file for storing data for finite element analysis. It is a format that can be used both as an intermediate generation file when diverting the calculation result in ot
I tried to automatically create a report with Markov chain
# What is a Markov chain? A simple explanation of Markov chains is that the state of the previous point in time determines the state of the next point in time. Looking at a concrete example in the t
Try to improve your own intro quiz in Python
[Intro quiz made using Python and VLC before](https://qiita.com/KjumanEnobikto/items/0a87d45a3eb9c2d387a8), but when I tried this with a friend on Discord, it was more than I expected. The quiz was g
Codeforces Round # 666 (Div. 2) Bacha Review (9/2)
# This time's results  # Impressions of this time
Blender 2.8, Python, camera movement, random number color specification
Blender 2.8, 3D video making with Python, This time, we will move the camera along the circumference, specify the material for random numbers, and sunlight.  So, I tried to move the DTLZ2 problem pro
Reading and creating a mark sheet using Python OpenCV (Tips for reading well)
Since I decided to do a paper questionnaire at work, I mainly refer to this article ([Making a simple OMR (mark sheet reader) with Python and OpenCV](https://qiita.com/sbtseiji/items/6438ec2bf970d638
You can use Dash on Jupyter jupyter_dash
Dash is a web framework for interactive visualization. And Dash has a package called jupyter_dash that runs applications on Jupyter. And recently, jupyter_dash has started running on Google Colab.
List type, tuple type
Master the list type and tuple type Sort the list The list type in Python makes it easy to sort by changing the order of the elements. You can sort the elements in ascending order by calling the