Comment by tuveson

Comment by tuveson 6 days ago

1 reply

C is not as hard to get into as you might think, and probably necessary to be at least a little bit comfortable with if you want to write Python libraries or understand Python internals. I would suggest Beej’s guide, if you’re looking for a place to start!

https://beej.us/guide/bgc/

joshdavham 6 days ago

Many thanks for the resource!

I did do some C in uni and I remember not finding it too terrible and actually pretty fun, but yeah, it does feel intimidating to come back to.