福田 (@JunyaFff) です。本連載Python Monthly Topicsで2024年3月に公開したRust製のPythonパッケージ管理ツール「uv」 を使ってみよう で紹介した 「uv」 が、さらなる進化を遂げました。今回は、その新機能を紹介します。 はじめに Astral社が開発するRust製の高速なpip ...
福田 (@JunyaFff) です。今月の 「Python Monthly Topics」 は、Pythonプロジェクトの管理ツール 「Hatch」 を紹介します。 Hatchは、Pythonプロジェクトの管理を支援するコマンドラインツールです。デフォルトでディレクトリ構成が決められており、バージョン管理も ...
Written in Rust, the PyApp utility wraps up Python programs into self-contained click-to-run executables. It might be the easiest Python packager yet. Every developer knows how hard it is to ...
企業におけるPythonの活用について紹介する前に、Pythonの需要の最新状況について触れておきたい。吉政氏は、日経クロステックが昨年に行った調査を例に挙げ、「Pythonが使われている分野は広く、各分野で普及が進んだことから、利用の場が広がっています ...
One of Python’s most persistent limitations is how unnecessarily difficult it is to take a Python program and give it to another user as a self-contained click-to-run package. The design of the Python ...
実験的な位置づけが強いが、Pythonプロジェクトから新しい開発環境スタックPortable Python 1.1が公開された。Portable Pythonはポータブルデバイスで持ち運びができるようにまとめられたPython開発スタック。Windows XP、2000、98がサポートされ、Python 2.5.4、Python 2.6.1 ...