Hi

There are a couple of tutorials I'd like to present at EuroPython

1.  JavaScript for Pythonistas.  I've gave this at the last two EuroPythons, 
and could deliver it again.  The course material from last year is here.
http://jfine.bitbucket.org/docs/js4py/



2.  Classes and Objects in Python and JavaScript

I discoved something odd.   **JavaScript objects are like Python classes with 
custom item
  methods (on the metaclass) that are never instantiated.**

https://bitbucket.org/jfine/python-jsobject/src/02b482e17403/docs/source/jsobject.rst#cl-257


I'm also developing some tools for constructing classes on-the-fly in Python.

https://bitbucket.org/jfine/python-jfine/src/32e6d600b114/jfine/classtools.py


I'm interested is developing and presenting a clear and concise explanation of 
how classes and types work in Python, including when to use and not use 
__metaclass__.  Another major goal is to teach everything required to 
understand the odd jsobject statement.


So, I'd appreciate encouragement if appropriate.  But even better, constructive 
criticism.  Is there interest?  What sort of topics would you like to have 
addressed?  And finally, would you like to help?

Best regards


Jonathan






-- 
The Open University is incorporated by Royal Charter (RC 000391), an exempt 
charity in England & Wales and a charity registered in Scotland (SC 038302).

_______________________________________________
Europython-improve mailing list
Europython-improve@python.org
http://mail.python.org/mailman/listinfo/europython-improve

Reply via email to