虾仁青豆汤,一道既营养又美味的家常汤品,不仅适合家庭聚餐,也是上班族快捷营养的午餐选择。今天,就让我带你走进这道汤的制作过程,让你轻松学会在家也能做出美味的虾仁青豆汤。
准备材料
- 虾仁:200克
- 青豆:100克
- 姜片:适量
- 盐:适量
- 鸡精:适量
- 清水:适量
- 植物油:适量
制作步骤
1. 虾仁处理
首先,将虾仁清洗干净,去除虾线(虾背上的黑线)。这一步非常重要,因为虾线含有较多的杂质和异味,会影响汤的口感。
# 假设我们有一个函数来处理虾仁
def process_shrimp(shrimp):
shrimp_cleaned = [s for s in shrimp if 'line' not in str(s)]
return shrimp_cleaned
# 假设虾仁列表
shrimp = ['line', 'clean', 'clean', 'clean']
shrimp_cleaned = process_shrimp(shrimp)
print("处理后的虾仁:", shrimp_cleaned)
2. 青豆焯水
将青豆放入开水中焯水,去除豆腥味。焯水的时间不宜过长,以免青豆失去口感。
# 假设我们有一个函数来焯水青豆
def blanch_peas(peas, water):
for p in peas:
water.append(p)
return water
# 假设青豆列表
peas = ['pea', 'pea', 'pea', 'pea']
water = []
water = blanch_peas(peas, water)
print("焯水后的青豆:", water)
3. 热锅凉油
锅中加入适量的植物油,油热后放入姜片,姜片爆香。
# 假设我们有一个函数来热锅凉油
def heat_oil(oil, amount):
oil['amount'] = amount
return oil
oil = {'amount': 0}
oil = heat_oil(oil, 2) # 假设用2汤匙油
print("热锅凉油后的油量:", oil['amount'])
4. 加入虾仁青豆
将处理好的虾仁和焯水后的青豆放入锅中,翻炒均匀。
# 假设我们有一个函数来加入虾仁青豆
def add_shrimp_peas_to_pot(shrimp, peas, pot):
pot['shrimp'] = shrimp
pot['peas'] = peas
return pot
pot = {}
pot = add_shrimp_peas_to_pot(shrimp_cleaned, water, pot)
print("加入虾仁青豆后的锅:", pot)
5. 加水煮沸
加入适量的清水,大火煮沸。
# 假设我们有一个函数来加水煮沸
def boil_water(pot, water_amount):
pot['water'] = water_amount
return pot
pot = boil_water(pot, 500) # 假设加入500毫升水
print("加水煮沸后的锅:", pot)
6. 调味
待水煮沸后,加入适量的盐和鸡精,根据个人口味调整。
# 假设我们有一个函数来调味
def season_pot(pot, salt, chicken):
pot['salt'] = salt
pot['chicken'] = chicken
return pot
pot = season_pot(pot, 1, 0.5) # 假设加入1克盐和0.5克鸡精
print("调味后的锅:", pot)
7. 煮熟
转小火,盖上锅盖,慢炖10分钟左右,让虾仁和青豆充分吸收汤汁的味道。
# 假设我们有一个函数来煮熟
def cook_pot(pot, time):
pot['cooked'] = True
return pot
pot = cook_pot(pot, 10) # 假设煮10分钟
print("煮熟后的锅:", pot)
成品展示
经过以上步骤,一道美味的虾仁青豆汤就完成了。汤汁清澈,虾仁鲜嫩,青豆软糯,营养丰富。快来尝试一下吧,相信你也能做出如此美味的虾仁青豆汤!
