KEMBAR78
Generators In Python | PPTX
What’s in it for you?
Advantages of Generators
What is a Generator in Python
If Else Statement
What is a Generator in Python?
Python Generators lets you create your own iterator functions
that return the traversal object with a sequence of values
In a generator function, a yield statement is used rather than a
return statement
The return statement terminates a function entirely while the
yield statement pauses the function, holding all its states and
continuing on successive calls
Advantages of Generators
Easy to implement
Memory efficient
Generate infinite sequence
Pipelining with generators
next () Function
next () function is used to retrieve element from a
generator object
Syntax: next(generator_obj)
INDIA
Simplilearn Solutions Pvt. Limited
#53/1C, 24th Main, 2nd Sector
HSR Layout, Bangalore 560102
Phone: +91 8069999471
UNITED STATES
Simplilearn Solutions Pvt. Limited
801 Corporate Center Drive, Suite 138
Raleigh, NC 27607
Phone: (919) 205-5565
UNITED STATES
Simplilearn Solutions Pvt. Limited
201 Spear Street, Suite 1100
San Francisco, CA 94105
Phone: (415) 741-3319
Join us to learn more!

Generators In Python

  • 2.
    What’s in itfor you? Advantages of Generators What is a Generator in Python If Else Statement
  • 3.
    What is aGenerator in Python? Python Generators lets you create your own iterator functions that return the traversal object with a sequence of values In a generator function, a yield statement is used rather than a return statement The return statement terminates a function entirely while the yield statement pauses the function, holding all its states and continuing on successive calls
  • 4.
    Advantages of Generators Easyto implement Memory efficient Generate infinite sequence Pipelining with generators
  • 5.
    next () Function next() function is used to retrieve element from a generator object Syntax: next(generator_obj)
  • 6.
    INDIA Simplilearn Solutions Pvt.Limited #53/1C, 24th Main, 2nd Sector HSR Layout, Bangalore 560102 Phone: +91 8069999471 UNITED STATES Simplilearn Solutions Pvt. Limited 801 Corporate Center Drive, Suite 138 Raleigh, NC 27607 Phone: (919) 205-5565 UNITED STATES Simplilearn Solutions Pvt. Limited 201 Spear Street, Suite 1100 San Francisco, CA 94105 Phone: (415) 741-3319 Join us to learn more!