2024-03-10から1日間の記事一覧

ttkbootstrap スクロール可能な画像表示キャンバスを作ってみた

作業環境 始まり スクロールバーによるスクロール対応 マウスホイールによるスクロール対応 画像のセット 動作サンプル 完成!!! おわり!!! 作業環境 Windows 10 Visual Studio Code Python 3.11 始まり こんな感じのスクロール可能な画像表示キャンバスを作…

Class properties are deprecated in Python 3.11 and will not be supported in Python 3.13

作業環境 始まり おわり!!! 参考 作業環境 Windows 10 Visual Studio Code Python 3.11 始まり 連鎖クラスメソッドが3.11で廃止されますよという共有です。 Removed chained classmethod descriptors (introduced in gh-63272). This can no longer be used …