Cheuk Ting Ho
Developer advocate / Data Scientist - support open-source and building the community.
Deep dive into environments and dependencies management
https://slides.com/cheukting_ho/untangle-python-spaghetti/
(Which one do you use?)
drum rolls.....
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
(let me show you)
By Cheuk Ting Ho
Developer advocate / Data Scientist - support open-source and building the community.