Re: What was the project that made you feel skilled in Python?

2013-05-20 Thread Thomas Murphy
Hi Demian, Can I ask what you mean by working through the stdlib? As in writing code pieces utilizing each module from the stdlib? Also, you're talking about "patches" in the stdlib? Is there a separate library of patches? Forgive me if I'm google-failing hard over here. -- http://mail.python.org

Prepending string "@" to usernames

2013-05-24 Thread Thomas Murphy
27;TheGermanHatesSaurkraut', 'WhatsThatBoy932834'] I know I'm iterating wrong. May I ask how? -- Sincerely, Thomas Murphy Code Ninja 646.957.6115 -- http://mail.python.org/mailman/listinfo/python-list

Re: Prepending string "@" to usernames

2013-05-24 Thread Thomas Murphy
address.append("@" + str(address)) > print final_address > Exactly it. Thank you so much Dan. Perfect! -- Sincerely, Thomas Murphy Code Ninja 646.957.6115 -- http://mail.python.org/mailman/listinfo/python-list

Re: Prepending string "@" to usernames

2013-05-24 Thread Thomas Murphy
m the need to visually write every little step out and write in these more powerful chunks. -- Sincerely, Thomas Murphy Code Ninja 646.957.6115 -- http://mail.python.org/mailman/listinfo/python-list

Re: I just wrote my first Python program a guessing game and it exits with an error I get this.

2013-06-05 Thread Thomas Murphy
is would project > a need for a good sex life. > -- > http://mail.python.org/mailman/listinfo/python-list > -- Sincerely, Thomas Murphy Code Ninja 646.957.6115 -- http://mail.python.org/mailman/listinfo/python-list

Re: Wrong website loaded when other requested

2013-06-13 Thread Thomas Murphy
thon.org/mailman/listinfo/python-list > -- Sincerely, Thomas Murphy Code Ninja 646.957.6115 -- http://mail.python.org/mailman/listinfo/python-list

Re: Unlimited canvas painting program

2013-10-24 Thread Thomas Murphy
To start with, you'll want some sort of Graphic User Interface, a popular and common (but not the only) one is TkInter, which you can dive into here: https://wiki.python.org/moin/TkInter -- https://mail.python.org/mailman/listinfo/python-list