Skip to content

Instantly share code, notes, and snippets.

@woctezuma
Last active January 22, 2025 17:04
Show Gist options
  • Save woctezuma/b3c692ffcae1458b8b967b5f087e8f0e to your computer and use it in GitHub Desktop.
Save woctezuma/b3c692ffcae1458b8b967b5f087e8f0e to your computer and use it in GitHub Desktop.
Notes about coursed at boot.dev
  1. Python:
  • chapter 3: parameters vs. arguments
  • chapter 6: binary numbers, bitwise operators
  • chapter 11: empty set set()
  • chapter 13: float("inf"), type()
  1. Linux:
  • chapter 1: terminal vs. shell
  • chapter 4: shebang
  1. Git:
  • chapter 3: xxd
  • chapter 5: git switch
  1. Function Programming:
  • chapter 6: closure with nonlocal
  • chapter 7: currying
  1. Go:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment