Sadly, other than what I hoped for, this post was not submitted from python, but someone else's post submitting site.
I have been working on a file that would enable me to submit posts like this without using third-party sites. This code will give the post a title body, and a certain number of tags that I give it. In order for this program to work, however, I need to give it my posting password, which means I need to figure out how to give it my posting password.
I need the password, of course, to post, but it doesn't accept the password in text. It requires me to give the computer the passwords to my account, but as per a previous post, I am using a virtual machine for my code so I don't know how secure it is. I will be looking into this over this next week and hopefully finish it and post strictly from python. :)