What is considered an "advanced" topic in Python?

Sturla Molden sturla.molden at gmail.com
Sat May 30 08:15:04 EDT 2015


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.

Coroutines, metaclasses and decorators is probably high up on the obscurity
list. Writing C extension modules is high up there as well, not to mention
embedding Python and using subinterpreters.


Sturla




More information about the Python-list mailing list