One master python process = ~28mb normally, ~40 on load.
One shell (bash/sh/zsh) = depending on how much of memory your shell uses
One sshd = ~600kb if I recall correctly
For each new tab or new connection,
One child python process = ~8mb
One shell...