Questions about the scrapy Framework

Why can it be called without seeing some py files when someone else"s framework has written it? For example, where can I see the local scrapy when from scrapy import log is installed? There is no need to look at it on github, and since it is hidden, we can call it in some way that we usually can"t see. Thank you, because I want to write a distributed code myself

Mar.20,2021

use anaconda, and then call various libraries


when you install a py package, py will be downloaded to dist_package (I don't remember, it will be put in a local directory anyway), and then you can import.
distributed? Remote call? rpc? I don't quite understand what you're talking about. Can't help you?

Menu