I still have a little problem with notation for partial derivatives.
Let $$ f(x,y) = x^2y $$
What do you think that this should equal to? $$ \frac{\partial f}{\partial x}(y,x) =\, ? $$ There are two options $2yx$ or $y^2$.
Do you think that following is the same? $$ \frac{\partial f(y,x)}{\partial x}= \,? $$ And now take substitution $g(x,y)=f(y,x)$. What is following? $$ \frac{\partial g}{\partial x}(x,y)=\,? $$ I would love to hear your opinions?
Based on DanielV comment, I need answer for things like these
$$ \frac{\partial f(y,z)}{\partial z} $$ $$ \frac{\partial f(f(y,z),z)}{\partial z} $$
I get constantly confused during physics lectures because of this :(
Some terminology you should know:
In common practice, when it is written
$$\frac{\partial f}{\partial x} $$
it is an abuse of notation. The idea of $x$ doesn't exist outside of defining $f$, what is indicated is the derivative of $f$ with respect to it's first argument, regardless of the name. When you see $\frac{\partial f}{\partial x} $, you should ask "where was the $x$ located when $f$ was defined?"
Physicists and engineers tend to view large problems a bit differently than mathematicians (at least those who haven't studied outside of mathematics), so things can become complicated. Real world problems tend to manifest in terms of variables like gravity, distance, time, voltage, etc, rather than functions. If you try to contort these variables and turn them into functions to conform to the calc textbooks then you are in for a world of hurt. For example, gravity could be given as a function of distance and mass, or in terms of mass and temperature where temperature is a function of distance, etc. There is no universal function that represents a variable, but variables are what must be described with the differential calculus.
So engineers and physics might actually mean
$$\frac{\partial f(y, x)}{\partial x} $$
to be interpreted as a derivative by $x$ the argument, not $x$ the parameter. You might have to ask for clarification. As mickep wisely said in the comments, it is best to avoid the reuse of variable names whenever you can. But don't forget an important point of mathematics: it isn't about presenting arguments to be memorized, it is about presenting arguments to be understood. Most ambiguous notations that occur do so because if it confuses you, then you probably aren't understanding to begin with. So before asking for clarification, first ask yourself which interpretation makes more sense in context. Then if it still isn't clear, then ask for clarification.
So the question was updated to ask about:
$$\frac{\partial f(f(y,z),z)}{\partial z}$$
presumably under the definition $f(x, y) = x^2y$. In proper mathematical conversation, $\frac{\partial}{\partial}$ is used to refer to the derivative of a function with respect to one of its parameters. If you don't use it to mean that, then the proper folk will not invite you to their putnam exam parties.
However, in practice, sometimes something like
$$Q = \frac {\partial f(f(w,z),z)}{\partial z}$$ is used in yet another abuse of notation. This one would probably mean:
$$g(w, z) = f(f(w,z),z) \quad \text{ and } \quad Q = \frac{\partial g}{\partial z}$$
In terms of variables (rather than functions), it would mean something like "the rate of change of $f(f(w,z),z)$ with respect to $z$, assuming $\frac{dw}{dz} = 0$
The important thing to watch out for with something like this is that you can't come back later and say $w = h(v,z)$, because your use of partial derivative notation assumed this dependency didn't exist. If you add a dependency like that in later, then you have to start over from scratch with:
$$g(v,z) = f(f(h(v,z),z),z) \quad \text{ and } \quad Q = \frac{\partial g}{\partial z}$$