Settings

Theme

Ask HN: Best resources to learn Python and Git?

3 points by bgia 9 years ago · 2 comments · 1 min read


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?

itamarst 9 years ago

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.

acemarke 9 years ago

My React/Redux links list has a page pointing to a number of useful Git tutorials and resources, including several that dig into Git's internals: https://github.com/markerikson/react-redux-links/blob/master... .

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection