🎯
Extended Mind
  • > a personal wiki
  • Reading
    • Beyond Good and Evil
    • Gödel, Escher, Bach: An Eternal Golden Braid
    • Curious by Ian Leslie
    • About crime and deterrence
    • Notes about Albert Camus
    • Never Split The Difference
    • Philosophy and Physics
    • The Critique of Pure Reason
    • Java Concurrency in Practice
    • On the Heights of Despair
    • Astronomical Algorithms
  • TILs
  • Programming
    • Python
      • Python dictionaries are insertion-ordered from 3.7+
      • Closures in Python capture variables, not values
    • System Design
      • Kafka vs REST
      • On tech debt
  • Math
    • Common knowledge
    • Inspection paradox
Powered by GitBook
On this page

Was this helpful?

  1. Programming

Python

Python dictionaries are insertion-ordered from 3.7+Closures in Python capture variables, not values
PreviousTILsNextPython dictionaries are insertion-ordered from 3.7+

Last updated 5 years ago

Was this helpful?