webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
882 stars 87 forks source link

Sharpen iteration vs. recursion vs. looping #32

Open webartifex opened 3 years ago

webartifex commented 3 years ago

currently, iteration means either recursion or looping. but iteration in other books often is synonym for looping.