Python Forum
Recommendation - Resource - While loops, if/elif/else nested, functions - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Recommendation - Resource - While loops, if/elif/else nested, functions (/thread-26846.html)



Recommendation - Resource - While loops, if/elif/else nested, functions - musicjoeyoung - May-15-2020

I have found many resources on this website as well searching all over the internet, however I haven't found something that directly helps what I'm looking for. What I'm looking for is any resource(s (video, document, etc.) that really breaks down the operations, hierarchy, and/or definitions for:
  • while loops
  • if/else/elif (nested statements)
  • functions

For homework I've had to solve problems that involve all 3 of those in one, and it is just very confusing. I'm having a hard time visualizing and internalizing the correct order of things, and how to best execute something.

If you have resource that ever made you say, "Wow! That couldn't have been any clearer!" I would love to know what it is.
I'm not completely in the dark on these 3 aspects of Python individually, when they're altogether in one question/problem, it becomes very tangled for me.

Any help is greatly appreciated!


RE: Recommendation - Resource - While loops, if/elif/else nested, functions - pyzyx3qwerty - May-18-2020

https://www.geeksforgeeks.org/python-while-loops/
https://www.w3schools.com/python/python_while_loops.asp
https://www.w3schools.com/python/python_conditions.asp
https://www.programiz.com/python-programming/if-elif-else
https://www.programiz.com/python-programming/while-loop
https://www.w3schools.com/python/python_functions.asp
https://www.tutorialspoint.com/python/python_functions.htm
https://python-forum.io/Thread-Loop-Details
https://python-forum.io/Thread-Basic-Functions
https://python-forum.io/Thread-Validating-User-Input

https://www.youtube.com/watch?v=6iF8Xb7Z3wQ
https://www.youtube.com/watch?v=9Os0o3wzS_I