Forum: Python Aug 2nd, 2005 |
| Replies: 9 Views: 1,908 Nevermind, I found a bit of inherited code that explains it. I guess Python can use the list position to call an object! |
Forum: Python Jul 31st, 2005 |
| Replies: 9 Views: 1,908 This is pretty confusing isn't it? I am still not quite sure how the author is creating card objects without assigning them to a variable (on page 272) in the Deck class. I get how the rest of the... |
Forum: Python Jul 27th, 2005 |
| Replies: 4 Views: 4,135 I have looked through the forums for this and found several hits but none of them truly answered my question.
How can I make a Python program an executable file that does not require my friends to... |
Forum: Python Jul 27th, 2005 |
| Replies: 9 Views: 1,908 This is actually the exact same chapter I am working on in Python for the Absolute Beginner (Chapter 9). The hero invokes its blast method, with invader as its argument. The hero's blast method... |
Forum: Python Jul 27th, 2005 |
| Replies: 8 Views: 2,667 I would recommend trying a book called Python for the Absolute Beginner. It teaches you Python through game programming and is fairly easy to understand. You can buy it on Amazon for about $20+s&h. |