随笔分类 - Python
摘要:Garbage collection https://www.jianshu.com/p/1e375fb40506 Multiple threads (Global Interpreter Lock) https://realpython.com/python-gil/ Compiling and
阅读全文
摘要:References: [1]. http://python.jobbole.com/81129/ 本文将讨论Python中下划线(_)字符的使用方法。我们将会看到,正如Python中的很多事情,下划线的不同用法大多数(并非所有)只是常用惯例而已。 单下划线(_) 通常情况下,会在以下3种场景中使用
阅读全文