10 Python tips and tricks you should check out

preview_player
Показать описание
This video is containing 10 Python tips and tricks. Those are containing a mix of beginner friendly and more intermediate Python topics.
Let me know if you have any questions.

1. Assigning multiple values to multiple variables
2.Getting multiple values from a function / tuple decomposition
3. Using dir and help
4. Swapping variables
5. creating dictionaries with **kwargs
6. merging dictionaries with .items() and | operator
7. from module import *
8. Lambda functions
9. List comprehension
10. enumerate function

Video on lambda functions:

Video on list comprehension:
Рекомендации по теме
Комментарии
Автор

wonder introduction playlist. Day by day i am learning Algovibes. One day i will write my algorithm with my learnings from this channel. Great content ... all the very best

pardhunani
Автор

At time index 7:25, the output generated is tuples contained within curly braces... not exactly a dictionary, not exactly a list... what is it?

markk