Variable Case (Outside of function) February 26, 2019 PyCharm / Python / scripting Its common practice to make variables which are outside of scope (outside of a function) capital: VARIABLE = 'something'