Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 20th, 2001, 09:23 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Very Good

Thank you for your excellent articles.
<br />
I searched the web for good Python tutorials and found the best one here at devshed.
<br />

Reply With Quote
  #2  
Old July 20th, 2001, 04:02 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Love this

Hi guys, great job on this tutorial. Would love to see some in-depth examples of wxPython or TkInter. Thanks again.

Reply With Quote
  #3  
Old July 24th, 2001, 05:39 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Very Good

I agree - I have found this even better than some of the books out there for learning Python.

Cheers for the effort you have put in.

Graham

Reply With Quote
  #4  
Old August 7th, 2001, 09:01 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Fantastic

I've been looking for a good excuse to turn my window box of and have a play with my Linux box, here it is. Great stuff.

Reply With Quote
  #5  
Old August 20th, 2001, 11:16 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
EXCELLENT

This is really cool! I can pick up the skills quick here, after not programming for so many years :-)

Reply With Quote
  #6  
Old August 23rd, 2001, 03:05 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Excellent!

Simple. To the point execatly what I was looking for!

I knew about the keyword, but was using it wrong!

_instance

def get():
if global _instance == None:
_instance = MainForm(None)
return _instance
should be:
def get():
global _instance
if _instance == None:
_instance = MainForm(None)
return _instance

Reply With Quote
  #7  
Old January 28th, 2002, 06:51 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #8  
Old February 22nd, 2002, 03:53 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #9  
Old May 27th, 2003, 10:25 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Python 101 (part 6): Hedgehogs, Pythons And Funky Chameleons

Python 101 \(part 6\): Hedgehogs, Pythons And Funky Chameleons

This week, Python 101 discusses how to abstract out parts of your Python code into reusable functions, add flexibility to them by allowing them to accept different arguments, and make them return specific values. Also included: a discussion of variable scope and functions to help you write your own functions. Confused? All is explained within...

Please discuss this article in this thread. You can read the article here .

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Python 101 (part 6): Hedgehogs, Pythons And Funky Chameleons


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway