Slicing a list using generator functions and yield in python 3

hello,
i have problem to write a generator function to slice a great list to pieces in python 3. /because of RAM/. is it possible?