Python Forum
Recommendation - Resource - While loops, if/elif/else nested, functions
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recommendation - Resource - While loops, if/elif/else nested, functions
#1
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!
Reply
#2
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-program...-elif-else
https://www.programiz.com/python-programming/while-loop
https://www.w3schools.com/python/python_functions.asp
https://www.tutorialspoint.com/python/py...ctions.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
pyzyx3qwerty
"The greatest glory in living lies not in never falling, but in rising every time we fall." - Nelson Mandela
Need help on the forum? Visit help @ python forum
For learning more and more about python, visit Python docs
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Books - Recommendation lasek723 5 3,743 Oct-29-2020, 08:01 AM
Last Post: snippsat
  Recommendation for good Python project and code to study kmiklas 1 2,374 Jan-16-2020, 10:53 PM
Last Post: Larz60+
  want recommendation for DNS servers seen in Pypi Skaperen 0 1,617 Jul-23-2019, 03:48 AM
Last Post: Skaperen
  Best resource to learn and pass interview oryucouk 5 2,972 May-18-2019, 05:19 AM
Last Post: heiner55
  Tutorial recommendation FlatAssembler 1 2,609 Jul-13-2018, 12:12 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020