ANN: 3 new ShowMeDo.com videos on Python Objects

Claudio Grondi claudio.grondi at freenet.de
Sat Apr 15 16:14:46 EDT 2006


Ian Ozsvald wrote:
> Summary:
> At http://ShowMeDo.com we have 3 new videos by Jerol Harrington
> introducing Python Objects:
> http://showmedo.com/videoListPage?listKey=IntroductionToPythonObjectsUsingIPython_JerolH 
> 
> and 5 videos for beginners to wxPython:
> http://showmedo.com/videoListPage?listKey=PythonWxPythonBeginnersSeries
> making a total of 20 ShowMeDo videos, mostly about Python, all free.
> 
> Detail:
> Jerol Harrington's ShowMeDos use the IPython shell to give an 
> introduction to using 'class', '__init__', inheritance and attributes.  
> I have been using Python for 3 years and I got something out of each of 
> the videos.  These videos represent our first user-contribution - thanks 
> Jerol!
> 
> In the 5 wxPython videos Kyran Dale walks you through the first steps
> of using wxPython - from downloading, installing (MS Windows), a first
> application and on to menubars and event handling.
> 
> Also, in our latest update we have enabled voting on other user's requests:
> http://showmedo.com/requests
> There are 14 requests right now, feel free to share your view on which 
> videos you would like to see.  Some of the requests include List 
> Comprehensions, py2exe, wxGlade, PyDev and other IDEs. 
> Please get in touch if we're missing a topic that ought to be included, 
> we will do our best to have new ShowMeDos made.
> 
> About ShowMeDo.com:
> Free videos (we call them ShowMeDos) showing you how to do things.  The 
> videos are made by us and our users, for everyone.
> 
> Ian Ozsvald, Kyran Dale
> 
> ian at ShowMeDo.com
> http://ShowMeDo.com (http://blog.showmedo.com)
> 
A small hint for everyone interested in gaining deep understanding about 
Python objects:

To gain deep understanding of what objects in Python are is one of the 
biggest challenges when learning Python. There are so many different 
ways of understanding what Python objects are and how Python works with 
them (depending on how deep you want your understanding to be, how deep 
you are ready to dig into this subject and how experienced in 
programming and smart you are), that whenever in the past someone asked 
a question related to such deep understanding in this or other Python 
related newsgroups, the outcome was a never ending discussion thread 
with many controversial postings.

Please be aware, that the video about Python objects (I have checked out 
myself part I) is not consistent in using terms and explaining things, 
so take care assuming that you get enlightened about Python objects 
watching it.

Claudio



More information about the Python-list mailing list