Python Basic Grammar Memo (Part 1)
###### Display a string Characters can be output (displayed) by using "print". The characters written in () after print are output to the screen called "Console". ```python print('Hello World') ```
Write data in HDF format
# 1. This article is This is an introduction of how to save DataFrame type data in HDF format to speed up data reading. # 2. Contents Save: store.put ('where to put the data in the h5 file', Dat
Get a list of purchased DMM eBooks with Python + Selenium
I wanted to see a list of books I bought from before, but it didn't work at all even after trial and error. "Python Crawling & Scraping [Augmented and Revised Edition] -Practical Development Guid
Try implementing Yubaba with Brainf * ck 512 lines (Generate and execute code in Python)
# Introduction This is the respect of @ Nemesis's [Implementing Yubaba in Java](https://qiita.com/Nemesis/items/c7192a7c510788d2cba2). I implemented it with Brainf \ * ck (laughs) so that no one coul
4 ways to update diffs from spreadsheets to BigQuery
What I wanted to do was upload the spreadsheet information to BigQuery and update the delta data. # I was in trouble Originally, the process was performed according to the following flow. ![図7.p
"Classify garbage by image!" App creation diary day4 ~ Prepare the front end with Bootstrap ~
# Introduction "Classify garbage by image!" Today on the 4th day of the application creation diary, I would like to use Bootstrap to prepare the front end. <br> Article list <br> -["Trash classif
Creating an AWS EC2 EC2 Instance (Amazon Linux AMI) 2
# Introduction This time, I will try to build a Linux server using AWS EC2. The AWS screen has changed since I created it. Since the UI of Internet services always changes suddenly, even if it is d
Automatic version sync of chrome driver binary with chrome
# Purpose Automatically synchronize the version of chromedriver-binary with the chrome of your device # procedure Reference site https://github.com/yeongbin-jo/python-chromedriver-autoinstaller F
[For play] Let's make Yubaba a LINE Bot (Python)
## Introduction After seeing @ Nemesis's implementation of Yubaba in Java, you might want to enter your name and play with Yubaba. ?? I thought it was a bot. You can add bot friends from the ** QR c
[Blender x Python] Let's arrange a lot of Susanne neatly !!
# table of contents 0. Make one Sae Yamamoto appear 1. Arrange Susanne in a row 2. Arrange Susanne in two dimensions 3. Arrange Susanne in three dimensions 4. Sample code # 0. Make one Sae Yama
Linux command that can be used from today if you know it (Basic)
\ # Purpose Future engineers Also, if you want to work related to it, you must be able to handle a minimum of shell com
Python json.loads () returns str on Heroku
## Introduction Heroku is convenient, isn't it? If you just move it for the time being, even a beginner can do it. This is a story I was addicted to when I tried to run Discord bot on Heroku with H
Dereste event attack format 1st place point estimation -State space model using Pystan-
## Overview * I learned how to analyze a state-space model using Stan in a book, so I practiced it with actual data. * The goal is "estimate the first point at the end of the event at the start dat
What to do if pip cannot be installed
[wip] # **environment** Python 3.8.3 VS Code Windows 10 # **background** I can't execute import numpy etc. with the recently re-installed Python & VS Code, and an error occurs when I try to pip ins
I researched Docker, so I will summarize it
# Introduction Docker, k8s will come out in the subject of 42tokyo, so I investigated and summarized it. ### Prerequisite knowledge There is no explanation of the basic concept, so it's good to h
Make it possible to read .eml from your smartphone using discord bot
## Overview I'm using Spark as an email app on iOS, but sometimes the forwarded email isn't displayed in the body and is attached as a `.eml` file. (This seems to be caused by settings on the Thund
Introducing Amplify to Amazon Linux 2 AMI
# environment - Amazon Linux 2 AMI # Work content --Introduction of Node.js --Introduction of Amplify # Introducing Node.js #### Install Node Version Manager (nvm) ``` #Installation $ curl -o-
Graph display of AIX and Linux nmon data without using MS Excel
# By using nmonchart, it is possible to display the nmon data of AIX and Linux as a graph even on MAC. ## background nmon is an OSS utility that collects and displays AIX and Linux performance and c
Convert array (struct) to json with golang
### use json package ``` import "encoding/json" ``` ### Convert If you specify an array as an argument of json package, it will be converted ```go data, _ := json.Marshal(m) ``` ### For example
LinuC Level 2 (201/202) Examination Report
<h1> Introduction </ h1> I want to work on Linux-related projects, so I studied and took the exam to learn the basics. * LPIC Level 1 is acquired through training for new employees. <h1> Study me
Publish your own Python library with Homebrew
# For some reason ** When installing with pip ** ```shell $ pyenv install 3.9.0 $ pyenv virtualenv 3.9.0 venv4myapp $ pyenv activate venv4myapp (venv4myapp) $ pip install myapp (venv4myapp) $ myapp
Atom preferences for comfortable Python coding
An Atom setting for efficient Python coding This is a personal Atom environment setting for comfortable Python coding. --- Update - 13-11-2020: added tablr, date, show-ideographic-space - --- P
Linux commands related to character code
## This article --As the title says. ――I only write what you can understand if you google. It's a personal memo. ## Self-introduction I mainly develop Java (Spring Boot) web applications. ### c
Create a gadget-like transparent background image type window using wxpython
# There is no gadget in windows10 I suddenly missed the gadget that was in windows vista etc., so I decided to make something close to it, so I made it using wxpython. Those who want to see only the
Visualization of possessed skills [continuation]
<h1> Introduction </ h1> I summarized it to confirm and re-recognize my own skills at the time of posting. <h1> Owned skills </ h1> <b>[Windows]</b> OS: Windows Server 2012R2,2016,2019 task: Det
I want to copy yolo annotations
# I made a mistake and newly annotated it! You make many txt for the same image. I think there is such a thing. Copy the annotation and add or create a new one. how to Specify a folder and work
How to read an Excel file (.xlsx) with Pandas [Python]
In this article How to read an Excel file (.xlsx) with Pandas I will write an article about. ## How to read an Excel file (.xlsx) From here on, we will proceed using the jupyter lab. If you have
Bitbucket → GitHub migration part 3 ~ CI surroundings ~
This is a record of Mercurial users starting to use Git and being taken care of by GitHub. * [x] [Repository conversion](https://qiita.com/chimatter/items/41f69aa87138538bd524) * [x] [GitHub](https
I tried to make Kana's handwriting recognition Part 3/3 Cooperation with GUI using Tkinter
# Overview Two times before (1/3): https://qiita.com/tfull_tf/items/6015bee4af7d48176736 Last time (2/3): https://qiita.com/tfull_tf/items/968bdb8f24f80d57617e Whole code: https://github.com/tful
[AWS] Do SSI-like things with S3 / Lambda
2020.11.16 update [Alibaba Cloud version](https://qiita.com/imaichiyyy/items/02ab2002c435ee1c938a) I made it. TL;DR HTML that describes SSI (include virtual) is stored in a specific bucket of S3,