I\'m completely new to Python and PyCharm and I cannot figure out why PyCharm doesn\'t auto-completes very simple cases such as:
import pickle pickle.dum[co
You could try with a virtualenv and on it install all you project dependencies and the go to pycharm preferences/Project Interpreter and it will update your project dependencies.
Project Inspector