|
|
|
|
|
by sarchertech
1385 days ago
|
|
If you need to understand what Python is doing under the hood, you’ll have to have some understanding of pointers. Not having a decent mental model of what’s happening a few levels below severely limits the kinda of problems you can solve. |
|
I'm familiar with C/C++ and how pointers work, but that part of my mental knowledge never comes into play when I write python code, whether Django or not. And I've written substantial code in these two environments, they don't really intersect.
I mean, maybe once in a couple years you'd run into some weird problem that requires deep knowledge to solve, but "severely limits" might be a bit of an overstatement. (And might be some form of unwarranted gatekeeping IMHO.)
Everyone has limits/gaps in their knowledge, while C and pointers are part of the standard curriculum for CS degrees, not everyone has to be such cookie cutter devs (as long as they do their job and their employers are happy)