Categories: Recipes

Shortbread Apple Pie

The best apple pie. Ever. (Don’t try to argue; you will lose.)

Ingredients

  • Crust:
    • 2 cups flour
    • ¼ teaspoon baking powder
    • ½ cup butter (1 stick)
    • 1 cup sugar
    • 4 egg yolks (+ 1 egg yolk (optional) for coating top crust)
  • Filling:
    • 2 or 3 large Granny Smith or Golden Delicious apples, cored, peeled and sliced
    • ¼ cup sugar
    • 2 teaspoons cinnamon

Preparation

*** PREHEAT OVEN to 375° ***

Crust

  1. Preheat oven to 375°
  2. Sift flour and baking powder together and set aside
  3. Blend butter and sugar
  4. Add egg yolks and mix well
  5. Add the dry ingredients and blend

Assembly

  1. Press half the dough into the bottom of a 9″ round cake pan
  2. Arrange apples on top of dough and sprinkle with sugar and cinnamon mixture. The apples should not form a mound; they should be roughly flush with the top of the pan.
  3. Pat the remaining dough into a 9½” circle on waxed paper and lay over the apples
  4. Lightly beat 1 egg yolk and brush over top
  5. Bake at 375° for 45 minutes
    • If the top begins to get too brown, cover pie with foil
  6. Turn off the oven and leave the pie inside for 10 minutes
  7. Let the pie cool inside the pan before unmoulding it

Serving Suggestions

Serve with vanilla ice cream (Häagen-Dazs preferred).

Serves 6.

sara

Share
Published by
sara

Recent Posts

Python 3 Rounding Surprise

I discovered this subtle change when one of my unit tests mysteriously failed once I…

5 years ago

Python 3 Exception Chaining

Exception chaining solves two problems in Python 2. 1. Swallowed Exceptions If, while handling exception…

5 years ago

Safe Password Storage – How Websites Get It Wrong

Here's the recording of my talk "15 minutes w/ Beeswax: Safe Password Storage - How…

5 years ago

Python at Scale: Concurrency at Beeswax

My presentation from the NYC Python Meetup: Python at Scale; Concurrency at Beeswax. Concurrent Python…

6 years ago

Python Dependencies The Right Way

My BazelCon 2019 lightning talk, Python Dependencies The Right Way*, has been posted. Please excuse…

6 years ago

Python 3 f-strings

One of my favorite features of Python 3 is f-strings (Formatted String Literals). Each of…

6 years ago

This website uses cookies.