What is considered an "advanced" topic in Python?

Todd toddrjen at gmail.com
Fri May 29 13:02:00 EDT 2015


On Fri, May 29, 2015 at 6:01 PM, Mike Driscoll <kyosohma at gmail.com> wrote:

> Hi,
>
> I've been asked on several occasions to write about intermediate or
> advanced topics in Python and I was wondering what the community considers
> to be "intermediate" or "advanced". I realize we're all growing in our
> abilities with the language, so this is going to be very subjective, but I
> am still curious what my fellow Python developers think about this topic.
>
> Thanks,
> Mike
> --
> https://mail.python.org/mailman/listinfo/python-list
>

The ast module and AST hacking
The dist module and understanding the interpreter.
Code objects
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150529/291d9111/attachment.html>


More information about the Python-list mailing list