Bytewave
u/scirc
While I don't have the answer to your question, I can say that this subreddit is an appropriate place to discuss Breezy Town. As long as it's an official Pony Town server (i.e., under the pony.town domain), it is eligible for discussion in this subreddit. Rule #7 is concerned mostly with custom servers, e.g. Dust Town. The "unofficial" title of this subreddit just means that this place is community-run, and the Pony Town staff don't actively moderate or monitor it.
it’s convention to use camelCase for function names
In Python? Not really. Snake case is the prevailing naming convention for just about any identifier there (with the exception of PascalCase for classes and SCREAMING_SNAKE_CASE for constants), per PEP 8.