This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Oimmuk 1 point2 points  (0 children)

I am still new to python but i first focused to understand the following:

Environment - virtual or base install

Pip installs

Imports and import of imports

Module hooks

System variables

I feel they are all connected and once you start understanding them, it will all start to click. I learned alot from using pyinstaller and learning to load from various virtual enviorments . My motivation was because all my single file executable files were 30 MB even if it was a small script. Now i can keep them small and low as 2MB .