Yes
Both Python License 2.0 and BSD 2-Clause License are permissive licenses with minimal obligations. Combining code under them is straightforward; ensure the original copyright notices are preserved alongside any new ones.
| License | Family | Patent grant |
|---|---|---|
| Python License 2.0 (Python-2.0) | permissive | No (implicit at most) |
| BSD 2-Clause License (BSD-2-Clause) | permissive | No (implicit at most) |
Python License 2.0: Permissive license used by CPython itself; close to BSD.
BSD 2-Clause License: Two-clause BSD: very similar to MIT, no patent grant.
If you found this page because you're trying to figure out whether shipping a particular dependency is safe, the answer above is a starting point — not a substitute for reading the actual licenses or talking to a lawyer when stakes are high.
LicenseHound walks every transitive dependency in your repo, maps each to its SPDX license, and flags pairs like this one in PR comments. The CLI is free; the team dashboard is paid.