#3 Python Tutorial for Beginners | Getting Started with Python

  Рет қаралды 3,987,982

Telusko

Telusko

Күн бұрын

Telusko Courses:
Spring and Microservices Live Course : bit.ly/springmslive
Coupon: TELUSKO25 (25% Discount)
Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
Coupon: TELUSKO20 (20% Discount)
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusko.com/
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
In this lecture we will learn:
- How operations are performed in Python language?
- Different types of Arithmetic operations
- What are strings?
- How strings are used in Python?
- Function in a Python
- Concatenation and Repetition of Strings
- New line character and Raw string
#1
- We will the Python IDLE in this tutorial.
- The language that the computer understands is Binary Code i.e, 0 and 1.
- We use a programming language to write code, which is neither a binary language nor English.
- Programming language has its own protocols and grammar which we use.
- We will write code in a programming language say Python and then it will convert into a binary format that the computer will understand.
- We can perform several operations using Python language.
#2
- Starting with operations like Addition, Subtraction, Multiplication, and Division.
- We do addition, subtraction and multiplication with integer values, and then it gives us answers also in integer data type.
- But when performing division with integer values then it gives us an answer in float data type.
- Float stands for Floating Point Representation.
- When we divide two integer values then it might be possible that the answer can in decimal.
e.g., 5/2 = 2.5
- As the interpreter wants to give you an exact answer for the division also, it will return it in float.
- If you want to get only the quotient part or the integer part of the answer and want to neglect the decimal value, it can be done with the help of (//).
- // (double slash) is used for division when you want to return only an integer value in the answer.
- // is also called Integer Division or Floor Division.
- We can multiple operations in a single statement as well.
- We need to follow the proper syntax for the programming language.
- If we apply an operation but do not give operands, then it will give an error.
8+9- = Error
- We can also apply BODMASS rules of mathematics to perform operations.
- Double asterisks (**) is used to find the power of a number.
number ** power = 2**3 = 2*2*2
- To get the remainder, we use the modulus operator (%).
#3
- String is a combination of characters like "KZbin", "Camera", "Telusko", "Python", etc., all are strings.
- Whenever we use strings, we need to use double quotes(" ") or single quotes(' ') with it in python.
- If you back-slash(\) to tell the python to ignore the special meaning of that double and single quotes.
- If you use a back-slash before a single or double quotes then the quote is also treated as a simple character.
#4
- Function is a set of tasks that can be done. We need to call functions. There are several functions in Python like the print() function.
- Round brackets are used with a function to pass a parameter in it.
- We can define our own functions as well.
#5
- Concatenation is used to combine two things like we can convert two strings into one using concatenation.
- Concatenation is done using the (+) operator.
e.g., 'navin' + 'navin'
- Repetition is used to print a single value multiple times like we can print a string like "Navin" multiple times.
- Repetition is done using the (*) operator.
e.g., 'navin' * 3
#6
- (
) has a special meaning in Python. It is used to enter a new line.
- To print the original string or to neglect the meaning of
, we have to use a Raw String.
- Raw string is a string that returns it as it is without making any changes to it.
- We have to specify (r) before the quote to print the same string that is present inside the quotes.
#Python #telusko
Github :- github.com/navinreddy20/Python-
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 6 000
@Telusko
@Telusko Жыл бұрын
Mastering Java and Spring Boot - Live Course : bit.ly/TeluskoJavaLive Coupon for Discount : TELUSKO30 For More Queries WhatsApp or Call on : +919008963671
@Mohankumar.262
@Mohankumar.262 11 ай бұрын
Why don't you write semicolon
@utkrishthsahani3577
@utkrishthsahani3577 9 ай бұрын
In the last where you taught print(‘c:\docs avin’) it is not working on my PC and it keep on saying incomplete input please help 12:54 However, the raw string working.
@JyotiC3
@JyotiC3 6 ай бұрын
Why don't you wrote print
@fitnessfuelgym2premiumindo488
@fitnessfuelgym2premiumindo488 4 ай бұрын
Kindly level up the video quality Rest everything is super awesome
@sridevi-251
@sridevi-251 4 ай бұрын
2024 attendance 😅
@krishnadas5544
@krishnadas5544 2 ай бұрын
Achhi😊
@krishnadas5544
@krishnadas5544 2 ай бұрын
I am here 😊
@khumbelomatamba6190
@khumbelomatamba6190 2 ай бұрын
Here 2
@nightarrentofficial5867
@nightarrentofficial5867 Ай бұрын
Present 😂
@AmorhMasinde
@AmorhMasinde Ай бұрын
Acha tujifunze sasa hio time tulikiwa wadogo 😂😂😂😂 young and stupid 😂😂
@aryarajput7825
@aryarajput7825 2 жыл бұрын
Best teacher on KZbin . He is making so much efforts to teach us so we should support him.
@dailyquotes1181
@dailyquotes1181 2 жыл бұрын
Yaar muje bta sakte ho idle ko kaise open krna hai mere pass to hai hi nahi
@shanksshaki
@shanksshaki Жыл бұрын
yes ... he is good teaching easier learn...
@TanviGarg-ko9sr
@TanviGarg-ko9sr Жыл бұрын
Sir by using raw string we can remove any of the escape sequence in the code
@p.harshini
@p.harshini 10 ай бұрын
@@dailyquotes1181 just watch the previous video!!
@ElegancyOfLifeUS5206
@ElegancyOfLifeUS5206 8 ай бұрын
yes he is supportive۔ I like the way he teach
@ayodhyarode4522
@ayodhyarode4522 Жыл бұрын
You're teaching style is best for everyone. New one can easily understand what you say. I like you're teaching style. Thanks a lot sir for making this PYTHON series.
@viraltrend3701
@viraltrend3701 Жыл бұрын
Literally no one can explain like you so much effort and easily understand python basics ❤️😎thank you
@RakeshKumar-zn6nm
@RakeshKumar-zn6nm 3 жыл бұрын
Schools: "give us money to learn python" YT: "learn for free" This internet revolution is insane
@philippebaillargeon5204
@philippebaillargeon5204 3 жыл бұрын
Good luck being a really good CS without school. Of course you can learn to code, but you'll be limited.
@philippebaillargeon5204
@philippebaillargeon5204 3 жыл бұрын
Anyways there are super good CS jobs out there. It's more an investment than anything else.
@harshsinghpanwar210
@harshsinghpanwar210 3 жыл бұрын
Wait your schools teach coding in your schools 😮😮😮
@jsgaming409
@jsgaming409 3 жыл бұрын
@bro ha u are ediot its wrong check grammar
@ChillBroThatsCrazy
@ChillBroThatsCrazy 3 жыл бұрын
i am 13 yrs old can i learn it??
@shalbanymanna2998
@shalbanymanna2998 4 жыл бұрын
Hey Navin, great job. Quarantine period is on and wanted to learn a new language. Couldn't have asked for a better virtual teacher. Thanks a ton.
@sapbison
@sapbison 4 жыл бұрын
Second that really!
@lucamanningdunmore537
@lucamanningdunmore537 4 жыл бұрын
The r'c didn't work for me and I didn't need it
@pressgsp4557
@pressgsp4557 4 жыл бұрын
exactly
@rishabhsingh6209
@rishabhsingh6209 4 жыл бұрын
Men will be men😏🤣 (So many reply and comments because they want to impress her😁)
@shivateja6955
@shivateja6955 4 жыл бұрын
@@rishabhsingh6209 😆😆
@nomadcrows
@nomadcrows Жыл бұрын
Excellent, thank you Navin. I instantly feel like I can just follow along with your steps and get a good understanding of this, even coming from a non-programming background. Thanks again.
@hopealong
@hopealong Жыл бұрын
I have been searching for the perfect Python course in NPTEL and SWAYAM, but none seemed simpler. I am from a non-technical background, and finding your series was the best thing that has happened to me rn.
@user-pv2sh4ie7z
@user-pv2sh4ie7z 5 ай бұрын
Thanks sir for helping me❤
@Harvr06
@Harvr06 4 жыл бұрын
Unlike many others who do it for money ,I really like your selfless way of teaching and putting in the most public of forum,love from our side.kudos to ur efforts, will keep encouraging work like this and people like you.
@dastonm.5762
@dastonm.5762 4 жыл бұрын
great comment and i agree a lot
@VS4AA
@VS4AA 3 жыл бұрын
in 2020 august should we still download the 3.7.0 version that is mentioned in the video or latest version is 3.8.5 that plz to my question
@abidanam6964
@abidanam6964 3 жыл бұрын
@@VS4AA I don't think so
@beelz1042
@beelz1042 3 жыл бұрын
There's also csdojo who does it for free and to help people , he even quit his job at Google(his salary was 100K+$) to help people on KZbin
@weebsLover
@weebsLover 3 жыл бұрын
@@VS4AA latest version will also do same work becaz I am using
@antonyvivek3567
@antonyvivek3567 3 жыл бұрын
This is humanity, giving free lessons and that itself is just... wooowwww....thanks sir. ❤️🙏
@jeucas1274
@jeucas1274 3 жыл бұрын
yes this is amazing of him to do this for free, however he will be payed by KZbin per 1000 views he gets this video will have made well over £100
@dakelester3260
@dakelester3260 3 жыл бұрын
@@jeucas1274 it is not enough for such quality tutorial
@jeucas1274
@jeucas1274 3 жыл бұрын
@@dakelester3260 yeah i know but, I’m saying he gets payed that’s my point
@dineshommi9039
@dineshommi9039 2 жыл бұрын
@@jeucas1274 means how much in inddian currency
@dragongamming8207
@dragongamming8207 2 жыл бұрын
bro see he told for free but he get lots of money from youtube this is how it works btw i am 12 years
@channelShort
@channelShort 8 ай бұрын
I Promise you, If I learn python from you , I will pray for your hair growth😉😇🥰
@abhinavreddymandadi6737
@abhinavreddymandadi6737 2 ай бұрын
💀
@fun_with_Bandita
@fun_with_Bandita 2 ай бұрын
He doesn't need it.. even he's handsome in such way like vin Diesel.. 😍
@gitahidavid
@gitahidavid Жыл бұрын
The 3 IDEs: 1. PyCharm 2. IDLE 3. Visual Studio
@arjunanparthu7719
@arjunanparthu7719 Жыл бұрын
Yeah what's the 3rd one
@AmanMishra-uo1gf
@AmanMishra-uo1gf 6 жыл бұрын
Excellent interface.... 😊😊😊😊😊 like you are teaching us in front of us better than voice over... Because your presence make wonders thank you so much sirrrrrr..... Programing made fun🙏🙏🙏
@AyushVyas1999
@AyushVyas1999 5 жыл бұрын
Agreed.. That makes it interesting
@syedrazanaqvi1
@syedrazanaqvi1 5 жыл бұрын
Great video for beginners👍👍👍
@ShivamKumar-gs6ve
@ShivamKumar-gs6ve 4 жыл бұрын
those who are learning in quarantine period like it
@deepthib4788
@deepthib4788 4 жыл бұрын
Nanum than
@AhinDas2506
@AhinDas2506 4 жыл бұрын
Apun 😎
@Sasikala-ej6vx
@Sasikala-ej6vx 3 жыл бұрын
@@deepthib4788 nanum Tamil than
@arkaprovodas4920
@arkaprovodas4920 3 жыл бұрын
yep
@sainnathbadrinath9994
@sainnathbadrinath9994 3 жыл бұрын
revising python
@thobrik
@thobrik Жыл бұрын
This is what I've been looking for, and I have tried maybe 10 different high profile Python tutorials. They are mostly all good, but this one takes the same approach as an in-depth textbook which is absolutely perfect for me. I simply learn much better from videos than textbooks even though I know they contain more information so I am so grateful to be able to access this for free. Thanks!
@toonstore1056
@toonstore1056 2 жыл бұрын
your name itself has many examples for the code! the chosen one!!!!
@dishantkumbhar8822
@dishantkumbhar8822 4 жыл бұрын
I have gone through many channels and many teachers online as well as offline they were too good. The only difference is u make us understand in a structured way which is very important . Thanks for being on KZbin otherwise ur talent and our time would have wasted .
@Rohit_03
@Rohit_03 3 жыл бұрын
Kis class ke ho bhaisaab
@dishantkumbhar8822
@dishantkumbhar8822 3 жыл бұрын
@@Rohit_03 2nd year man
@parvsheth5078
@parvsheth5078 3 жыл бұрын
@@dishantkumbhar8822 oh so am I starting early?? cause I am in 9th only. But by looking at whitehat jr ads, I think that I am late. Is it right time to learn it??
@dishantkumbhar8822
@dishantkumbhar8822 3 жыл бұрын
@@parvsheth5078 yes if u start early u can catchup with world competition easily. There is age defined for learning . U can learn anything ,anywhere at any age Imp. Is u learn something new . That's it
@parvsheth5078
@parvsheth5078 3 жыл бұрын
@@dishantkumbhar8822 thanks 😀
@GanendraOrusu
@GanendraOrusu 4 жыл бұрын
I am learning python during the corona holidays
@godakartik8110
@godakartik8110 4 жыл бұрын
Me too
@martinsmith5861
@martinsmith5861 4 жыл бұрын
Same!
@cryptohacker9295
@cryptohacker9295 4 жыл бұрын
Great Timing
@vinayalatha6555
@vinayalatha6555 4 жыл бұрын
Mee to
@lovekaransingh204
@lovekaransingh204 4 жыл бұрын
Apna bhi same hai 😂
@krishnapriya3846
@krishnapriya3846 Жыл бұрын
Best video ever for learning python, excellent teaching style !
@mucunguzibrian8564
@mucunguzibrian8564 Жыл бұрын
I have really enjoyed, thank you so much ❤️
@veerpratapsingh108
@veerpratapsingh108 4 жыл бұрын
learning a new language in lockdown is a lot fun
@anuragsingh7425
@anuragsingh7425 5 жыл бұрын
Excellent finaly i get a teacher who has skills to teach the students 😊😊😊
@manthanpatel6458
@manthanpatel6458 5 жыл бұрын
Yes and that to free of cost 🤗
@striveni496
@striveni496 4 жыл бұрын
Yes
@prajwalmp8583
@prajwalmp8583 4 жыл бұрын
Ya bro
@nafreefirenaistam8267
@nafreefirenaistam8267 2 жыл бұрын
@@striveni496 yeahh dear. Where are you from
@pj_here
@pj_here 2 жыл бұрын
Agree
@prachigoyal5843
@prachigoyal5843 2 жыл бұрын
Sir , Your channel is best for learning python language .
@mohammadnisarulahmed6948
@mohammadnisarulahmed6948 2 ай бұрын
I am watching this video in 2024! Thank you Navin sir for your exclusive videos
@gauravkumar-fn5jh
@gauravkumar-fn5jh 6 жыл бұрын
In youtube no one explain like this........thanx sir for this video
@antrohydon0426
@antrohydon0426 6 жыл бұрын
gaurav kumar yeah... *FACT*
@princejames5266
@princejames5266 5 жыл бұрын
No, there is an other one just like him called vsauce 1
@jashuvad872
@jashuvad872 5 жыл бұрын
@@princejames5266 send me the link i didn't find vsauce 1
@jethalalgada3908
@jethalalgada3908 5 жыл бұрын
Thanks navin. My school teacher sucks , I started learning online . Just found your channel 15 minutes ago and seriously, I'm blown. I'm a student , can't PayPal you , but will surely watch all your advertisements and will try to share your channel as much as possible. Thanks!
@eswar3655
@eswar3655 4 жыл бұрын
Hi
@dhanashreenair4232
@dhanashreenair4232 4 жыл бұрын
Same here
@darylthomas6101
@darylthomas6101 4 жыл бұрын
Hi Ayush or any other commenter. I was wondering if you are taking this class at a university what text book are you using?
@lakshayy3329
@lakshayy3329 4 жыл бұрын
@@darylthomas6101 You can Go for PYTHON FOR SCIENTISTS for sure
@mitenmahato3078
@mitenmahato3078 Жыл бұрын
I watched many python course in yt but their techniques are not as easy and understable as your for beginners. Thanks sir for making this python series ❣️
@arishashahbaz8296
@arishashahbaz8296 Жыл бұрын
I REALY enjoy this lecture very much You teach us in fun way
@madhav8959
@madhav8959 3 жыл бұрын
print('C:\docs\ avin') also works in the last of the video.
@sound4644
@sound4644 3 жыл бұрын
For me print ('C:\docs avin') also works
@RK-bz9ps
@RK-bz9ps 3 жыл бұрын
But in that case one slash will also come which may not be want
@deepakpatra2011
@deepakpatra2011 2 жыл бұрын
@@RK-bz9ps no it will just cancel out the special meaning of second back-slash, so it will be printed in one line with one back-slash👍
@sajalgpt8
@sajalgpt8 2 жыл бұрын
I think \\ is useful to get the integer output...with all humility but there's no point of using double slash in strings
@akhilb97
@akhilb97 2 жыл бұрын
@@sound4644 Seems you have used /n instead of
@VaibhavGupta0011
@VaibhavGupta0011 3 жыл бұрын
Nobody has ever explained a programming language in such an easy and interesting way. Phobia has gone now. Thank you sir!
@promabhattacharya339
@promabhattacharya339 Жыл бұрын
Excellent for learning from basics!
@abioyeseun9049
@abioyeseun9049 Жыл бұрын
Thank you for making learning Python feel so achievable.
@monalisapani1488
@monalisapani1488 5 жыл бұрын
print ('We are lucky students to be taught python by"Navin Sir"') >>>We are lucky students to be taught python by"Navin Sir"
@hellorafiul
@hellorafiul 4 жыл бұрын
@DeepakRawat-qm6on
@DeepakRawat-qm6on 4 жыл бұрын
>>>print('i agree') i agree
@50ksubscriberswithoutanysi48
@50ksubscriberswithoutanysi48 4 жыл бұрын
@asjha2300
@asjha2300 4 жыл бұрын
Syntax error bro
@AJRK0825
@AJRK0825 4 жыл бұрын
Print ('We are lucky students to be taught python by "naveen sir"') Ouptut- we are lucky students to be taught python by "naveen sir" Need to use semicolon rule if u r asking any other question. Then let me know
@payalkp
@payalkp 3 жыл бұрын
I'm truly enjoying learning python ❤️.. You're an Amazing teacher...
@shreesaireddy1533
@shreesaireddy1533 2 жыл бұрын
Give ur WhatsApp number
@Ashok_98
@Ashok_98 Жыл бұрын
real sis
@kittenhijith5816
@kittenhijith5816 Жыл бұрын
Well xplained .Thanks 🙏 for your effort to teach alll of us who are beginners in python
@randoms251
@randoms251 Жыл бұрын
it's so easy to understand your video. I love it. Thank you so much sir
@jagdishchandravyas4004
@jagdishchandravyas4004 2 ай бұрын
Thank you navin for these excellent tutorials . When I started watching your tutorials and now I'm a programmer. Thank you for these such guidance
@mycreativeworld5253
@mycreativeworld5253 3 жыл бұрын
Sir I've started learning and it's actually going pretty well. Thank you so much! The world definitely needs more people like you :)
@Venom-hg6sn
@Venom-hg6sn 2 жыл бұрын
Yeah I also starred
@buonylamthem
@buonylamthem 10 ай бұрын
God bless you ❤
@ammathovanta3172
@ammathovanta3172 6 ай бұрын
@mayankjulah4408
@mayankjulah4408 3 жыл бұрын
PyCharm, Thonny, sublime, idle, atom, Vim are some of the famous Python IDE
@abhinavsingh6159
@abhinavsingh6159 3 жыл бұрын
what about vs code it supports all the languages
@Username-ym9tt
@Username-ym9tt 3 жыл бұрын
And I am here using spyder from anaconda
@user-pl9iw8fw9u
@user-pl9iw8fw9u 3 жыл бұрын
Visual Studio Code?
@parthgupta1057
@parthgupta1057 3 жыл бұрын
VS code is the best
@srihariarun6031
@srihariarun6031 2 жыл бұрын
Thank you so much Navin sir, these tutorials are really helpful.
@raghavjha501
@raghavjha501 Жыл бұрын
I am enjoying while studying ☺️☺️☺️☺️☺️ thanks for that sir
@pravalikamanugu3590
@pravalikamanugu3590 4 жыл бұрын
Went through alot of sites to learn python and I would like to say THIS IS THE BEST Thanku alot .Stay safe.
@damirko
@damirko 6 жыл бұрын
Yep nice video, ty for taking the time to make it.
@deji_v3261
@deji_v3261 Жыл бұрын
Thank you so much for this series you made. Keep it up!
@rajkumarnewar3428
@rajkumarnewar3428 Жыл бұрын
Thank you!!for python videos it helps me a lot to learn python as I am a beginner and can prepare for exams....
@nareshyannam8637
@nareshyannam8637 3 жыл бұрын
You are amazing. Really I'm learning Python with full fun, Big salute to you
@pandeeswaranm5199
@pandeeswaranm5199 5 жыл бұрын
print('c:\docs\ avin') Also works sir
@mcgkiing
@mcgkiing 5 жыл бұрын
It works brother but it occurs confusion while reading
@rahamanohi5688
@rahamanohi5688 5 жыл бұрын
'ohiohiohiohiohiohiohiohiohiohi' How to remove this (')?
@manoj011179
@manoj011179 5 жыл бұрын
@@rahamanohi5688 >>> print (10 * 'ohi') ohiohiohiohiohiohiohiohiohiohi
@dikshachourasiya9749
@dikshachourasiya9749 4 жыл бұрын
What Will be the answer?.. c:\docs\ avin ???
@darshathakkar
@darshathakkar 4 жыл бұрын
@@rahamanohi5688 : Put the string in print() function to get rid of ' '.
@pragatibhogunkar1462
@pragatibhogunkar1462 2 жыл бұрын
Wonderful, amazing the best python learning video on KZbin 👌👌👏👏
@Suri_Aqua
@Suri_Aqua Жыл бұрын
completed this video lec, and enjoying already......
@bombaxdier1800
@bombaxdier1800 3 жыл бұрын
Hi! Just wanted to say thank you for teaching python. Anyways so, print ("navin's a good python teacher") >>>navin's a good python teacher :)
@sajalgpt8
@sajalgpt8 2 жыл бұрын
how about print('navin\'s a good python teacher') >>> navin's a good python teacher
@aasthaverma2251
@aasthaverma2251 4 жыл бұрын
Amazing lectures!! Just loved the way you interact and it just feels like sitting in an actual class.
@akashsamanta3559
@akashsamanta3559 Жыл бұрын
your tuitorial are so easy to understand thank u Navin sir
@toddmaek5436
@toddmaek5436 Жыл бұрын
This was pretty dope, learned something new with the r for raw string part
@ankitabhattacharjee6925
@ankitabhattacharjee6925 5 жыл бұрын
Sir the way you taught is amazing... Everything in my mind got clear..
@hrfighter7980
@hrfighter7980 4 жыл бұрын
>>> print('c:\docs navin') c:\docs navin >>>
@rockingdrumzzz7887
@rockingdrumzzz7887 4 жыл бұрын
That's called presence of mind but sometimes you'll get confused
@kishankini3406
@kishankini3406 4 жыл бұрын
@@rockingdrumzzz7887 I differ.. It's cool. But it isn't printed in same line. But still great.
@NikhilKumar-si6ny
@NikhilKumar-si6ny 4 жыл бұрын
You use /n before navin so it takes to u in next line the outcome will be c:/docs Navin
@farhanshamim8071
@farhanshamim8071 4 жыл бұрын
>>> print('c:\docs\ avin') c:\docs avin
@souvikkumarkhanra7274
@souvikkumarkhanra7274 4 жыл бұрын
Great idea
@ZaidKhan-sd9ze
@ZaidKhan-sd9ze 2 жыл бұрын
first time i have learned the programming language. it is very helpful
@kennyolamide1330
@kennyolamide1330 Жыл бұрын
You are the best man! Your breakdown of python is the best !!
@nischalrai2779
@nischalrai2779 3 жыл бұрын
I am watching courses around for python and even enrolled to edx courses but sir navin is something extraordinary, the way he is presenting is really interesting, engaging and in such brief, other places it is more like robotic
@shyamananth
@shyamananth 6 жыл бұрын
Thank You for considering my feedback to post Videos in 1080p. Love the way you present a concept.
@berksylar01
@berksylar01 Жыл бұрын
Wow great teaching. Thank you for your efforts.
@ryvathdatta2779
@ryvathdatta2779 Жыл бұрын
yes I've enjoyed a lot in learning python. It makes my work easy to understand the coding language.
@josiasmwale779
@josiasmwale779 4 жыл бұрын
This is classic and enjoyable. Much appreciated from Zambia
@faisalsakib5180
@faisalsakib5180 4 жыл бұрын
3 IDEs for Python: 1. Pycharm 2. VS Code 3. Atom
@amalaadduri43
@amalaadduri43 4 жыл бұрын
Difference between idle and bycharm
@RajKumarGupta-dv7ug
@RajKumarGupta-dv7ug 4 жыл бұрын
Thank u for it
@amalaadduri43
@amalaadduri43 4 жыл бұрын
@@RajKumarGupta-dv7ug I didn't get u
@iwouldliketobelievethattha7561
@iwouldliketobelievethattha7561 4 жыл бұрын
You could also use Notepad++ or Sublime text
@Narendiranath
@Narendiranath 4 жыл бұрын
@@amalaadduri43 idle is a simple interpreter but pycharm is an IDE which is used for project level usage.
@pankajv0112
@pankajv0112 Жыл бұрын
Your teaching skill is amazing.... I really enjoyed a lot.
@rumailjilani3623
@rumailjilani3623 Жыл бұрын
I really appreciate your work. You are doing well. Keep doing like this.
@pythoneers2890
@pythoneers2890 3 жыл бұрын
MAN ur a frickin gem, what a guy giving a course for free without charges!!
@anilbangera1
@anilbangera1 6 жыл бұрын
Fun and playful.... First time enjoyed with coding 😂😂
@bharadwajasrinivasa3258
@bharadwajasrinivasa3258 2 жыл бұрын
I ve paid and getting online classes to get Realtime projects to work with but since it is beginning i see a lot of matured content here in your classes and way of explanation so easy that even a child can learn.. hatsoff to you.
@bhavanisenthil8785
@bhavanisenthil8785 2 ай бұрын
Vera level🎉!! Teaching sir!! I watch your channel in 2024😊
@manishmishra3731
@manishmishra3731 5 жыл бұрын
come fall in love with Navin sir's class 😍😍
@rdhamapurkar93
@rdhamapurkar93 4 жыл бұрын
I have never seen computing language so simply taught. Looking forward to complete the tutorial. Thank you so much for helping us!! :-)
@adaboinaprashanth7939
@adaboinaprashanth7939 2 жыл бұрын
Wow just amazing 👏 bro u are the one who made a language is very easy to learn tqs lot
@SUNIL-hn4eb
@SUNIL-hn4eb Жыл бұрын
your way of teaching is too good and I can able to understand it very easily. print('thank you sir') thank you sir
@Gopalkumar-tf8bi
@Gopalkumar-tf8bi 4 жыл бұрын
Really sir two different things that makes the learning more effective includes your presence on screen and the interactive layout. ENJoying a lot
@manojgokhale9235
@manojgokhale9235 4 жыл бұрын
I am a student of class 6th and I have a craze to learn programming and at first I chosen Python i didn't find a correct teacher so I thought to surf on youtube and then I got your channel Telusko and then i started to learn from your videos, make notes of whatever you used to tell and this is the journey till now video#3
@venkatprasad1102
@venkatprasad1102 2 жыл бұрын
the details of his teaching are excellent
@P_123_19
@P_123_19 10 ай бұрын
Very well understanding sir That's very great of u 👍
@ketangupta212
@ketangupta212 4 жыл бұрын
Thanks Navin Sir I'm feeling lucky to found you on youtube I just started online python classes now i am proud to your alien Love From Bihar, Patna.
@mohittrivedi1112
@mohittrivedi1112 6 жыл бұрын
Damn better than udmey paid videos totally worth watching thank you
@sanjay3291
@sanjay3291 5 жыл бұрын
I agree ! I'm using zero to hero course ! What course do you use ?
@mohittrivedi1112
@mohittrivedi1112 5 жыл бұрын
Sanjay S same bro
@user-js1fk9oe2x
@user-js1fk9oe2x 8 ай бұрын
Brilliant start. Very educative and instructive Thanks
@vamsikrishna4691
@vamsikrishna4691 2 жыл бұрын
Telusuko gurinchi telusuko taniki chaala late chesanu brother , mee explanation chaala bagundhi !!! Thank You
@aeramkamal3784
@aeramkamal3784 4 жыл бұрын
first time I have got interest in these kind of stuffs , never expected as a Mechanical engineer I will have learn this, and u teach in so simple and awesome way
@alinov01
@alinov01 3 жыл бұрын
it feels so great sir personally say "Hi" to me
@Foxy-mb5do
@Foxy-mb5do 3 жыл бұрын
Lmao
@Thevivekka
@Thevivekka 3 жыл бұрын
lol xd xd xd xd
@nafreefirenaistam8267
@nafreefirenaistam8267 2 жыл бұрын
@@Foxy-mb5do hi drar
@punjabi.santhoshi3944
@punjabi.santhoshi3944 Жыл бұрын
I never knew these many types of print stuffs ,these many days, really amazing sir😃
@hskaita4027
@hskaita4027 Жыл бұрын
You are actually awsm your classes make learning simple.
@vamshinoora7914
@vamshinoora7914 6 жыл бұрын
It's great to watch u r channel growing day by day...one of u r old subscriber's
@MathWithAnkita
@MathWithAnkita 3 жыл бұрын
You are superb sir...you explained everything that many people get confused & do wrong. This small things make fundamentally strong. 👍👍
@rishabhshrivastava8202
@rishabhshrivastava8202 2 жыл бұрын
Best teacher for programming language ☺️
@mohammedabdulrashid3408
@mohammedabdulrashid3408 Жыл бұрын
I'm really enjoying it as beginners Thanks Navin
@chinmaydas4053
@chinmaydas4053 6 жыл бұрын
Just great as usual sir.. undoubtedly you are the best teacher 🙏🙏..
@nareshy810
@nareshy810 5 жыл бұрын
very nice videos for beginners thanxs you so much
@shanksshaki
@shanksshaki Жыл бұрын
Thanks you Sir ! u are awesome teaching .... So easier learn .... im very happy sir !!!!!
@san-wk2pc
@san-wk2pc Жыл бұрын
excellent videos of the course and well explained 😊, you are doing a great job, thank you
@HelloHey12
@HelloHey12 5 жыл бұрын
Heyy i',m your biggest fan ,, So simple so clear so nice so cool ,, ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
@souvikbera4257
@souvikbera4257 4 жыл бұрын
"This works" Naveen sir be like "yay!!" Love you sir
@kabaliprogaming7480
@kabaliprogaming7480 Жыл бұрын
its worth for my self sir u r intelligent and explaining crazy thank u for reading my comment
@ZageZealot
@ZageZealot 2 жыл бұрын
just discovered this channel, amazing content
@shubhimanocha2620
@shubhimanocha2620 5 жыл бұрын
top 3 ides are atom,eric,visual studio code,IDLE
@EC-ys5rr
@EC-ys5rr 2 жыл бұрын
Just joined this session and i never knew that learning coding can be this much fun ! Thank you so much sir.
@prithvi9241
@prithvi9241 Жыл бұрын
the way you teach is MIS way (make it simple) for beginner like us !! supper cool
#4 Python Tutorial for Beginners | Variables in Python
10:22
Telusko
Рет қаралды 3,1 МЛН
Python Coding Challenge - June 2024 | Find the Indices
6:07
When someone reclines their seat ✈️
00:21
Adam W
Рет қаралды 23 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 15 МЛН
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 117 МЛН
New Gadgets! Bycycle 4.0 🚲 #shorts
00:14
BongBee Family
Рет қаралды 15 МЛН
👩‍💻 Python for Beginners Tutorial
1:03:21
Kevin Stratvert
Рет қаралды 3 МЛН
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 255 М.
Dictionary in Python
12:24
Telusko
Рет қаралды 1,3 МЛН
#10 Python Tutorial for Beginners | Data Types in Python
14:35
Telusko
Рет қаралды 1,5 МЛН
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 718 М.
Python for Beginners - Learn Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 17 МЛН
#miniphone
0:16
Miniphone
Рет қаралды 2 МЛН
Задача APPLE сделать iPHONE НЕРЕМОНТОПРИГОДНЫМ
0:57
Выложил СВОЙ АЙФОН НА АВИТО #shorts
0:42
Дмитрий Левандовский
Рет қаралды 2 МЛН