プログラミングにおいてデバッグ作業は避けては通れない道です。 Pythonを初めて学ぶ際には、print文を使用してデバッグする方法が一般的ですが、これに加えて、Pythonにはより効果的なデバッグ手法があります。 その1つが、Python標準ライブラリに含まれる ...
Pythonのちょっとしたデバッグ時に標準機能の対話型デバッガーの pdb はとても便利ですが、今回はその pdb の上位互換で超多機能版の ipdb の情報を共有します。 使い方は pdb と同じで、デバッガを起動したい部分に ipdb.set_trace() を書きます。 import ipdb def test ...
Small tools for analyzing pdb/cif files. The objective of this project is to set up python script that are useful during modeling or analyzing structures. This script will find the maximum xyz ...
Output from running 'python -VV' on the command line: Python 3.13.0a0 (heads/main:578ebc5d5f, Sep 1 2023, 20:48:35) [GCC 10.2.1 20210110] A clear and concise ...