Here's my talk :

*A guide to Python's magic methods.*
*    - Don't panic*

Whenever Python newbies encounter a method starting with double
underscores(__method__),
they think that its just an advanced topic and move on. Even intermediate
programmers know
only about few magic methods like __init__ and __new__, but there are far
more of these in python.
During this talk we will discuss about various magic methods in python and
how you can use them in your code.


On Mon, Dec 19, 2016 at 9:26 AM, Vijay Kumar B. <vijayku...@zilogic.com>
wrote:

> On Sunday 18 December 2016 08:42 PM, Subil Tries To Speak wrote:
>
>>
>> Title: Obscure Python Implementations
>>
>> Duration: 20 minutes
>>
>> Description:
>>
>> When people talk about using Python, they are usually
>> referring to the most common *implementation* of Python - CPython.
>> Some talk about using PyPy or Jython or IronPython.
>>
>> In this talk, I'd like to present some of the more obscure python
>> implementations,
>> the ones that only very few might have heard about and also talk about
>> their features and
>> the reasons for which you might want to use them.
>>
>> Amendment: Since I want to talk about the very obscure ones, I might talk
>> about defunct implementations
>> also. So for those cases it might not make sense to talk about good
>> reasons to use them (beyond just
>> playing around with them for fun).
>>
>
> Thanks Subil. Your talk has been added.
>
>
> Regards,
> Vijay
> _______________________________________________
> Chennaipy mailing list
> Chennaipy@python.org
> https://mail.python.org/mailman/listinfo/chennaipy
>



-- 
--
Best,
Naren
https://in.linkedin.com/in/makernaren
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to