FEATURED

Sep 21, 20251 min read2
Using Iterators in Pythonland
With this i have started my journey of learning AI/ML and Data Science
Day 1 – Learning Iterators and Iterables in Python Today on DataCamp, I explored some core Python concepts: iter() function → Used to create an iterator from an iterable (like a list, tuple, or string). zip() function → Combines two or more iterabl...
Learning JourneyData Science