Notes for Zed Shaw’s Learn C The Hard Way¶
Note
I learnt Python from Zed Shaw’s Learn Python the Hard Way
. In the
years since, I’ve learnt that some of the things he teaches might not be
following the best practises, but to be honest, I faltered my way
towards programming. I recommend Automate the Boring Stuff
by Al
Sweigart these days, but I cannot deny that Zed Shaw’s methodology works.
And it works well. For me.
Shut up and Shell
should be every programmer’s motto.
In this series of posts, I’ll document my notes on LCTHW
, a book
that has received a lot of flack. I’ll cross-reference sections from K&R
so that I can use both in tandem.