On Wed, Jun 17, 2015 at 07:52:46AM +, Velummaylum Kajenthiran via Tutor
wrote:
> Dear Sir/MadamI know the difference between static and dynamic linking
> in C or C++. But what does it mean this in Python?
Nothing. It isn't relevant to pure Python code. All Python code is
dynamically linke
In a message of Wed, 17 Jun 2015 07:52:46 -, Velummaylum Kajenthiran via Tu
tor writes:
Dear Sir/MadamI know the difference between static and dynamic
linking in C or C++. But what does it mean this in Python? Since it's
just an interpreter, and only having one style of import mechanism of
Dear Sir/MadamI know the difference between static and dynamic linking in C or
C++. But what does it mean this in Python? Since it's just an interpreter, and
only having one style of import mechanism of modules, how this make sense?If I
freeze my python application with PyInstaller, Is it a kind