[Python] The Difference Between Package and Module
When we are chatting with friends with CS backgrounds, we may hear them said: “This time we should use the A package!“, “Maybe we should consider importing B module…” So, what exactly is it? what is package? what is module? and what is the difference between them?
Read More »[Python] The Difference Between Package and Module