パソコン黎明期からパソコンでやりたいことのひとつとしてコンピュータ・グラフィックというものがありました。当時のパソコンのグラフィック能力といえば、せいぜい320 200程度の画面に8色までの色が使えるくらいだったので、あまり複雑なものを ...
スマホでTermuxを使ってプログラミングしているんだが、turtleライブラリでグラフィックスを描画しようとしてバタバタしたので覚え書き。 CUIであるTermuxでどうやってグラフィックスを描画するのか CUIとは「Command line User Interface」の略である。 CUI こんな風に ...
Jupyter is a way of creating interactive notebooks that blend text, graphics, and code. This is a unique form of programming.
Two graphics libraries are in common use in Python: Matplotlib and Seaborn. Seaborn is an extension of Matplotlib that addresses a few specific graphics challenges, including histograms and boxplots.