Skip to content

Python

Built-in libraries

Properties

  • lambda Use when function is simple, since its only one line. And make code clearer.

  • CPython

  • Everything is an Object
  • Automatic Memory Management
    • Reference Counting
    • Generational Garbage Collection
  • C API
  • GIL
  • @ Wrapper