Ask HN: Best resources to learn Python and Git?

3 points by bgia ↗ HN
I'm looking for books that would teach me about how Python and Git work behind the scene and then how to efficiently use them.

Any good recommendations?

2 comments

[ 2.7 ms ] story [ 18.3 ms ] thread
For Python you can just read the tutorial and skim standard library docs, they're pretty good.

For Git: https://git-scm.com/book/en/v2 - chapter 10 in particular covers internals.