A program to write Lattice Hinge with Rhinoceros with Python
# How to use 1. Download drawlatticehinge.py (https://github.com/drleonardo1010/drawLatticeHinge "Download") 1. Save drawlatticehinge.py in the same main program and in the same directory 2. Import
Manim's method 8
# Overview I checked manim's method. I tried using NumberPlane and ParametricFunction. # Sample code ``` from manimlib.imports import * def lissajous_curve_func(t): return np.array((np.sin(2 *
Set up Ubuntu as a Linux cheat sheet and https server
# Introduction I took a note of the information needed to set up a server on Linux (Ubuntu) for myself. In other words, just set up a server on Ubuntu. It's a bit strange configuration because it'
How to use jupyter lab in Windows 10 local environment
# Introduction I had a hard time installing jupyter lab in a Windows 10 environment, so I'll keep a record of it. If you search Google or Youtube for the jupyter lab installation procedure, you will
[Free] Hit the Clash Royale API from lambda and send it to LINE
Previously, I wrote an article [Put the Clash Royale API from lambda and send it to LINE](https://qiita.com/meihei/items/98a21ac0b41fe7193e40). The system itself is completed here, but there was a
Convert HEIC files to PNG files with Python
Photos taken with iPhone Live Photo are saved as HEIC files. Compared to JPEG and PNG, this file has less software and is difficult to handle. Therefore, make a note of how to convert the HEIC file
Effective Python Learning Memorandum Day 4 [4/100]
## Introduction The other day I learned about 100 Days Of Code, which was popular on Twitter for a while. The purpose of this article is to keep a record and output how much I, as a beginner, can gro
Regular expression in Python
# How to use ## Module import ``` import re ``` ## Regular expression object generation / matching How to create a regular expression object and then match ``` #Generate cmpObj = re.compile(r'a.
Create an executable file (EXE) by PyInstaller in a hybrid environment (Nimporter) of Python + Nim
## Hybrid environment that I've always been interested in In this [article](/uesseu/items/477bbabe8ea354cb9d49), I found out that there is a cool library called nimporter, and made a slight [commen
Robot grip position (Python PCA principal component analysis)
--When picking an object from a 3D point cloud with an arm, the recognition point cloud may be analyzed as the principal component and the second principal component may be the gripping direction.
When using the zap library in your own Logger with Golang, how to put the hierarchy above Logger in Caller
I tried using a log library called [zap](https://github.com/uber-go/zap) with reference to [this article](https://qiita.com/emonuh/items/28dbee9bf2fe51d28153). Make a note of what you were addicted
Tweet Now Playing to Twitter using the Spotify API. [Python]
I want to make Spotify Now Playing! I think there are quite a few people who say that (such as me), but since there are surprisingly few articles, this time I will write a program that automatically
Try running a "newly infected number visualization app" using Streamlit on Amazon EC2
# Introduction --Try using API "Streamlit" that can easily visualize data with Python3 ――The target data is the number of newly infected people by prefecture of coronavirus released by NHK. - ht
I tried to divide the file into folders with Python
# Introduction For Python beginners to study, I started by organizing files! I don't know if there is a demand, but I tried to divide it into folders with the structure of `extension / year_month`,
How to use dotenv
# Introduction I used `dotenv` this time, so make a note so that you don't forget it. # What is dotenv By using dotenv, you can set the DB password and information you don't want to see often i
Reconstruction of cone beam CT (CBCT) using python and TIGRE
# Introduction There are various things, and I wanted to reconstruct a 3D CBCT (Cone-Beam Computed Tomography) from a projected image. However, even if I search for "CBCT reconstruction python" in Ja
From easy git installation to docker startup python
# What is this? A memorandum for me who forgets to work I plan to operate git from pycharm If you do this, you will be able to work without polluting your computer. So do it Do it anyway # Intro
[Sad news] The `np.arange ()` trap that everyone falls into
# The trap of `np.arange ()` There was an article "[Turn a for statement every 0.1 using Python – Kaggle Note](https://kagglenote.com/misc/python-for-decimal/)". > There are times when you want to
Implementation of recommendation system ~ I tried to find the similarity from the outline of the movie using TF-IDF ~
# Introduction Let's implement the content-based filtering of the recommendation system using TF-IDF. <a href="https://qiita.com/k-oto/items/65c8b42d0229f7bee19f"> In the previous article </a>, One-H
I tried LeetCode every day 168. Excel Sheet Column Title (Python, Go)
#### What is Leetcode [leetcode.com](https://leetcode.com/) This is the practice of coding interviews for software developers. A total of more than 1,500 coding questions have been posted, and it s
Python virtual environment in 2021 ~ There is no reason not to use venv now ~
What are you doing with the Python virtual environment? One of the attractions of Python is that there are various libraries, so considering library compatibility and stability, I would like to com
[Python] Real-time object detection with iPad camera
Recent smartphones are a mass of sensors such as cameras, acceleration / angular velocity sensors, and barometric pressure sensors. By combining this with python, it is possible to easily observe the
A memo that reproduces the slide show (gadget) of Windows 7 on Windows 10.
# What I aimed for In the past, Windows 7 had a feature called a gadget, and one of them was called a [slide show](https://dynabook.com/assistpc/faq/pcdata/010836.htm). I will make something close
Raspberry Pi 4B initial setting
# 1.First of all I bought Raspberry 4B a while ago, so I will leave it as a memorandum of settings. In addition, writing of OS image etc. is not described this time. Because the OS is included in the
A python script that generates a sample dataset for checking the operation of a classification tree
# Thing you want to do * I want to create a dummy dataset (sample customer list) used in machine learning. * I want to output the customer list to a CSV file. * I want to set the characteristics o
I made a Python program for Raspberry Pi that operates Omron's environmental sensor in the mode with data storage
# Introduction In a common example using Omron's environmental sensor, the mode of the environmental sensor is changed to Beacon mode without data storage, and the observation data at that time is a
Manim's method 7
# Overview I checked manim's method. I tried using ImageMobject. # Sample code ``` from manimlib.imports import * import numpy as np from enum import Enum class Color(Enum): WHITE = (255, 255,
[Python] Visualize overseas Japanese soccer players on a map as of 2021.1.1
Japanese football players in foreign clubs shown on the map. ## About this article Currently, the trend of Villarreal Kubo is being talked about, but I tried to visualize where the players who are
Various of Tweepy. Ma ♡ and ♡ me ♡
This time, I'm writing this article because I want people who are just starting to study Python to try Twitter development. If you know how to use Tweepy, you can try creating a Twitter management a
OpenCV AI Kit (OAK-D) I tried @ windows10
This is the first post. This is a report of the AI stereo camera that was cloud-founded by the [kickstarter OpenCV AI Kit](https://www.kickstarter.com/projects/opencv/opencv-ai-kit) in August 202