x = 'MICHAEL' x[0] = 'M' x[-1] = 'L' x[0:3] = 'MIC' x[::2] = 'MCAL' # it take every second variable...
Read More
Home / Archive for May 2021
Error Categories in Python
syntax: Language rule broken runtime: Unable to execute semantic: Unexpected output Division by zero is undefined
Read More
Dashboarding in Data Visualization
Dashboard is useful for many reasons: - Real-time visuals - Understand business moving - Visually track, analyze, and display key perform...
Read More
Model Evaluation and Refinement
In sample evaluation tells us how our model performance using the training dataset, but how about using an unseen dataset(testing dataset)...
Read More
Python_test
1- You’ve been given a list of the numbers between 0 and 10. We created this list using the range function! Create a new list named sq...
Read More
Subscribe to:
Posts
(
Atom
)