What are some good resources to learn C and contemporary best practices for people coming from JS/Python/etc.?
@dlx I’ve only just started on this, but I like it so far. It focuses on *modern* (C23), secure C programming. https://nostarch.com/effective-c-2nd-edition
Effective C, 2nd Edition

Is an introduction to essential C language programming that will soon have you writing programs, solving problems, and building working systems.