############################## Python进阶 ############################## .. tip:: 使用python.exe执行简单的python代码: ``python3 -c 'import os;os.mkdir("/tmp/core_20220427") if not os.path.exists("core_20220427") else None'"`` .. toctree:: :maxdepth: 2 魔术方法 类型注解 数据结构 虚拟环境 装饰器 async 元类编程 位运算 设计模式 日志 深入了解GIL锁 pdb调试 异步编程