Yucheng Zhou

Results 4 issues of Yucheng Zhou

在[10.3 使用相对路径名导入包中子模块](https://github.com/yidao620c/python3-cookbook/blob/master/source/c10/p03_import_submodules_by_relative_names.rst#讨论)中,有: > import语句的 . 和 .. 看起来很滑稽, 但它指定目录名.为当前目录,..B为目录../B。这种语法只适用于import 此处句子最后的「只适用于import」应更正为「只适用于from形式的import」,英文原文为: > The . and .. syntax on the import statement might look funny, but think of it as specifying a...

In [pulp.cfg.linux](https://github.com/coin-or/pulp/blob/master/pulp/pulp.cfg.linux) and other pulp.cfg.* files, there are some hard-coded paths should be modified or optimized such as: > GurobiPath = /opt/gurobi201/linux32/lib/python2.5 I found this issue because my PYTHONPATH is...

I'm using a Karabiner-Element rule (like https://ke-complex-modifications.pqrs.org/#finder_improved_navigation) to improve the Finder, such as mapping Backspace (DeleteBackward) to "Cmd-[" to go to the previous folder. I made it by using complex...