Pycharm allows customisation of the Python console. By default it adds WORKING_DIR_AND_PYTHON_PATHS to the sys.path:
WORKING_DIR_AND_PYTHON_PATHS
sys.path
import sys; pr