Cheuk Ting Ho
Developer advocate / Data Scientist - support open-source and building the community.
Deep dive into environments and dependencies management
Cheuk Ting Ho
import statement
-> searches for both Python code and extension modules
-> search along `sys.path`
create a new environment
-> create a folder structures to...
envs/
folder of your Conda directory
By Cheuk Ting Ho
Developer advocate / Data Scientist - support open-source and building the community.