-
I'm guessing this was submitted after the "Ask HN" about leveling up to a production python programmer and i'm surprised no one mentioned these books:
1. Test-Driven Development with Python
2. Architecture Patterns with Python
Written by the same author the 2nd one is the closest you're gonna get to a production-grade tutorial book.
Related to this topic, these resources by @dbeazley:
Barely an Interface
https://github.com/dabeaz/blog/blob/main/2021/barely-interfa...
Now You Have Three Problems
https://github.com/dabeaz/blog/blob/main/2023/three-problems...
A Different Refactoring
https://github.com/dabeaz/blog/blob/main/2023/different-refa...
His youtube channel:
https://youtube.com/@dabeazllc
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
People should not take that an endorsement of Swig.
Please use ctypes, cffi or https://github.com/wjakob/nanobind
Beazley himself is amazed that it (Swig) is still in use.
Related posts
-
Swig – Connect C/C++ programs with high-level programming languages
-
Nanobind: Tiny and efficient C++/Python bindings
-
Nanobind – Seamless operability between C++17 and Python
-
GitHub - wjakob/nanobind: nanobind — Seamless operability between C++17 and Python
-
Nanobind – Seamless operability between C++17 and Python