Below is an outline of this video. Also, a few tips: 1. Here is the playlist for this series: goo.gl/4dQMsJ 2. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :) 3. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python1 4. Have fun! If anything is unclear, please let me know in a comment. 0:00: Introduction 0:17: Who’s this tutorial for? 0:30: An outline of this video 1:18: What is Python and what can you do with it? 2:01: What is IDE and why I chose Jupyter Notebook 3:09: How Jupyter Notebook works 4:19: How to install Python and Jupyter (through Anaconda) 5:58: Launching Jupyter 7:59: The print() function 10:24: Introduction to variables 13:08: What are variables (in Python)? 16:42: Assigning a variable to another variable 19:03: A practice problem - swapping two variables 20:40: Solutions to the practice problem - swapping two variables
This is my first video on python. I have ZERO experience and my field is in medical. I am looking for a career change and you made this video so easy for me to understand. I am close to my 40’s and I am that old school person that had a hard time turning on the monitor at her last job. Thank you for this video and for everything that you do to help others understand.
Thanks. This it the comment I was looking for. This is my first time trying to learn a programming language and I have been worrying over how I'll understand as I am not tech savvy. I was lucky enough to watch this video first then I watch another channel and felt this one was easier but I needed to hear from someone else to confirm. I'll continue with his channel
I'm new, and there's a lot of great tech videos, but I keep coming back here because you teach it so well. The others seem to blow past basic concepts because they don't care that your new. You and the other hand take the time not only to show, but explain WHY it works like that! Subscribed, and yes I'm choosing Python. Please keep helping people like me. This is my 2nd career, I hope to be just half as good as you, Thx man!
I just decided to start coding. Python was the recommended platform from my physics professor. I just wanted to tell you this video was very easy for me to understand. I came from not knowing anything about programming before this. thank you!
Until now, you are the very best channel I use to learn how to program. I adore the fact that you explain everything deeply detailed and you take every point without taking for granted that someone knows already what you are talking about. Love it.
The quickest way to swap in Python is by using Tuples. Try this: a = 2 b = 4 a, b = b, a print(a) will give you 4 print(b) will give you 2 How easy is that. No more temps!
Just love the way you make a guy who out of curiosity and had no background to programming understand, thank you so much for making everything clear and simple
YK, your series is so amazing. you are not only a genius in the Tech sector, but you are a very good teacher. This is the best explained video i have watched on python. thanks once again
That makes so much sense. .. I tried other tutorials and they all seem to assume you have a previous knowledge which i don't.... that is so much better. Thank you!
I would recommend your videos to everyone. You have explained better than all those videos out there. Great work! Thank you so much for making it easier to learn.
yeah man..... there are some good people out there.....so you should never start judging the whole F******G world too soon....by the way no offence to you bro
I may be a bit late into the "Let's learn programming during quarantine" party but I assure you we will all come out of this with fruitful results. Stay safe everyone
Thank you CS Dojo for taking the time and sharing your expertise...please continue. Always yearned to go this direction but thought I missed it because I never learnt it when I left school - thank you!!! You have the ability to explain it so clearly, the best I've ever seen on youtube.
Oh my goodness, you made the perfect video. Your explanation is so concise. Your voice is not monotonous. Your facial expressions are pleasant. You provided a timeline of your content (1st time I'm seeing that in a tutorial). You never wasted any time. Very well structured. It's so helpful for people trying to learn coding. Thank you🤗
I have spent 4 days to find a good tutorial and finally chose this one.. If You have made some programs, would you like to share ?? umang.201078@gmail.com
Hi; The way you are teaching it, you are making me to love learning Python, thank you , you are a great teacher. I will follow all your videos until I learn Python thanks
as a complete beginner I’ve got to say you explained this very well, you kept it simple and easy to understand and took your time to explain in detail Thanks!
I'm auditing a paid Python course and I have to go here to find out how things work. You sir, make life a lot easier, thank you! May life be very generous to you!
@@saaemshaikh3788 I see, let me try - a = ["Hey Python". "Is a strong language"] print(a[0], a[1]) #xd just making the code little bit shorter with lists and print thingie :D
When i had to switch the variables was really confusing but when he explained it with temp = v1 i got it instantly. i like that he showed multiple ways!!
This Python course is designed for absolute beginners.I hope you will Give us a chance to teach you...link is in description Thank you ruclips.net/video/_TEiUJ4blos/видео.html
i recommend you guys to learn 3.6 instead cause if you try to code in newest releases from now on, many things wont work, for example that print function is no longer available with that syntax, now it´s print("x") for strings
i find this extremely useful, thank you so much for taking your time to create this tutorial. i just took my first step in learning how to code. others kept beating about the bush instead of teaching first step
Wow all the other channels that cover this topic make it sound way harder than it is your the best teacher I've ever seen 👍 👏 Edit: now I don't have to write everything down on a white board that's nowhere near big enough
I'm a doctor of Chinese medicine with 0 tech skills trying to learn Python. Whilst the Udemy course is great, it's too fast for true beginners. This channel is the best I've found on RUclips for learning from the ground up!
wonderful!! i am new to this and been looking for so long and finally found it. subscribed it and lovin it. thanks a lot CS Dojo for starting from a scratch!!
Your teaching is absolutely amazing YK, the start that you gave through examples of variables is amazing unlike most other tutorials who start by explaining theories rather than showing how codes actually work. Loving it!
Thank you Cs Dojo, I have watched many lectures in RUclips and I always confuse and struggle to understand RL and how we select action and this is the best one and I understood every single part :) .
I was so struggling with my business computing homework and i couldn't find any helpful tutorials on youtube. But finally found this video!!!!! omg it's the one that i've been looking for! Thanks a lot
im in year 7 and really want to learn coding but dont know how to start. most tutorials just say stuff but dont explain what it is or why it is that way so i find it hard to understand. This is much more easier to understand and explains it well so ty :)
All i wanna say is print ("" WOW'') man. im speechless how your teaching is so simple in comprehensive at same time compare to others. thanks for your skill man.
@@wooshbait36 maybe you shouldn't be as arrogant and ignorant as you currently are. Maybe you should realize that unlike you, many people don't have English as their first language and it's perfectly fine for them to fumble or make grammatical errors.
@@technicaobscura8140 English is my 3rd language, and when I was 8, I already could speak better English than him just from watching movies on TV. You are arrogant and ignorant.
WOW!!!, thanks a lot. I am from Zero python programmer to almost a hero just by watching the "Python Tutorial for Absolute Beginners #1 AND Python Tutorial #2". I will complete the remaining Tutorials. You explained it that even an illiterate can code in python. WELDON!!!
thank you!! i wanted to learn how to code because quarantine (ik im like 6 months late hahah, but better late than never) and this video is really helpful!! you even covered getting the softwares, and you did a really good job explaining overall. it's the perfect pace for me and thank you so much, i'll definitely continue with the series ^^
Hey YK! You're awesome buddy! Please keep educating us. And just try to post videos in every one or two days so , you know, we will be on track and learn more vastly. Thank you so much
Am just watching this now. Thank you so much for these tutorials. I have never coded before, am a complete beginner with python, I really want to become a data analyst with python. When I installed python, I was so confused how to use it. I tried to watch so many videos but I wasn’t just getting what I wanted, they were all too advance for me. I felt like am dumb and may never be able to become a data analyst with python. I even broke down in tears sometimes. Your video is like a reassurance for me that I can actually become a data analyst with python. I will keep watching more of your videos on data analysis with python and hope that am able to achieve my dreams. Please do more video tutorials on data analysis with python for me.🙏. Thank you so much 🙏
Thanks #YK SUGISHITA ...u taught it in simple way..it's really appreciable who left his job which is dream for many people just only for the sake of biggners ....u r Awsm ...thank you from (INDIA )
YK, thanks for your effort in putting this tutorial together. My 8 year old daughter and I really enjoyed following along and we both learned useful information for your future in programing in Python. Olivia says " This video really taught me a lot today, thank you very much!"
Man you changed everything ❤️ from the past one month I was looking for python and data structure tutorials on yt and finally brother ❤️ you are amazing . You made it easy .. awesome .. thanks so much ❤️
im a 13 years old who wanted to start learning python while having some fun learning it and this video really helped me i thought that python was a really hard thing even to start but i was wrong you really helped keep up the good work
Trying to get my Micromaster’s in in Statistics & Data Science in MIT online then eventually apply that to Master’s program once done and all these tutorials will be a lot of help for me to fully understand the fundamentals in Python programming or fundamentals in programming in general (I just have to stick to the basics first and ignore the experts in the comments how to shortcuts) because that will interfere my learning with basics. Goodluck to everyone! wether you’re just trying to learn how programming works or you’re actually in school for it. 👌🏻
Printing and variables can’t hack something unless it’s security is crap n the dev gots no clue what’s he doing :) hey btw I just hacked your RUclips channel xD (this is just a joke so don’t get offended pls) 😂
i am a grade 11 student that will pursue IT course in college, and I'm here to say that this should be the very first step to take if you want to know anything about programming language (honorably mentioning Python). instructions were very clear and easy to follow. would highly recommend this video and ofcourse this channel, thanks YK!!
I ain’t young to start software programming. I am able to learn the way you explain. Thank you. And I am hoping to be an expert soon with your help. Keep posting. Good luck
I was quite surprised when I solved the problem that you gave at last in my first trial😱😲.Because it is my first time learning a programming language.So,thanks a lot for being a wonderful teacher. PS:And of course thanks to the corona virus and the quarantine.
Hello i want to kindly inform you that our Firm has started a programming community we would like you to complete a python course of Ziyad Yehia he is one of the finest programmer that we have.This Python course is designed for absolute beginners...This Python course is project Based so you can apply the knowledge in real Life. I hope you will Give us a chance to teach you...link is in description Thank you ruclips.net/video/_TEiUJ4blos/видео.html
I thought this video would be fake and I would be stuck trying to figure out what he means when he says "Then go here with this in hand" but it is real and now I can kinda code. Thank you so much for this CS Dojo!
Below is an outline of this video.
Also, a few tips:
1. Here is the playlist for this series: goo.gl/4dQMsJ
2. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :)
3. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python1
4. Have fun! If anything is unclear, please let me know in a comment.
0:00: Introduction
0:17: Who’s this tutorial for?
0:30: An outline of this video
1:18: What is Python and what can you do with it?
2:01: What is IDE and why I chose Jupyter Notebook
3:09: How Jupyter Notebook works
4:19: How to install Python and Jupyter (through Anaconda)
5:58: Launching Jupyter
7:59: The print() function
10:24: Introduction to variables
13:08: What are variables (in Python)?
16:42: Assigning a variable to another variable
19:03: A practice problem - swapping two variables
20:40: Solutions to the practice problem - swapping two variables
Sir what is pycharm
Does Python is used in Big Data technology stack?
I am complete beginner from where I should start from c or python
Yes! One popular framework for this is called Spark.
PyCharm is an IDE. It's pretty much the best one out there for Python.
I explain what an IDE is at 2:01.
Shout out to every one learning programming during quarantine
lol me too
Jordz 1 yes!
good stuff thanks YK!
so intimidating mate.
but onwards we go...
Here to learn and come out with a new skill by the end of it all
i want to learn python.
teachers in my country: pay me
asian programmers: i got you son.
ok pay them u broke gay
@Troll The Respawn same! :D
@Troll The Respawn same
Troll The Respawn same
Misha123 learning should be free. You shouldn’t have to pay to learn something.
Me trying to figure out what coding is
RUclips ads: so u want to become a software engineer at google
Lol so true!🤣🤣🤣
Me who found out you can use python to hack I want to try and hack my phone
@@supernova_757 what have you learned so far? I am also starting right now
Same
Same.
This is my first video on python. I have ZERO experience and my field is in medical. I am looking for a career change and you made this video so easy for me to understand. I am close to my 40’s and I am that old school person that had a hard time turning on the monitor at her last job. Thank you for this video and for everything that you do to help others understand.
I had the same view even with zero experience I'm 22 don't get a job yet but trynna learn a soft skill for future..
27.. my job is changing up on me for the worst. Trying to do the same thing.
do you really understand what he said
Hello...
Did you learn something or you let in middle...?
wishing you the best
Coronavirus outbreak starts:
People: lets learn programming!
big win
Yeah
Literally me
Haha me
Me😂😂
He explains it so simple that even a baby can understand it. I've been on other tutorials and this is the best one on RUclips.
Thanks. This it the comment I was looking for. This is my first time trying to learn a programming language and I have been worrying over how I'll understand as I am not tech savvy. I was lucky enough to watch this video first then I watch another channel and felt this one was easier but I needed to hear from someone else to confirm. I'll continue with his channel
@Shayaan Hasan Yes
🤔😂😂🤭
I hope to get it right. I just started a program on computer science but all the teams sound like grammar to me. I hope to get through soon 😥
he just specified it like that so everyone can understand
4 years on, and this video still remains the best python beginner tutorial
ruclips.net/video/S2aMhPunctw/видео.html
5 now
6 now
I like that you're not just saying, "do this just because I say so." You actually explain why you ask us to do each task.
Bro I'm literally 1 day into learning python and sitting at my computer completely lost. Your vid got me going. Thanks brother, keep up the good work.
You still going?
still going?
Still?
still going?
ONELove still going?
i'm regretting the time i spent searching for tutorials before finding this awsome channel on 2020
@@AyushMauryavanshi Hey wassup?
@@AyushMauryavanshi sorry bro, i don't have instagram
@@Mohanadomar10 r u egp bra ?
@@Mohanadomar10 i wanna converse wiz ye ?
@@mohamedel-shamy1945 i'm Sudanese, sorry buddy
I'm new, and there's a lot of great tech videos, but I keep coming back here because you teach it so well. The others seem to blow past basic concepts because they don't care that your new. You and the other hand take the time not only to show, but explain WHY it works like that! Subscribed, and yes I'm choosing Python. Please keep helping people like me. This is my 2nd career, I hope to be just half as good as you, Thx man!
That satisfied feel when you've understood everything...
Thank you.
Yeah it is a very good feeling
I felt it to after watching this video
This man has a folder name "Why I left Google" I love it
Well, he made a video on it, thats why i guess
🥰🥰
I just decided to start coding. Python was the recommended platform from my physics professor. I just wanted to tell you this video was very easy for me to understand. I came from not knowing anything about programming before this. thank you!
same , my computer science teacher also recommend to use python instead of java or anythinh else
Until now, you are the very best channel I use to learn how to program. I adore the fact that you explain everything deeply detailed and you take every point without taking for granted that someone knows already what you are talking about. Love it.
The quickest way to swap in Python is by using Tuples. Try this:
a = 2
b = 4
a, b = b, a
print(a) will give you 4
print(b) will give you 2
How easy is that. No more temps!
Avik Nigam thanks.
ooh I like!
Thank you sir!
Awesome
This is such a time saver. Thank you
1:18 What is Python
4:19 Installing Python
7:59 print() function
10:25 Variables
19:03 Swapping Variables
*Just time stamps*
These comments were so useful before the video suggestion feed went under the video. So much scrolling now.
Why don't u do this job on our programming videos
@@powerhour4602 in it
Lizard OwO THANKS
Thanks
This is the kind of channels that needs at least 6 million subscribers. What an injustice!
If it was Kim Kardashian giving somebody a b****** it probably would
This is amazing. I went to a phyton class the other day, I couldn't understand any of what the instructor taught. This is a gem. Thank you CS Dojo
You are a gift from the programming gods
Liked this comment.
@@royal6355 same
Yes
Lol😀
True true
me: print("hello world")
mom I am a programmer now!
Actually you are because at least you DID program SOMETHING
And your mom be like : OMG CAN YOU MAKE ME A PHONE
lol
@@rafiullahmomand8599 😆
@@giaem4108 😂😂
Just love the way you make a guy who out of curiosity and had no background to programming understand, thank you so much for making everything clear and simple
YK, your series is so amazing. you are not only a genius in the Tech sector, but you are a very good teacher. This is the best explained video i have watched on python. thanks once again
I have never done programming before but with this video, l have confident in my studies. thank you
An environment where confidence is felt even in failure or misunderstanding is the best environment for learning
if you understand any subject you will start to like it...this is the problem most students dont realize
羅だなあ羽田まな矢田
Absolute beginner here. Thank you, thank you thank you!
How is it going for you?
@@cu806 going great for me
Nobody on RUclips can explain better then him , Thanks CS Dojo
He explains it so calmly and its easy to understand. Best video on youtube
That makes so much sense. .. I tried other tutorials and they all seem to assume you have a previous knowledge which i don't.... that is so much better. Thank you!
Hey, dorotex and now you can code good. Asking because I wanna try so I came to the comments first.
@@nancymugambi1446 yes
Man, I´m a self instructed programmer from Latin America, just found your videos...totally subscribed, keep it up.
"Just click 'agree with everything'"
Spoken like a true Google programmer.
ahahahahaha exactly what i thought
I swear
I would recommend your videos to everyone. You have explained better than all those videos out there. Great work! Thank you so much for making it easier to learn.
This is awesome! I love how you mark the time points and name each of them - soooo easy to navigate and makes learning on RUclips more efficient!
The ironic part is that he “quit” working for google and yet he’s still getting paid by google XD
Lol true
Wait what?
MetaDude Google owns RUclips and RUclips pays him Ad revenue so yeah
@@tarunvenigalla oh, I thought of it in another way
@@MetaDude from yt
Please make a HUGE series of python !!! The way you teach us things is so good!
started coding now and python is my first programming language I am learning
your videos are really easy to understand. Thanks
I appreciate what you are doing, you are a real one for leaving Google and helping others. You give me hope for humanity
Bruh
yeah man..... there are some good people out there.....so you should never start judging the whole F******G world too soon....by the way no offence to you bro
ruclips.net/video/l9sTz0ZruLo/видео.html
Bruh Kinda ironic considering google owns RUclips xd
finally a good tuitor
YK, I have learning disabilities and autism
This was incredibly easy to follow, thank you so much.
when a 25 mins video is better than your 2.5 hrs introduction class in cs
Truuueeee
Ya
Been struggling for months to get excited about learning python..
This channel is the best
I may be a bit late into the "Let's learn programming during quarantine" party but I assure you we will all come out of this with fruitful results. Stay safe everyone
me tooo
Well in that case you are not alone...
Its never too late to learn!!
Here is someone who just joined the party, looking forward to build solid understanding of python hehe 8---)
Quarantine made me realize how little I actually know, so I decided to also learn python
I am tenth grader and have wanted to learn python for a year now. I am really grateful to you for this. Thanks man!
I'm just starting to learn programming during quarantine!! WHO ELSE IS WITH ME?? IM NOT CRAZY! LOOK MOM I CAN TYPE HELLO WORLD ;-; are you proud
me im starting today lol
Patrick Sullivan me
Me
same
Yessss I programming
Thank you CS Dojo for taking the time and sharing your expertise...please continue. Always yearned to go this direction but thought I missed it because I never learnt it when I left school - thank you!!! You have the ability to explain it so clearly, the best I've ever seen on youtube.
Oh my goodness, you made the perfect video. Your explanation is so concise. Your voice is not monotonous. Your facial expressions are pleasant. You provided a timeline of your content (1st time I'm seeing that in a tutorial). You never wasted any time. Very well structured. It's so helpful for people trying to learn coding. Thank you🤗
I have spent 4 days to find a good tutorial and finally chose this one.. If You have made some programs, would you like to share ?? umang.201078@gmail.com
Hi;
The way you are teaching it, you are making me to love learning Python, thank you , you are a great teacher. I will follow all your videos until I learn Python thanks
as a complete beginner I’ve got to say you explained this very well, you kept it simple and easy to understand and took your time to explain in detail
Thanks!
hey how was your journey? i just wanna know. i am a newbie here .. thank you
@@robelynlorca1724 sorry I never continued lol too busy with other stuff
I'm auditing a paid Python course and I have to go here to find out how things work. You sir, make life a lot easier, thank you! May life be very generous to you!
Your speech is very clear
Shahzaib Khan right
Good pronunciation, didn't mind the accent one bit.
a = "You deserve"
b = "A million Subscribers"
print (a)
print (b)
You deserve
A million Subscribers
print(a,b)
now he has million subs, lol
@@1stclone479 python is a powerful language lol
@@saaemshaikh3788
I see,
let me try
-
a = ["Hey Python". "Is a strong language"]
print(a[0], a[1]) #xd just making the code little bit shorter with lists and print thingie :D
a = " you deserve"
b = " a million subscribers"
print (a + b + "!" )
You deserve a million subscribers !
How easy is that
When i had to switch the variables was really confusing but when he explained it with temp = v1 i got it instantly. i like that he showed multiple ways!!
I've searched through u tube for weeks just to find a comprehensive tutorial but no
Trust me yours is 10/10
Thanks so much
how do you write a program
@@newtennnolameetstennessee9916 what help do you need?
With my school work. I'm willing to pay
3 minutes in and you're the best teacher on youtube
I trust this channel rather than others. 🙄.
you are very clear on your topics, that's what I love it.
A request, can u put up a tutorial of core Java.
This is the first video that i have ever click "like" on youtube. Plz keep doing the great work.
haha exactly. He's amazing!
you must just signed up to youtube then. haha
i press like too many times. I get TONS of notifications on my phone
He explained so easily man.This is difference between paid and free course from a real coder.Loved It
Starting my journey to learn programming and this was such an easy tutorial to follow! Thank you so much!
Me too
HOW ARE YOU DOING NOW?
i have been looking into coding for awhile now and finally and trying to learn it, this video was really helpful! Thank you.
After watching this video i feel like programming is actually an easy thing.... Bro love your work please keep uploading such videos❤
This Python course is designed for absolute beginners.I hope you will Give us a chance to teach you...link is in description Thank you
ruclips.net/video/_TEiUJ4blos/видео.html
The best python tutorial in RUclips ever!! Kudos CS Dojo
a=“this tutorial was awesome!!!”
print(a)
this tutorial was awesome!!!
b="your comments looks awesome"
print(b)
Your comments look awesome
ankur singh b = 'Your comments looks awesome' , you dont need " , just '
i recommend you guys to learn 3.6 instead cause if you try to code in newest releases from now on, many things wont work, for example that print function is no longer available with that syntax, now it´s print("x") for strings
a = "ALLAHU AKBAR"
print(a)
shit where did my arabian friend go
thats right
i find this extremely useful, thank you so much for taking your time to create this tutorial. i just took my first step in learning how to code. others kept beating about the bush instead of teaching first step
God bless you
Wow all the other channels that cover this topic make it sound way harder than it is your the best teacher I've ever seen 👍 👏 Edit: now I don't have to write everything down on a white board that's nowhere near big enough
I'm a doctor of Chinese medicine with 0 tech skills trying to learn Python. Whilst the Udemy course is great, it's too fast for true beginners. This channel is the best I've found on RUclips for learning from the ground up!
Broo I love you after this!!
lol kamlesh dun dun dun dun dun
Kamesh Parashar Me too😂😂
lol
yeahh MEe too
ruclips.net/video/l9sTz0ZruLo/видео.html
Thanks so much, CS Dojo! You have made my first Python class easier and I hope to learn a lot from your channel
wonderful!! i am new to this and been looking for so long and finally found it. subscribed it and lovin it. thanks a lot CS Dojo for starting from a scratch!!
ill add a pleasant comment to all your videos because you are helping me learn coding when my online school is just taking my money
Your teaching is absolutely amazing YK, the start that you gave through examples of variables is amazing unlike most other tutorials who start by explaining theories rather than showing how codes actually work. Loving it!
Thanks, man! Decided to learn Python and found your playlist. Looking forward to the whole series!
Thank you Cs Dojo, I have watched many lectures in RUclips and I always confuse and struggle to understand RL and how we select action and this is the best one and I understood every single part :) .
I was so struggling with my business computing homework and i couldn't find any helpful tutorials on youtube. But finally found this video!!!!! omg it's the one that i've been looking for! Thanks a lot
im in year 7 and really want to learn coding but dont know how to start. most tutorials just say stuff but dont explain what it is or why it is that way so i find it hard to understand. This is much more easier to understand and explains it well so ty :)
100 000 Subscribers with no videos I’m in the UK so instead of grade 7 it’s year 7. I’m 12yo.
Omg same
Please make the whole series of python 👍and also make machine learning video series!!
+
👍🏽👍🏽
Print (yes)
**correction Print ("yes")
Yea
thank u for being there when everyone in uni courses pretend we already know how code python
All i wanna say is print ("" WOW'') man. im speechless how your teaching is so simple in comprehensive at same time compare to others. thanks for your skill man.
Your desktop is HEAVEN! Clean and nice. Love it and your vid.
Cs dojo u have an awesome way of explaining things and you always keep things simple. Keep up the good work.
U are the best teacher u will teach in very simplest way i recomend to who are the abslote begginer should go for it
that kinda doesn't make sense.. but I can sorta work out what you're sayin'...
Beautiful English, maybe you should take English course first, before any programing course.
@@wooshbait36 maybe you shouldn't be as arrogant and ignorant as you currently are. Maybe you should realize that unlike you, many people don't have English as their first language and it's perfectly fine for them to fumble or make grammatical errors.
@@technicaobscura8140 English is my 3rd language, and when I was 8, I already could speak better English than him just from watching movies on TV. You are arrogant and ignorant.
WOW!!!, thanks a lot. I am from Zero python programmer to almost a hero just by watching the "Python Tutorial for Absolute Beginners #1 AND Python Tutorial #2". I will complete the remaining Tutorials. You explained it that even an illiterate can code in python. WELDON!!!
thank you!! i wanted to learn how to code because quarantine (ik im like 6 months late hahah, but better late than never) and this video is really helpful!! you even covered getting the softwares, and you did a really good job explaining overall. it's the perfect pace for me and thank you so much, i'll definitely continue with the series ^^
Bro im a forever late
Hey YK! You're awesome buddy! Please keep educating us. And just try to post videos in every one or two days so , you know, we will be on track and learn more vastly. Thank you so much
raise ur hand if u watchin' during quarantine
Student Brennan Slocum yep 👍
Lol literally haven’t learned a single thing about coding yet although looking to proceed to learn web design later this year in college
I'm watching cuz I want to die so I'm trying to not have that feeling
my parents are forcing me to learn this stuff i have no idea about, and i have no interest in. whatever
🖐🏼
Am just watching this now.
Thank you so much for these tutorials.
I have never coded before, am a complete beginner with python, I really want to become a data analyst with python.
When I installed python, I was so confused how to use it. I tried to watch so many videos but I wasn’t just getting what I wanted, they were all too advance for me.
I felt like am dumb and may never be able to become a data analyst with python.
I even broke down in tears sometimes.
Your video is like a reassurance for me that I can actually become a data analyst with python.
I will keep watching more of your videos on data analysis with python and hope that am able to achieve my dreams.
Please do more video tutorials on data analysis with python for me.🙏.
Thank you so much 🙏
Thanks #YK SUGISHITA ...u taught it in simple way..it's really appreciable who left his job which is dream for many people just only for the sake of biggners ....u r Awsm ...thank you from (INDIA )
YK, thanks for your effort in putting this tutorial together. My 8 year old daughter and I really enjoyed following along and we both learned useful information for your future in programing in Python. Olivia says " This video really taught me a lot today, thank you very much!"
Your daughter is 8 years old and already learning about this.COOOL! WHAT DID I DO WHEN I WAS 8??? lmaooo
Man you changed everything ❤️ from the past one month I was looking for python and data structure tutorials on yt and finally brother ❤️ you are amazing . You made it easy .. awesome .. thanks so much ❤️
im a 13 years old who wanted to start learning python while having some fun learning it and this video really helped me i thought that python was a really hard thing even to start but i was wrong you really helped keep up the good work
Trying to get my Micromaster’s in in Statistics & Data Science in MIT online then eventually apply that to Master’s program once done and all these tutorials will be a lot of help for me to fully understand the fundamentals in Python programming or fundamentals in programming in general (I just have to stick to the basics first and ignore the experts in the comments how to shortcuts) because that will interfere my learning with basics. Goodluck to everyone! wether you’re just trying to learn how programming works or you’re actually in school for it. 👌🏻
If you want to learn PYTHON From UDEMY. Then Check ruclips.net/video/_1EEShIbdTo/видео.html
so my dad wanted me to do something with my computer so I finally decided to learn some sort of programming language and it is really helping
Have you made any progress?
Nice🤟
Ur dad before ☹️
After 😊
Thnks to cj
Tute completed. Currently hacking ISS.
Lol
Printing and variables can’t hack something unless it’s security is crap n the dev gots no clue what’s he doing :) hey btw I just hacked your RUclips channel xD (this is just a joke so don’t get offended pls) 😂
@@myth5002 r/whoosh
InfiniteGovind XD r/woooosh
Are you still on it?
i am a grade 11 student that will pursue IT course in college, and I'm here to say that this should be the very first step to take if you want to know anything about programming language (honorably mentioning Python). instructions were very clear and easy to follow. would highly recommend this video and ofcourse this channel, thanks YK!!
This is actually pretty dope first lesson even and I was able to grasp the whole concept throughout the entire video 🙏🏽
Love you bro you're a life saver I have been struggling with coding for years. Thanks to you now I'm a pro. Loads of love from malaysia
Your Tutorial Video #1 was excellent and very clear to understand.
I ain’t young to start software programming. I am able to learn the way you explain. Thank you. And I am hoping to be an expert soon with your help. Keep posting. Good luck
I am not young too, how old are you?
This video is really helpful since I have always wanted to learn to code and this is actually my first time.
ll
Ll
Lplppplpp
Thanks
I was quite surprised when I solved the problem that you gave at last in my first trial😱😲.Because it is my first time learning a programming language.So,thanks a lot for being a wonderful teacher.
PS:And of course thanks to the corona virus and the quarantine.
Thanks to corona virus? Do u know that many people die because of that virus?
@@vejnisan9388 lmao ikr what a dumbass statement
Absolutely awesome!! This helped me to take my first step to fullfill my dream of becoming a software engineer. Thanks from the core!
Hello i want to kindly inform you that our Firm has started a programming community we would like you to complete a python course of Ziyad Yehia he is one of the finest
programmer that we have.This Python course is designed for absolute beginners...This Python course is project Based so you can apply the knowledge in real Life. I hope you will Give us a chance to teach you...link is in description Thank you
ruclips.net/video/_TEiUJ4blos/видео.html
I thought this video would be fake and I would be stuck trying to figure out what he means when he says "Then go here with this in hand" but it is real and now I can kinda code. Thank you so much for this CS Dojo!