🖥#python の 辞書 に対して #Ruby on #Rails の pluck 的なことをやる2019/04/12に公開2023/08/29PythonRailsRubytechFuncyだぜ! >>> from funcy import pluck >>> list(pluck("name", [ {"name": "fix", "ext": "wow"} , {"name": "bug" }, {"name": "dig"} ])) ['fix', 'bug', 'dig'] Original by Github issue https://github.com/YumaInaura/YumaInaura/issues/1213 チャットメンバー募集 何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。 https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ Twitter https://twitter.com/YumaInaura 公開日時 2019-04-12 Discussion
Discussion