ノンプロ研で開催されている、「中級プログラミング講座【Pythonコース】」第1期第3回の講座の内容と、学習したことなどを、講座の回毎にまとめていきます。 第3回のアジェンダは、「モジュール」です。 Pythonの世界 Pythonには、標準機能、標準ライブラリ ...
この記事は「モジュールがPythonでインストールされているのに、Jupyter notebookではエラーになるときの解決法」を移植したものです。 Jupyter Notebook にて Python を使おうとしたところ、以下のようなモジュールエラーが発生しました。 ModuleNotFoundError: No module named ...
前回はfuncコマンドで各minion上のモジュールを実行する方法について解説しましたが、 今回はPythonプログラムからモジュールを実行する方法について解説します。 funcコマンドの場合は、 単純にモジュールを実行して結果を表示するだけでしたが、 Python ...
PythonとRustを使ってPythonの拡張モジュールを書く Hideo Hattori(以下、Hattori):ありがとうございます。このようなお話させていただく機会をいただきまして、ありがとうございます。今日は「RustとPython」ということでお話をさせていただきます、Hattori Hideoと ...
In my last few articles, I looked at several different Python modules that are useful for doing computations. But, what tools are available to help you analyze the results from those computations?
🐍 Snake Game A simple Snake Game built using Python and the turtle graphics module. This project is a fun and beginner-friendly way to understand the basics of game loops, event handling, and ...