こんにちは、こでまりです。 Pythonを始めると、誰もが「Pythonファイルは .py」というイメージを持つと思います。 でも実はもうひとつ、Jupyter Notebookで作る .ipynb ファイル があります。 私も職場でPythonを使う中で、上司にJupyter Notebookを勧められました。
The Windows version of the Python interpreter can be run from the command line the same way it’s run in other operating systems, by typing python or python3 at the prompt. But there’s a feature unique ...
Pythonプロジェクトを進めていると、utils.pyやhelpers.pyといった名前のファイルをつい作ってしまいませんか?どこに置くべきか分からない便利な関数を、とりあえず入れておく「便利屋」あるいは「ガラクタ置き場」のようなモジュールです。 しかし、この ...
py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is ...
Microsoftは米国時間2021年1月21日、Visual Studio Code用拡張機能「Python」を更新した。公式ブログによれば、データビューアーを用いたデバッグの効率性向上や、Pylanceユーザー向けの環境変数サポートを含む13件の変更が加わっている。 まず、デバッグの効率性向 ...