本格的にPythonでモジュールをいくつも開発して利用するようなことでもない限り、それほど必要性は高くないのだが、たくさんデプロイされているコンパイル済みのPythonファイルについても一応、知っておいたほうがよいだろう。 Pythonやそのパッケージを ...
Pythonの基礎としてモジュール及びパッケージを説明します。一般的な用語の説明は下記の通りです。 パッケージ:複数モジュールがまとめて管理されたディレクトリ ライブラリ:プログラムの再利用や配布が可能な形式にまとめたもの。複数の ...
Before diving into OpenGL programming, it is important to have a look at the whole GL landscape because it is actually quite complex and you can easily lose yourself between the different actors, ...
This repository contains multiple games of OpenGL that are built in Python, showcasing various graphical and interactive elements through OpenGL primitives and Python programming. Each game is ...
Pythonモジュールのリロードの仕組みと潜在的な問題点について説明し、本番環境での使用を避けるよう推奨している。 `__main__`名前空間の働きとその活用方法を解説し、モジュールをスクリプトとしても使えるようにする方法を紹介している。 Pythonの ...