While Loops in Python | Python for Beginners

  Рет қаралды 55,500

Alex The Analyst

Alex The Analyst

Күн бұрын

Пікірлер: 27
@abrilgonzalez7892
@abrilgonzalez7892 6 ай бұрын
¿Can we appreciate the fact that alex spent 30 minutes to teach us "While Loops" and then we have the short five minute teaching lesson? Thank you so much for the worka and effort to teach us python! I'll leave my like (I'm already subscribed ❤)
@noahjaybee
@noahjaybee Жыл бұрын
Just learned about loops on Mimo but it’s not comprehensive in explaining it. Thanks for this!
@cozimbatman4100
@cozimbatman4100 Ай бұрын
I didn't know that break and continue had that sort of impact on the else clause written after. Thank you Alex
@traetrae11
@traetrae11 Жыл бұрын
The first time I learned about while loops I was a bit confused. After practicing with them for a while (hehe) I’m much more comfortable using them.
@AlexTheAnalyst
@AlexTheAnalyst Жыл бұрын
Practice makes... progress!
@LeoN.ac1
@LeoN.ac1 Жыл бұрын
Hi Alex, thanks the useful contents as always. I also wanted to ask if one of your next tutorial series could be about the finance/economic concepts required for a data analyst job. It seems an important subject, especially for people like me who come from a different field, but I haven't seen a data analyst channel or an online resource focusing on that aspect.
@vinil248
@vinil248 Жыл бұрын
“for your eyes only “ please make a video about how to prepare presentations ,it will be really helpful guys like me who don’t havd real data analyst work experience
@revati99
@revati99 Жыл бұрын
Hey Alex thank you for introducing me to this interesting world of data.
@cwong1229
@cwong1229 Жыл бұрын
Hello Alex, thank you for the video on while loops. May I ask you that as a Data Analyst, 1. how often do you code? 2. What language do you use? (I am trying to switch careers/jobs and go back to a community college to learn Python. But, I am just wondering do you code in Java as well? ) Thank you!
@AlexTheAnalyst
@AlexTheAnalyst Жыл бұрын
I don't use a lot of Java myself. I do use Python quite a bit and Scala as well.
@cwong1229
@cwong1229 Жыл бұрын
@@AlexTheAnalyst Thank you, Alex, my mate! The most frustrating part is that my community college requires us to choose between 1]. Taking 2 classes in C++, or 2]. Taking 2 classes in Java to obtain an Associate Degree in Data Sciences. But the ridiculous part is that my Dept Chair DIDN'T mandate us to take SQL or EXCEL - but mandated us to take either Java or C++. (No wonder why a college degree doesn't prepare for the job 😭😭) . This is why I ask you what coding languages you use.
@AlexTheAnalyst
@AlexTheAnalyst Жыл бұрын
@@cwong1229 Lol yeah most colleges will want you to take an intro programming language like Java. Not really used in this career path, but can be a good one to know for a lot of others. I don't just Java at all, but learned it because I like programming lol
@guillermolodeiro
@guillermolodeiro 11 ай бұрын
Really good videos Alex. Would appreciate if you could recommend where to do some exercises.
@fastrobreetus
@fastrobreetus 2 ай бұрын
Excellent
@Hashashin1081
@Hashashin1081 18 күн бұрын
Awesome!
@lawalidowu6188
@lawalidowu6188 Жыл бұрын
Another great content Thanks Alex
@danielsamuel3406
@danielsamuel3406 Жыл бұрын
Awesome, kudos Sir
@T84948
@T84948 6 ай бұрын
Well explained, thanks!
@imanassafcasals1419
@imanassafcasals1419 Жыл бұрын
Hey Alex, thanks for your videos. I am a bit confused about this one though, so when number is 0 and you say number+1, isn't it supposed to start with a 1 directly skipping the 0???
@jam00ra
@jam00ra Жыл бұрын
I hope you already found the answer to your question. If not just concentrate on the sequence. In this we are printing the number first and then increasing it by 1. So 0 will be printed and then increment happens. As the answer you suggest just increment the number first and then use print command. You won't see 0.
@chukwudiawele
@chukwudiawele 4 ай бұрын
@@jam00ra Thank you. I needed this answer.
@hyperpop_xoxo_
@hyperpop_xoxo_ 3 ай бұрын
1:01 why is the number = 1 but not any other number?
@zohairabbas7435
@zohairabbas7435 11 ай бұрын
Can we not use 'If statement' with For loops in order to recreat while loops?
@shuvankardasgupta262
@shuvankardasgupta262 Жыл бұрын
Hello Alex, I'm an university student. Currently I'm learning Excel and SQL. I just want to know that can I get a full time/ part time remote Data Analyst job?
@neildelacruz6059
@neildelacruz6059 11 ай бұрын
Thank you sir!
@chooselife2388
@chooselife2388 Ай бұрын
What do I get if I join?
@NkemjikaNwanebu
@NkemjikaNwanebu 3 ай бұрын
nice
Functions in Python | Python for Beginners
12:44
Alex The Analyst
Рет қаралды 56 М.
Data Types in Python | Python for Beginners
21:58
Alex The Analyst
Рет қаралды 110 М.
Шок. Никокадо Авокадо похудел на 110 кг
00:44
So Cute 🥰
00:17
dednahype
Рет қаралды 47 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 17 МЛН
For Loops in Python | Python for Beginners
9:17
Alex The Analyst
Рет қаралды 55 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 294 М.
Nested while Loop in Python
12:49
Neso Academy
Рет қаралды 13 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 401 М.
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 145 М.
Variables in Python | Python for Beginners
13:17
Alex The Analyst
Рет қаралды 108 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,1 МЛН
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 304 М.
If Else Statements in Python | Python for Beginners
6:40
Alex The Analyst
Рет қаралды 47 М.
Шок. Никокадо Авокадо похудел на 110 кг
00:44