1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

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

This commit is contained in:
roadmap bot
2023-06-15 02:27:28 +01:00
parent 29dd1eb21f
commit 5848698abf

View File

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