What is considered an "advanced" topic in Python?

Todd toddrjen at gmail.com
Fri May 29 13:03:47 EDT 2015


On Fri, May 29, 2015 at 7:02 PM, Todd <toddrjen at gmail.com> wrote:

> 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
>

Sorry, miss-typed. I meant the "dis" module, not the "dist" module.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150529/edcb3458/attachment.html>


More information about the Python-list mailing list