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:
• Lambda functions in python (and why t...
Video on list comprehension:
• LIST COMPREHENSION in Python