January 14th, 2010, 10:13 AM
Hey guys,
So, I'd like to do some basic things on the web using Python. For example, have it open a webpage for me, or have it download all the pictures on a given thread I input.
What are the...
September 15th, 2009, 07:44 AM
Doesn't help at all. I've tried re-download/installing with several versions, running with and without UAC, everything.
Anyone have this problem? Anyone help?
September 10th, 2009, 08:12 AM
I've been trying, with multiple applications, and it refuses to run. PyScripter gives me an error, and no version of Python.org's IDLE application will even open.
I've looked around at various...
March 30th, 2009, 01:44 PM
So I'm working heavilly with Python right now, and one thing you can do it parse/select string pretty easily.
For example, if you wanted to create a variable and display a few letters, it'd be:
...
February 13th, 2009, 01:33 PM
Hehe... I'm kind of a giant n00b at programming. So I suppose I'll have to look into what a constructor is, because I'm oblivious. :P
February 13th, 2009, 01:10 PM
Okay, I'll try to be a wee bit less complicated than my main post.
Say you wanted to create a character. The character has three stats: Strength, Agility, and Wisdom. You also can name him.
So,...
February 13th, 2009, 12:56 PM
Okay, I don't mean creating objects like "int a = 1;" kinda thing. Here's what I'm curious about:
What code or process could I use to make it possible to create/name objects? For example:
cout...