In this post I’ll outline a workflow for developing native extensions for Python. The build tool of choice is Meson, and we’ll use PDM to ensure a frictionless developer experience. For a long time, C ...
こんにちは!私は、AIスタートアップでPdMをしております。 そんな中、AIの魅力に惹かれ一人 [ AIエンジニア ] の勉強を始めました! ️ そんな中、「Pythonって聞いたことあるけど、どうやって始めたらいいの?」と質問をもらうことが増えました🧐 Pythonは ...
こんにちは!私は、AIスタートアップでPdMをしております。 そんな中、AIの魅力に惹かれ一人 [ AIエンジニア ] の勉強を始めました! ️ 一方で、プログラミングの学習において多いのが途中段階で挫折してしまうこと。挫折しないためには、何より継続と ...
Modern Python developers use virtual environments (venvs), to keep their projects and dependencies separate. Managing project dependencies gets more complex as the number of dependencies grows.
I would expect pdm init minimal --python 3.13 to download a new python version instead listing out all the python interpreters in the system and asking me to select one. I am not really sure if these ...