Python Forum

Full Version: Python Iteration Understanding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Experts,

I am new to python(Worked on PowerShell/C#/ASP.net) , I wanted to understand Iteration in python , I had read some reference online ,it appears to work bit differently when we compare it with other languages.

Can someone help me the good resources to learn Iterations in python? Do we just have for and while in python?

Thanks,

_Prashant_
(Jul-25-2018, 05:38 PM)Larz60+ Wrote: [ -> ]try this: https://www.geeksforgeeks.org/iterators-in-python/

Thanks for the answer , Do we have some reference to deep dive into this iterations in python?

_Prashant_
For Python iteration fundamentals I recommend also Ned Batchelder PyCon 2013 presentation Loop like a native