What functions are considered as advanced python?

I do basic python programming, and now I want to delve deeper into language functions. I have compiled / reviewed the following to be python's advanced features and learn them now.

  • decorator
  • Iterator
  • Generator
  • Meta class

What else needs to be added / considered in the above list?

+5
source share
4 answers

First of all, this thread should be a wiki community.

Secondly, iterators and generators are pretty simple Python IMHO. I agree with you on decorators and metaclasses. But I'm not a very good programmer, so I probably find it harder to wrap my brain around than others.

Thirdly, I would add threads / multiprocessing to the list. It is very difficult:)

+2

, , Python ( ):

, :

  • copy pickle.
+2

, , . Python, , . , , . , , .

, . , , , , .

+1

All Articles