Python packaging tutorials

Where can I find tutorials on Python packaging? I am interested in tutorials discussing the most recent recommendations for packaging and I am interested in creating packages using C++ extensions with external C++ libraries.

Dan’s Real Python site has many very well written tutorials, some of which are behind pay wall, but there’s a large amount that are not.

Maybe this will be of help?

This looks nice. Thank you.

1 Like

I would recommend these resources:

As far as I know, they have been created entirely from scratch very recently with input from the people building the packaging standards and tools, so there is probably very few chances they have outdated info. This is important because there is a tremendous amount of outdated info all over the internet regarding Python packaging.

Also they are geared towards the “scientific Python” community which uses a lot of C/C++. Common Python packaging resources are usually geared towards pure Python projects.

1 Like

These look great! It seems to be exactly what I was looking for. Thank you!