1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

chore: add resource under python:python-advanced-topics:lambdas

This commit is contained in:
Kamran Ahmed
2023-06-05 21:17:32 +01:00
parent 5cf0e76765
commit afa28bddd3

View File

@@ -4,5 +4,5 @@ Python Lambda Functions are anonymous function means that the function is withou
Visit the following resources to learn more:
- [Python Lambda Functions](https://www.geeksforgeeks.org/python-lambda-anonymous-functions-filter-map-reduce/)
- [Lambdas in Python](https://www.w3schools.com/python/python_lambda.asp)
- [How to use Lambda functions](https://realpython.com/python-lambda/)