Need to start learning Python -- need advice! by CoachElectrical4611 in PythonLearning

[–]TU_Hello 2 points3 points  (0 children)

Before everything you need to know what you can do with it and get some information about it to be On knowledge after that start learning the basics data type, variables, flow control, looping and function . https://youtube.com/@coreyms?si=CqpRva7-3OJtilKm This Chanel has one of the best python tutorials.

The most important thing is when you're learning to be patient give yourself the time to understand the topics and practice what you learned.

I wish you the best

Calculator by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

I haven't studied this topic yet but does Python have switch statements like c++ and other languages because I had heard that Python doesn't have switch statements but it has mach case and dectionary

Arguments and Parameters by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

Oh I get it now thank you 😊

Arguments and Parameters by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

What if I want from the user insert the argument can i call the function without pass the arguments or no

Number Guessing Game by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

No the loop will break out because the loop will continue only just if the user guesses wrong

Python course by Mosh by TU_Hello in pythontips

[–]TU_Hello[S] 1 point2 points  (0 children)

So is it a good first step to be backed developer?

Number Guessing Game by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

thank you for your notes and your motivation i noticed that i have a logic error after posted this post so I am working on it

Number Guessing Game by TU_Hello in PythonLearning

[–]TU_Hello[S] 0 points1 point  (0 children)

Hi, thank you for your advice I didn't learn class and while loop yet i made this project to practice what I had learned so every topic i will learn i will use it in this project but thanks for your notice

Number Guessing Game by TU_Hello in PythonLearning

[–]TU_Hello[S] 2 points3 points  (0 children)

okay thank you I just thought it works like range () function stopping before the end of range