python相关面试

语言基础

  • append extend https://www.cnblogs.com/subic/p/6553187.html

  • lambda表达式

    • https://zhuanlan.zhihu.com/p/105682656?utm_source=qq
  • args/kwargs

    • https://www.jianshu.com/p/0ed914608a2c
  • 生成器/迭代器

    • https://zhuanlan.zhihu.com/p/84548471
  • 修饰器/内置修饰器

    • 如何理解Python装饰器? - NET.Dzreal的回答 - 知乎
    • 基于类实现装饰器 https://zhuanlan.zhihu.com/p/53837833
  • 闭包
    • https://zhuanlan.zhihu.com/p/26934085

面向对象

  • new / init: https://zhuanlan.zhihu.com/p/35943253

内存管理

  • 函数参数传递机制,传值和引用

  • 垃圾回收

    • https://www.bilibili.com/video/BV1Ei4y1b7mo?p=6
    • https://pythonav.com/wiki/detail/6/88/
    • 图有点问题,看评论 https://zhuanlan.zhihu.com/p/83251959

对比

  • python sort vs c++ sort
    • c++ sort https://zhuanlan.zhihu.com/p/36274119

你可能感兴趣的:(python相关面试)