A Python program that collects tweets containing specific keywords daily and saves them in csv

## Purpose I have an idea that SNS information such as Twitter can be used to monitor the risk of outbreak of a new coronavirus infection cluster, and I would like to collect tweets by keyword search

The Power of Pandas: Python

![pandas.jpeg](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/117479/1f946c69-3685-d439-7e30-9a2d577e8f49.jpeg) Pandas Basics### Pandas is a Python package providing fast, flexible, and

I can't see new files with yum

I couldn't see the new file (node12) for some reason. ```yum makecache``` It was saved by w

Automatically generate Object specifications with Blue Prism

# Introduction In Blue Prism, the parts that actually operate the application called Object and the parts that write the business logic called Process are separated, and it is a mechanism to improve

The most sought after programming language in 2020

This article is a Japanese translation of [Most in-demand programming languages in 2020](https://lampstudy.net/most-in-demand-programming-languages-in-2020/). I have reported it to the translator, bu

Django shift symbol background with different colors depending on facility

The shift table holds data such as A, B, C, and holidays. Even though I say A, since there are three facilities, I am currently creating it in Excel so that I can understand which base I work at, so

[Python] Wouldn't it be the best and highest if you could grasp the characteristics of a company with nlplot?

# Trigger Currently, I am an intern for data analysis at EXIDEA Co., Ltd., which develops SEO writing tools. It's been four months since I started working, but due to the influence of Corona, I have

How to use Keras ~ From simple model generation to CNN ~

# What to do in this article In deep learning, the implementation procedure differs depending on the backend used. Therefore, you will learn how to use it by reading the official documents and referr

Try implementing two stacks in one array in Python

Hello, It's been one night since the first post. 196view Thank you. I was particularly pleased with the comments. Thank you @shiracamus. I was happy. Get the sample code. In addition, I would

SBI FX API

We will summarize the APIs that can be used in SBI for automatic trading in Forex. Since it is not an officially published API, it is subject to change without notice. We do not guarantee the accur

I tried to create a RESTful API by connecting the explosive Python framework FastAPI to MySQL.

# What is FastAPI? ![68747470733a2f2f666173746170692e7469616e676f6c6f2e636f6d2f696d672f6c6f676f2d6d617267696e2f6c6f676f2d7465616c2e706e67.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.co

IQ Bot Custom Logic (Python): Efficient replacement process in a loop

Explaining efficiency improvement using loops related to [Exclusion process](https://qiita.com/IQ_Bocchi/items/46269089b99c6f322687) and [Replacement process](https://qiita.com/IQ_Bocchi/items/83ae1d

Build a Flask / Bottle-like web application on AWS Lambda with Chalice

# Introduction If you want to create a small web application, in Python you can use [Flask](https://flask.palletsprojects.com/en/1.1.x/) or [Bottle](https://bottlepy.org/docs/dev/). ) Can be used.

IQ Bot Custom Logic (Python): Streamline exclusions in loops

The most frequently used process in IQ Bot's custom logic is "replacement". Since "exclusion" of unnecessary characters and symbols is also a kind of "replacement", it is no exaggeration to say that

Introduction to Deep Learning ~ Convolution and Pooling ~

# Target person The previous article is [here](https://qiita.com/kuroitu/items/a6725ac0139d8eeb1e19) DNN (Deep Neural Network) is completed by the last time. (I plan to play with DNN in another art

Write Spigot in VS Code

# Write Spigot in VS Code I want to make a plug-in for Minecraft. But I don't want to use Eclipse, for those who want to use VS Code [Spigot MC official wiki](https://www.spigotmc.org/wiki/creating-a

Codeforces Round # 481 (Div. 3) Bacha Review (9/24)

# This time's results ![スクリーンショット 2020-09-24 14.26.02.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/331393/36b68871-0b95-7783-3ea2-8377904a88b6.png) # Impressions of this

Python course for data science_useful techniques

python ・ Set is used to look for duplicate lists. -Coordinates can be expressed by quotient (row) and remainder (column). -Check the function reference with shift + tab. -_ Contains the last ex

I came up with a way to make a 3D model from a photo.

Domo is Ksuke. In Part 05, when I came up with a way to create a 3D model from a photo, I will reduce the number of faces. Click here for Part 4 https://qiita.com/Ksuke/items/144c06f128b015b001dd

Use pip with MSYS2

```sh $ pacman -S python3-pip $ pip3 install --upgrade pip ```

Set swap space on Ubuntu on Raspberry Pi

# usage environment * Raspberry Pi 3 Model B+ * Ubuntu 18.04.5 LTS Server # Check if swap is set ```bash $ sudo swapon --show ``` Nothing comes out because it is not set If it is set, it will be di

[Python] Precautions when assigning values to multidimensional arrays

## What I wanted to do I was trying to substitute a number (60) for an initialized two-dimensional array (dp) due to a problem with dynamic programming. [Problem] Atcoder EDPC C-Vacation (https://a

Steps to create a Job that pulls a Docker image and tests it with Github Actions

This time, I practiced to do `` pytest`` on the image of `` docker-compose`` with `` Github Actions`` for the repository of the Python project, so I will write the memo. # Prerequisites --Create a

Time-series analysis Implementation is stuck-Notes-

# Premise Book of time series analysis https://www.amazon.co.jp/%E6%99%82%E7%B3%BB%E5%88%97%E8%A7%A3%E6%9E%90-%E8%87%AA%E5%B7%B1%E5%9B%9E%E5%B8%B0%E5%9E%8B%E3%83%A2%E3%83%87%E3%83%AB%E3%83%BB%E7%8A%B

Finding the simplest mistakes with OpenCV

An acquaintance said that I needed a program to compare the differences between images, so I built it with Python and OpenCV. The point is to search for mistakes using OpenCV, but ** the condition is

IQ Bot Custom Logic (Python): Efficient replacement process in a loop

[This article](https://qiita.com/IQ_Bocchi/items/46269089b99c6f322687) describes efficiency improvement using the exclusion processing loop in IQ Bot. Exclusion is a kind of substitution, so the id

Conditional expression grouping

Hello. I will post to Kita for the first time. Thank you. It is a memo writing of learning of the new linux textbook (SB Creative). Share what you've found where you're stuck or what you've resear

Approximation by the least squares method of a circle with two fixed points

As with a straight line, you can approximate a circle from points P1, P2, ..., Pn using the least squares method. As a general method, I will refer to other articles, and here I will find a circle th

Install from conda-forge

> Install from conda-forge with conda ``` conda install -c conda-forge asammdf ``` ``` #Add priority at the top conda config --get channels conda-forge #Add priority at the bottom conda config --

Supervised learning 1 Basics of supervised learning (classification)

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