Today, we're going to be delving into the subject of Object Oriented Programming (OOP). OOP is a very powerful way of organizing your code, and a solid understanding of the concepts behind it can really help you get the most out of your coding.
View the whole course: http://net.tutsplus.com/sessions/python-from-scratch/
this video is 21 minutes long and it is complete. not 54... min 21 to 54 is just blank screen... author just forgot to stop the screencast. just for other reader,s info
ifiaz 1 month ago
Sorry for the wrong indentation and bad English, but I got an unusual problem that deals with Window's firewall. Do I really have to turn it off?
OmegaF77 3 months ago
{I have a problem}
class Kids: energyLimit = 34 def sleep(self): print "ZZZ" def count_energy_limit(self): print "I have %s watts of hyperactivity." %(self.energyLimit)
class Teens(Kids): def hyperactivity(self): print "WHOAH!"
John = Teens()
John.hyperactivity = ()
(After running the module, the python interpreter(or IDLE) showed nothing because the computer was blocking it. How to fix?)
OmegaF77 3 months ago
You have forgotten the hashtag...
like:
#!/usr/bin/env python2.7
GegoXaren 3 months ago
Very clearly explained concepts and great examples..thank you!
cheapEgo 4 months ago
Ahaha. Minecraft it's cool game))
Andrewsnash 6 months ago
man your dropbox folder is syncing whole time
gadelat2 6 months ago
@vodkaa1 That's my nickname for ages xD
AlwaheedKOD 6 months ago
@AlwaheedKOD "Kod" means code in Swedish.
vodkaa1 6 months ago
it's 21 minutes long, not 54
gdar91 6 months ago