1. WSL を有効化して Ubuntu を入れる 2. Ubuntu に Python をインストールする 3. venv(仮想環境)を使って安全に開発する ところまでを、つまずきやすいポイント込みでまとめます。 以下を実行します(24.04 LTS の例)。 // 以下は PowerShell で実行します。 wsl --install ...
Pythonで開発を進めていると、プロジェクトごとにPythonのバージョンや使用するライブラリのバージョンを変えたい場面があります。 プロジェクトAでは `pandas 1.5.3` を使いたい プロジェクトBでは `pandas 2.2.0` を使いたい プロジェクトCでは `Python 3.9` が必須だが ...
Python virtual environments shine for keeping projects and conflicting packages separate. Just keep these dos and don’ts in mind. One of Python’s biggest draws is its expansive ecosystem of ...
Microsoftは現地時間2022年10月6日、Visual Studio Code用拡張機能「Python」の2022年10月版をリリースした旨を公式ブログで報告した ...
Of all the reasons Python is a hit with developers, one of the biggest is its broad and ever-expanding selection of third-party packages. Convenient toolkits for everything from ingesting and ...