264 подписчиков
27 видео
Duck Typing in Python
Adding and Subtracting days to a date in Python
Python: how to swap two items in a list
How to Learn Machine Learning and Deep Learning: a guide for Software Engineers
Dictionary Union Operators in Python
How to generate a random value between two integers in Python
How to choose a Data Structure in Python
Subtracting years from a date in Python
How to check if a variable exists in Python
Lambda Functions in Python
filter(): filter an iterable based on a function in Python
Higher Order Functions in Python
Python lstrip() vs removeprefix() and rstrip() vs removesuffix()
How to calculate the number of days between two dates in Python
Assigning to multiple variables at the same time in Python
How to iterate over a dictionary of lists in Python
Python Match-Case
Converting string into datetime in Python
Converting datetime into string in Python
How to remove all white spaces in a string in Python
map(): applying a function to each item in an iterable in Python
Understanding Slicing in Python
How to generate a random number between 0 and 1 in Python
Check if all or any item in a sequence satisfies a condition in Python
Python for loop increment by 2
Machine Learning Project - House Prices Dataset
List Comprehensions in Python