Get started with MicroPython (on macOS)

# Introduction I used MicroPython on Windows in a way like [here](https://qiita.com/exshonda/items/a1b01fee2d9982ef269a). However, when I wanted to try it for a while, I decided to run it on my usua

I tried "Streamlit" which turns the Python code into a web application as it is

Official site: https://www.streamlit.io/ It's the easiest way for data scientists and machine learning engineers to create beautiful, good-performing apps in hours. I just tried it because it

String format 2

String format 2 * Format of the character string to be embedded * You can control the format of the replacement string by placing a colon (:) inside the curly braces. The following example is a s

A memorandum to run a python script in a bat file

# In windows environment ・ If you make a bat file, you do not have to mess with the black screen as much as possible. -It is necessary to specify the python path in the environment variable in a

I made a program in Python that changes the 1-minute data of FX to an arbitrary time frame (1 hour frame, etc.)

# About this article Create a program that changes the 1-minute data of FX to any hourly bar (such as 1-hour bar). # Deliverables 1-minute data ... <img src="https://qiita-image-store.s3.ap-northe

Explain & actually move the SMIS model that can "virtually try on clothes" by deep learning

## Introduction A research team from Huazhong University of Science and Technology and Peking University in China published a paper entitled "Semantically Multi-modal Image Synthesis" (SMIS) at the

How to automatically generate API document with Django REST framework & POST from document screen

In this article, I will explain how to automatically generate the API document (explanation of usage etc.) when creating an API with Django REST framework. ### Step 0: DRF (Django REST framework)

Launch docker.plone and add a custom template

It is a procedure that started clone with docker and tried the tag of the template. ## Start docker The plone docker is officially available. I downloaded it and used it as it is. https://github.c

AtCoder Beginner Contest 177 Review

# This time's results ![スクリーンショット 2020-08-30 8.12.01.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/331393/b8017847-e3d7-fc4f-706a-ace872722bd5.png) # Impressions of this time

yukicoder contest 264 entry record

# yukicoder contest 264 entry record ## [A 1217 Sesuseso](https://yukicoder.me/problems/no/1217) Just go around the loop, find the unmatched indexes, and print XtoY. ```python S = input() for i i

Algorithm generation automation using genetic algorithms

## Preface Genetic algorithms are often introduced with very simple examples such as parameter adjustment and combination optimization, but with a little ingenuity, algorithms and programs can be au

Judge Yosakoi Naruko by image classification of Tensorflow.

## Note I tried to classify by tensorflow, so I will leave a note. When classifying images in the environment of a fairly old PC (Ubuntu is installed on a PC about 10 years ago) It seems that it wi

Zundoko check, will Kiyoshi come out? Will ┗ (^ o ^) ┛ come out?

# I'm free Zundoko check, I tried it again now. I also added some arrangements. Sorry for the verbose code ... #### **`zundoko.py`** ```python import random def main(): zundoko = ['Dung', '

View Mac desktop notifications from Python

There was a situation where I wanted to get Mac notifications from a Python script, so --Execute AppleScript with a command --Execute the above command from Python I created it in the flow. ##

LINE Bot sent me the scraping results of IT trend information [LINE Messaging API]

This is my first Qiita post. If you make a mistake, you can use a harsh tone, so please let us know in the comments. # Finished product State of use ![2020-09-04_19h22_23.png](https://qiita-image

I made a tool to generate Markdown from the exported Scrapbox JSON file

## Introduction "What about having been an engineer for five years and not producing any output?" I felt a sense of crisis, so I decided to post it on Qiita. It may be difficult to read because it

How to run Python on Windows without polluting the environment as much as possible (Scoop edition)

## [Introduction] For some reason, the number of views is steadily increasing "How to run Python on Windows without polluting the environment as much as possible" series [^ 1]. It seems that there i

How to deploy a Go application to an ECS instance

This time, I will show you how to deploy ** Go application ** on ** Alibaba Cloud ECS instance **. * This blog is a translation from the English version. You can check the original from [here](http

To write to Error Repoting in Python on GAE

## Use `logging.exception` instead of` logging.error` that's all. only this. ## reference https://googleapis.dev/python/logging/latest/stdlib-usage.html

One Liner Zundco Check

** This morning, I met something called Zundoko Check. I made it one line. ** ** The semicolon is sweet. ```python print((lambda f, z:f(f, z))(lambda f, z:z + 'Ki yo shi!' if z[-10:] == 'Zunzunzund

DP100 Question Bacha Review 1 ~ 10 (8 / 26,27)

This is a review article for [DP100 Question Bacha](https://kenkoooo.com/atcoder/#/contest/show/f1fd5759-0b54-4365-974e-6681a3837443). (I was thinking of solving 100 questions, but I'm tired of it,

I / O related summary of python and fortran

# Introduction Regarding the input / output of python <-> fortran, it is difficult to find a cohesive description on the Internet, so I decided to summarize it as far as I know. As an aside, `np.s

If you want to enter the virtual environment with jupyter, nb_conda_kernels is recommended

# Overview As the title says. If you search in Japanese, only the method using [jupyter_environment_kernels](https://github.com/Cadair/jupyter_environment_kernels) will be hit, but [nb_conda_kernels]

Solving AOJ's Algorithm and Introduction to Data Structures in Python -Part3-

# Introduction Hello. It's chewy and chewy. We will solve the introduction to AOJ's algorithms and data structures. It's easy to keep a record of what you've learned. It's been less than half a y

Throw costly instance health in Slack with Lambda

# Why you want to do that During development, you may launch high-level instances in various tests, but on rare occasions, you may inadvertently forget to drop them and return. Well, if you notice

Use PostgreSQL with Lambda (Python + psycopg2)

# Introduction An easy way to use PostgreSQL with psycopg2 when using Python with Lambda. Until now, importing psycopg2 has been a hassle. # Method I will use Mischa Spiegelmock's Lambda layer. h

Aggregate Spotify views ranking and save to Excel

# Introduction I think there are many people who love Spotify when listening to music. It's very useful as a feature, but unfortunately I can't see the number of views. Instead, Spotify has a servi

(Python) I analyzed 1 million hands ~ How many times AA is distributed? ?? ~

   Thank you for browsing. It is pbird yellow. This time, I counted the number of times "AA" was distributed to "every 10,000 hands". There are days when AA comes to the extreme and days when it

Deep Learning of object detection 7 papers to read and point summary [Road to Efficient Det]

Long time no see. Starting with Hinton's overwhelming victory at ILSVRC by AlexNet in 2012, Deep Learning has come into the limelight in the world of image recognition. In the world of object dete

I made a Mattermost bot with Python (+ Flask)

# Caution The article was asleep for about 9 months, kept in the draft, so the information may be out of date. .. .. Since I wrote it with much effort, I will post it as a memorial service. .. # ba