do you know enough python to teach me? I don't want to root around on random websites for information that'll confuse me to death
I definitely wouldn’t be able to phrase Python rules better than an expert. Harvard offers free hands-on Python classes and there are plenty of online tools that make it more intuitive and easy to learn. Python is a very easy language (especially in comparison to something like BASIC or C++) and if you’re confused by it then you probably aren’t looking in the right places.
I’ve been coding for a good while but still am nowhere near being able to create something of that scope, so don’t expect it to be quick. If it were quick and easy, then we would have a lot more vocal synths on the market today.
Python has a thing called libraries which add extra functions to Python so you don’t have to reinvent the wheel every time you code, so you may want to browse around on PyPi and see if you can find the libraries you would find useful for your projects.