Python tricks

General settings of PyCharm

  • Use PyCharm and not Spyder (more flexible)
  • Use Python Interpreter 3.4.3, not the one from Conda because to install libraries need the Conda interface and not all libraries are there
  • Install necessary libraries through the setting menu Libraries

  • Add command line arguments through the Run settings Command line arguments

Specific programs