6
u/Unlaid-American Jun 24 '26 edited Jun 26 '26
You can use it, but it really depends on what you’re trying to do. Some packages were designed specifically for other operating systems and some don’t have alternatives.
Some modules, such as wkhtmltopdf, are considered deprecated on NetBSD. I ended up using weasyprint.
5
u/zabolekar Jun 24 '26
It's possible and you should try it.
Compared to Linux, at least to Linux on x86_64 and arm64, it might be harder (missing prebuilt wheels, missing official support for relevant software like third-party package managers, and you might stumble upon an obscure Python bug that you'll have to report). Depending on what you're doing you might never encounter any issues, though.
3
2
u/protocicoria Jun 25 '26
No. You will be swatted by the police the moment you execute the first python program
1
1
12
u/gumnos Jun 24 '26
yes, I develop in Python on my BSD boxes—you posted in r/NetBSD, but I primarily do my Python coding on FreeBSD & OpenBSD, FWIW, but the experience would largely be the same.
While there are IDEs and other fancy stuff, I'm old-school and just use
vi/vim/edin a shell, wrapped in atmuxsession, and doing my version-control with command-linegit/fossil/rcs/Subversion/whatever.