Then there is the prohibition of realistically depicting sex with an animal. The law does not care whether the animal wanted sex. I've read that male dolphins try to have sex with humans, and female apes sollicit sex from humans. What is wrong with giving them what they want, if that's what turns you on, or even just to gratify them?
Name:
Anonymous2012-12-04 22:04
Yeah, yeah, yeah. Figure it out on my own. Figured.
I learned a bit about programming with How to Learn Python the Hard Way. It isn't so much about Python as it is about elementary programming concepts. Much luck!
Name:
Anonymous2012-12-04 22:11
K, tackling Python as my first programming language.. when I went to download it there were a bunch of versions available, such as jython and all that. What's a good version to start with for a total noob?
Not asking for step by step instructions, btw. Just a general point in the right direction.
>>6
CPython, the original shitty implementation of Python and the de-facto standard for whatever the fuck the language is supposed to do. If you hear someone speak of ``the Python interpreter'' or that they are ``using Python'', they most likely mean this.
You may download it from http://www.python.org of from your OS's software repository, if applicable.