Bio
Takuya Futatsugi is known as nikkie in engineer community.
Nikkie began his career as a software engineer in 2016.
He started Python as a hobby in 2017 and fell in love with it.
He is engaged in Natural Language Processing as a data scientist at Uzabase, inc. Tokyo, Japan from 2019.
He is working on the Python community in Japan as a staff of the following event:
- Start Python Club (online, monthly)
-
PyCon Japan: the largest PyCon in Japan
- staff on 2019 and 2020 (Program committee, lead on 2020)
- chair on 2021
- (past) translate Django Girls Tutorial into Japanese
He gave a talk (and lightning talks) at many PyCons in Japan and abroad.
- PyCon JP 2019, 2020 (Japanese)
- PyCon mini Shizuoka 2020, PyCon Kyushu 2022 Kumamoto (Japanese)
- EuroPython 2020, PyCon Africa 2020, PyCon APAC 2020 (English)
One of them is on the subject of sharing knowledge of automation in PyCon JP staff activities.
He loves anime (Japanese animetation) as much as Python, and implements ideas related to some anime with Python.
In early 2022, he write code related to “Sing a Bit of Harmony” (e.g. Twitter bot).
My Talks
Anaconda環境運用TIPS 〜Anacondaの環境構築について知る・答えられるようになる〜(仮題)
このトークでは、Anacondaを使ったPythonの環境構築の方法について共有します。
Anacondaを使って環境構築する入門書は増えており、Python初心者とAnacondaとの接点は多いです。
一方、初心者のAnaconda環境で発生した問題に対して、Anacondaを使っていないPythonistaは答えづらいでしょう。
このトークは、初心者にAnaconda環境の運用TIPSを...
Papercallでトークを作る練習です
Papercall難しい
文に立ち返ってPython再入門
Pythonを学ぶ上で、if文、for文、関数定義を皆さん学びますよね。そのときにifやforの行にはコロンが必要なことや、続く行をインデントする必要があることも学ぶでしょう(SyntaxErrorが出てしまいますからね)。では、このコロンやインデントはなぜ必要なのでしょうか?そう決まっているからではあるのですが、Python言語リファレンスで「文」を深堀ることで私は納得の行く説明にたどり着...