Functions in Python | Python for Beginners

  Рет қаралды 71,878

Alex The Analyst

Alex The Analyst

Күн бұрын

Пікірлер: 37
@JA-ft9zw
@JA-ft9zw Ай бұрын
Alex! thank you so much, about 3 years ago I bought on line some python courses and never was able to understand the basics of them , and now with this boot camp I do understand a lot more and finally I am retaking those courses, you really have a talent to explain all this stuff. Thanks
@danielsamuel3406
@danielsamuel3406 2 жыл бұрын
Awesome kudos Sir. Thanks for your time to impact the new generation of data analyst.
@limitlesschidera
@limitlesschidera 2 жыл бұрын
I love this Python series Alex. I was so happy knowing you kick-started it on Twitter. I pray you continue it and dive deeper as to how we can apply it in Software engineering or Data Analysis ♥️
@Major_Data
@Major_Data 2 жыл бұрын
My man Alex putting the "Funk" back in Python Functions... 🎶
@Major_Data
@Major_Data 2 жыл бұрын
Yeah, I liked and responded to my own comment. Say something. You won't.
@AlexTheAnalyst
@AlexTheAnalyst 2 жыл бұрын
🤣🤣
@XB_HaidyX
@XB_HaidyX Жыл бұрын
Functions and loops always pissed me off but your courses are amazing and I cleared these topics easily. Thanks a lot Alex!
@jonahjosemaria6159
@jonahjosemaria6159 Ай бұрын
God am so confused😂😂… am sure this is the best explanation I’ll get anywhere on KZbin, so I’ll just keep going and hopefully some day I’ll meet this somewhere else and it makes sense… thank you so much for the work
@mysticaljp1
@mysticaljp1 5 ай бұрын
You're python tutorials are so easy to understand and informative! I appreciate these videos.. as they are aiding me while I take coding classes in college :)
@xenophone2006
@xenophone2006 2 жыл бұрын
Nice video, Alex! I never even heard of arbitrary functions before. One small nitpick...you might want to put in how to use functions with default parameters too.
@CaringEarth
@CaringEarth 2 жыл бұрын
Hi I'M Francis and i really like your videos i consider you as amentor
@elphasluyuku4167
@elphasluyuku4167 Жыл бұрын
What i like about your channels is that you show us if and when you run into errors Showing that they are normal and we should not feel bad when encountering them
@Minorole
@Minorole Жыл бұрын
if you are getting into data/programming field, don't be afraid of errors, they are everywhere
@augustineedet3198
@augustineedet3198 2 жыл бұрын
Thanks sir.... you're a genius 💕
@AbhishekSamuelGS
@AbhishekSamuelGS Ай бұрын
Thankyou my sir Alex is video is we important and interesting to me . Thanks
@CaringEarth
@CaringEarth 2 жыл бұрын
I Have just started my data analysis journey
@ParalegalEagle-d7q
@ParalegalEagle-d7q 4 ай бұрын
Me2🎉🎉🎉🎉🎉🎉
@RK-wf7re
@RK-wf7re Жыл бұрын
Awesome!!!Great content indeed. By the way I expected few videos on pandas , numpy, mathplotlib as well..As they also primarily need for data analysis.
@JH-py9wf
@JH-py9wf Жыл бұрын
At 6:31, is the function essentially skipping anything other than 5 & 6 from the tuple? I'm assuming number[0] and number[1] is referring to the item that matches that index in the tuple.
@salemhaddady5429
@salemhaddady5429 2 жыл бұрын
Keep up the great knowledge 👍
@regankyeyune1402
@regankyeyune1402 Жыл бұрын
Hello Alex... Thanks alot for these videos. When do we get a playlist on how to carry out a full data analysis with python
@onlytruth2065
@onlytruth2065 2 жыл бұрын
Thank you for your videos! Hope you will put video of real project and how to use this knowledge in real world
@AlexTheAnalyst
@AlexTheAnalyst 2 жыл бұрын
I definitely will!
@javiernunez6106
@javiernunez6106 2 жыл бұрын
Great video Alex, but there`s something I didn`t fully understand. What`s the difference between using *args and **kwargs? In which context would you use one or the other one? Thanks and keep up the grat work !
@jithinkarikombil
@jithinkarikombil Жыл бұрын
*args means we can pass any arbitrary number of parameters only(5,6,7,8,) **kwargs means we use any arbitrary number of keywords which are assigned values I guess?
@uchindamiphiri1381
@uchindamiphiri1381 Жыл бұрын
I think in *args we can pass many parameters as we wish to perform the operation where the *kwargs is like using it to have a full control so that we wont be limited in performing our operations. I think *args can be used when we have more data and we want to perform something out of there
@mulikinatisiddarthasiddu8245
@mulikinatisiddarthasiddu8245 3 ай бұрын
Hello alex thanks for your course! and i have a doubt well this much python is ok or is there anything else to learn to become data analyst!!!
@andyn6053
@andyn6053 10 ай бұрын
Good but very basic. Don´t you have any more in-depth course on python?
@dragoneer121
@dragoneer121 Жыл бұрын
How are arbitrary arguments different to pointers in other languages like C?
@enkaysodyssey5694
@enkaysodyssey5694 2 жыл бұрын
Hello Mr Alex. I was going through your video of two years ago about SQL Basics Tutorial For Beginners. I ran into problems at 5.37 minutes. You said that the red underlines could be removed by pressing CONTROL SHIFT ????? I didn’t get the last part. Kindly put me through. Thanks for the video. Great content
@AlexTheAnalyst
@AlexTheAnalyst 2 жыл бұрын
Haha totally different video, but to answer it - ctrl +shift + R will refresh your SQL Server and recognize the tables you added
@enkaysodyssey5694
@enkaysodyssey5694 2 жыл бұрын
@@AlexTheAnalyst Thank you so much. I appreciate this. I just started learning SQL and I got stuck there. I am grateful for the quick response sir.
@cool-aquarian
@cool-aquarian Ай бұрын
Good to know print() method is where you draw the line for “not super advanced” 😂
@Eng_Aldo-tp2hy
@Eng_Aldo-tp2hy 5 ай бұрын
Done!
@aat1f
@aat1f Жыл бұрын
use 'return' instead of 'print'. 'print' inside function returns NoneType
@radmaster13
@radmaster13 8 ай бұрын
Python coding has absolutely put me off trying to be a data analyst lol. I give up
@davidjukebox
@davidjukebox Жыл бұрын
This made very little sense. Why would you do any of this? TALK ABOUT ARBITRARY!!! And how is anyone meant to remember this?
Converting Data Types in Python | Python for Beginners
6:36
Alex The Analyst
Рет қаралды 50 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 256 М.
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Data Types in Python | Python for Beginners
21:58
Alex The Analyst
Рет қаралды 136 М.
How I Would Learn Python FAST (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 698 М.
Python Functions (The Only Guide You'll Need) #12
16:57
Programiz
Рет қаралды 620 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 625 М.
Introducing Python in Excel
19:01
Leila Gharani
Рет қаралды 1,7 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,3 МЛН