Tips

StackOverflow - 2020 Developer Survey

StackOverflow published its Developer Survey 2020. Click here for details. In 2020, Python, Go, TypeScript, Rust are the programming language most loved by developers in the world. It means that these languages are in vogue and new learners are on the rise.

Monte Carlo Simulation of Black-Scholes Option Pricing Model

幾何ブラウン運動のサンプルパスを生成することにより,株価が幾何ブラウン運動にしたがう場合のコールオプション価格をモンテカルロシミュレーションにより導出し,サンプルパスの生成回数を増やすことで理論値に収束することをプロットにより確認する.

Simon N Wood's "lockdown reading list"

Simon Wood, a leading statistician in UK being famous for the text book of the GAMs introduced the lockdown reading list in his homepage. It looks interesting, so I’ll share it here.

Tencent's Strategy for the ACG and the Impact on Japan

中国のTencentが日本のACG(Anime, Comics, Game)産業へ大きな関心を寄せている.

Time-steady States on Systems

動的システムの定常状態,線形性,移動平均について.

Whiteside's Outline Method

Prof. George M. Whitesides is a top-level researcher on chemistry and also known as one of the highest h-index researchers in the world. He explains his unique writing techniques called Outline Method in the article, “Whitesides’ Group: Writing a Paper”.

Automatically Login to keio.jp using Selenium on Python

Have you ever want to login to keio.jp automatically? Don’t you think it is cool? At least I think so and I write down the way to achieve that with Python.