代表的な記法を全部並べて書き換え例の備忘録です 以下の関数を、それぞれの記法に書き換えて比較します。 def make_daifuku ...
参加しているノンプロ研で初開催となる、「中級プログラミング講座【Pythonコース】」で、ティーチングアシスタント(TA)を担当させていただくこととなりました。 「中級プログラミング講座【Pythonコース】」ってどんな講座?については、下記記事ご ...
A tool that automatically generates docstrings for Python code using LLM APIs. It processes Python files recursively and creates files with inserted docstrings while preserving the original codes.
I spent a good hour trying to figure out how to send a custom trace id without using the context managers. After looking at 3 different doc pages and the source code, I found out that I can just do ...