Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 321 Bytes

concepts.md

File metadata and controls

executable file
·
13 lines (9 loc) · 321 Bytes

We will try to understand basic definations of few concepts

  1. GENERATORS
  2. ITERATORS vs ITERABLES
  3. name == 'main'
  4. DECORATORS
  5. ASYNCRONOUS CALLS
  6. SERIALIZATION and DESERIALIZATION

Basic References

  1. __future explained in detail