Changing variable name in Spyder

editor, python, spyder, variables

Solution

1) Select the variable you want to change, then Press CTRL + R
2) Enter the new variable name you want. (in replace by)
3) Replace all

Problem

I have a program with many formulas and variables. I need to change the name of some of these variables. Is there any command or function in Spyder that can help me change all the names in one step? I am looking for something like the Matlab's MAIUSC+ENTER.

Original source