Christian Ruf
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Christian Rufさんの最近のアクティビティ-
Christian Rufさんがコメントを作成しました:
Thank you, Riley! I also think the impact will not be noticeable.
-
Christian Rufさんがコメントを作成しました:
Thank you, Riley! Will this be slow though?
-
Christian Rufさんが投稿を作成しました:
tupledict behavior changed from version 10 to 11
回答済みIn version 10, tupledict.keys() returns a tuplelist. In version 11, it returns dictkeys like regular Python dictionaries do. Receiving a tuplelist is more convenient because one can use its select ...