Yes.
In class I tend to use camelCase like firstOwlName
, since that matches the preferred Java naming scheme, which students will need to get used to if they go on to CSC 202.
However, using underscores between words is also a proper Python variable naming convention.