#3 Python Tutorial for Beginners | Getting Started with Python

Поделиться
HTML-код
  • Опубликовано: 26 июн 2024
  • Check out our courses:
    Spring and Microservices Weekend Live Batch : bit.ly/spring-live-weekend
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : bit.ly/java-spring-cloud
    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 "RUclips", "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 тыс.

  • @Telusko
    @Telusko  Год назад +53

    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 10 месяцев назад

      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 7 месяцев назад

      Why don't you wrote print

    • @fitnessfuelgym2premiumindo488
      @fitnessfuelgym2premiumindo488 5 месяцев назад

      Kindly level up the video quality
      Rest everything is super awesome

  • @sridevi-251
    @sridevi-251 4 месяца назад +293

    2024 attendance 😅

  • @aryarajput7825
    @aryarajput7825 3 года назад +560

    Best teacher on RUclips . He is making so much efforts to teach us so we should support him.

    • @dailyquotes1181
      @dailyquotes1181 2 года назад +1

      Yaar muje bta sakte ho idle ko kaise open krna hai mere pass to hai hi nahi

    • @shanksshaki
      @shanksshaki Год назад +1

      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 11 месяцев назад

      @@dailyquotes1181 just watch the previous video!!

    • @ElegancyOfLifeUS5206
      @ElegancyOfLifeUS5206 9 месяцев назад

      yes he is supportive۔ I like the way he teach

  • @viraltrend3701
    @viraltrend3701 Год назад +53

    Literally no one can explain like you so much effort and easily understand python basics ❤️😎thank you

  • @gitahidavid
    @gitahidavid Год назад +15

    The 3 IDEs:
    1. PyCharm
    2. IDLE
    3. Visual Studio

  • @RakeshKumar-zn6nm
    @RakeshKumar-zn6nm 3 года назад +1058

    Schools: "give us money to learn python"
    YT: "learn for free"
    This internet revolution is insane

    • @philippebaillargeon5204
      @philippebaillargeon5204 3 года назад +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 года назад +1

      Anyways there are super good CS jobs out there. It's more an investment than anything else.

    • @harshsinghpanwar210
      @harshsinghpanwar210 3 года назад +1

      Wait your schools teach coding in your schools 😮😮😮

    • @jsgaming409
      @jsgaming409 3 года назад +1

      @bro ha u are ediot its wrong check grammar

    • @ChillBroThatsCrazy
      @ChillBroThatsCrazy 3 года назад +6

      i am 13 yrs old can i learn it??

  • @Harvr06
    @Harvr06 4 года назад +195

    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 года назад +1

      great comment and i agree a lot

    • @VS4AA
      @VS4AA 3 года назад +1

      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 года назад +1

      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 RUclips

    • @weebsLover
      @weebsLover 3 года назад +2

      @@VS4AA latest version will also do same work becaz I am using

  • @nomadcrows
    @nomadcrows Год назад +33

    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.

  • @bmktechprofessional
    @bmktechprofessional День назад

    I am a teacher by profession and computer specialist. Doing my degree course in BSCIT LEearning c++, but its frustration. So i decided to take the language of Python. You are the best

  • @shalbanymanna2998
    @shalbanymanna2998 4 года назад +486

    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 года назад +2

      Second that really!

    • @lucamanningdunmore537
      @lucamanningdunmore537 4 года назад +1

      The r'c didn't work for me and I didn't need it

    • @pressgsp4557
      @pressgsp4557 4 года назад

      exactly

    • @rishabhsingh6209
      @rishabhsingh6209 4 года назад +16

      Men will be men😏🤣
      (So many reply and comments because they want to impress her😁)

    • @shivateja6955
      @shivateja6955 4 года назад +2

      @@rishabhsingh6209 😆😆

  • @antonyvivek3567
    @antonyvivek3567 3 года назад +683

    This is humanity, giving free lessons and that itself is just... wooowwww....thanks sir. ❤️🙏

    • @jeucas1274
      @jeucas1274 3 года назад +20

      yes this is amazing of him to do this for free, however he will be payed by RUclips per 1000 views he gets this video will have made well over £100

    • @jeucas1274
      @jeucas1274 3 года назад +12

      @Dake Lester 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 года назад +1

      bro see he told for free but he get lots of money from youtube this is how it works btw i am 12 years

  • @hopealong
    @hopealong Год назад +22

    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.

  • @ayodhyarode4522
    @ayodhyarode4522 Год назад +64

    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.

  • @AmanMishra-uo1gf
    @AmanMishra-uo1gf 6 лет назад +443

    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 лет назад +10

      Agreed.. That makes it interesting

    • @syedrazanaqvi1
      @syedrazanaqvi1 5 лет назад +8

      Great video for beginners👍👍👍

  • @dishantkumbhar8822
    @dishantkumbhar8822 4 года назад +155

    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 RUclips otherwise ur talent and our time would have wasted .

    • @Rohit_03
      @Rohit_03 3 года назад

      Kis class ke ho bhaisaab

    • @dishantkumbhar8822
      @dishantkumbhar8822 3 года назад +1

      @@Rohit_03 2nd year man

    • @parvsheth5078
      @parvsheth5078 3 года назад +2

      @@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 года назад +2

      @@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 года назад +2

      @@dishantkumbhar8822 thanks 😀

  • @thobrik
    @thobrik Год назад +6

    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!

  • @mucunguzibrian8564
    @mucunguzibrian8564 Год назад +4

    I have really enjoyed, thank you so much ❤️

  • @ShivamKumar-gs6ve
    @ShivamKumar-gs6ve 4 года назад +1771

    those who are learning in quarantine period like it

  • @madhav8959
    @madhav8959 3 года назад +67

    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 года назад +1

      @@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 года назад +2

      @@sound4644 Seems you have used /n instead of

  • @lucky-xc2kw
    @lucky-xc2kw 18 дней назад

    This is great! it's 09-06-2024 I've started learning python wholeheartedly, I'm writing this comment so that i could lookback after 6 months
    Thanks Reddy sir🤞
    ~Alien

  • @GanendraOrusu
    @GanendraOrusu 4 года назад +406

    I am learning python during the corona holidays

  • @jethalalgada3908
    @jethalalgada3908 5 лет назад +124

    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

  • @promabhattacharya339
    @promabhattacharya339 Год назад

    Excellent for learning from basics!

  • @krishnapriya3846
    @krishnapriya3846 Год назад

    Best video ever for learning python, excellent teaching style !

  • @anuragsingh7425
    @anuragsingh7425 5 лет назад +149

    Excellent finaly i get a teacher who has skills to teach the students 😊😊😊

  • @payalkp
    @payalkp 3 года назад +133

    I'm truly enjoying learning python ❤️.. You're an Amazing teacher...

    • @shreesaireddy1533
      @shreesaireddy1533 2 года назад

      Give ur WhatsApp number

    • @kittenhijith5816
      @kittenhijith5816 Год назад

      Well xplained .Thanks 🙏 for your effort to teach alll of us who are beginners in python

  • @bharadwajasrinivasa3258
    @bharadwajasrinivasa3258 2 года назад +6

    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.

  • @rajkumarnewar3428
    @rajkumarnewar3428 Год назад +2

    Thank you!!for python videos it helps me a lot to learn python as I am a beginner and can prepare for exams....

  • @gauravkumar-fn5jh
    @gauravkumar-fn5jh 6 лет назад +97

    In youtube no one explain like this........thanx sir for this video

    • @antrohydon0426
      @antrohydon0426 6 лет назад +1

      gaurav kumar yeah... *FACT*

    • @princejames5266
      @princejames5266 5 лет назад +1

      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

  • @veerpratapsingh108
    @veerpratapsingh108 4 года назад +80

    learning a new language in lockdown is a lot fun

  • @rishabhshrivastava8202
    @rishabhshrivastava8202 2 года назад

    Best teacher for programming language ☺️

  • @YouStillNeedToSleep
    @YouStillNeedToSleep 2 года назад

    oh wow. who knew this thing could be easy to learn. wow wow wow!

  • @monalisapani1488
    @monalisapani1488 5 лет назад +349

    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 года назад +1

      >>>print('i agree')
      i agree

    • @50ksubscriberswithoutanysi48
      @50ksubscriberswithoutanysi48 4 года назад

    • @asjha2300
      @asjha2300 4 года назад +8

      Syntax error bro

    • @AJRK0825
      @AJRK0825 4 года назад +1

      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

  • @mycreativeworld5253
    @mycreativeworld5253 3 года назад +71

    Sir I've started learning and it's actually going pretty well. Thank you so much! The world definitely needs more people like you :)

  • @deji_v3261
    @deji_v3261 Год назад

    Thank you so much for this series you made. Keep it up!

  • @Suri_Aqua
    @Suri_Aqua Год назад

    completed this video lec, and enjoying already......

  • @VaibhavGupta0011
    @VaibhavGupta0011 3 года назад +76

    Nobody has ever explained a programming language in such an easy and interesting way. Phobia has gone now.
    Thank you sir!

  • @damirko
    @damirko 6 лет назад +36

    Yep nice video, ty for taking the time to make it.

  • @DilpreetKaur-yv9nw
    @DilpreetKaur-yv9nw 3 дня назад

    Perfect explanation.. thank you sir👍

  • @vidyakoyyada7930
    @vidyakoyyada7930 Год назад +2

    Hi sir Im a beginner of python I need to be master in python. I enjoy python classes with your teachings. I appreciate it. I loved it. 😊😊

  • @hrfighter7980
    @hrfighter7980 4 года назад +69

    >>> 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 года назад +1

      You use /n before navin so it takes to u in next line the outcome will be c:/docs
      Navin

    • @farhanshamim8071
      @farhanshamim8071 4 года назад +14

      >>> print('c:\docs\
      avin')
      c:\docs
      avin

    • @souvikkumarkhanra7274
      @souvikkumarkhanra7274 4 года назад +1

      Great idea

  • @pandeeswaranm5199
    @pandeeswaranm5199 5 лет назад +110

    print('c:\docs\
    avin')
    Also works sir

    • @mcgkiing
      @mcgkiing 5 лет назад +3

      It works brother but it occurs confusion while reading

    • @rahamanohi5688
      @rahamanohi5688 5 лет назад +2

      'ohiohiohiohiohiohiohiohiohiohi'
      How to remove this (')?

    • @manoj011179
      @manoj011179 5 лет назад +17

      @@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 ' '.

  • @berksylar01
    @berksylar01 Год назад

    Wow great teaching. Thank you for your efforts.

  • @P_123_19
    @P_123_19 11 месяцев назад

    Very well understanding sir
    That's very great of u 👍

  • @mayankjulah4408
    @mayankjulah4408 4 года назад +78

    PyCharm, Thonny, sublime, idle, atom, Vim are some of the famous Python IDE

  • @pravalikamanugu3590
    @pravalikamanugu3590 4 года назад +18

    Went through alot of sites to learn python and I would like to say THIS IS THE BEST
    Thanku alot .Stay safe.

  • @raghavjha501
    @raghavjha501 Год назад +3

    I am enjoying while studying ☺️☺️☺️☺️☺️ thanks for that sir

  • @mohammedabdulrashid3408
    @mohammedabdulrashid3408 Год назад

    I'm really enjoying it as beginners
    Thanks Navin

  • @nischalrai2779
    @nischalrai2779 3 года назад +8

    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

  • @milanbariya4914
    @milanbariya4914 3 года назад +23

    🤓 Quiz Answer 🤓
    Name any 3 IDE for python
    Answer : 1) PyCharm
    2) Atom
    3) Eclipse
    4) Thonny
    5) Spyder

  • @shoaibkhan7074
    @shoaibkhan7074 Год назад

    I find your method of teaching and transfer of knowledge easy. i like

  • @san-wk2pc
    @san-wk2pc Год назад

    excellent videos of the course and well explained
    😊, you are doing a great job, thank you

  • @faisalsakib5180
    @faisalsakib5180 4 года назад +38

    3 IDEs for Python:
    1. Pycharm
    2. VS Code
    3. Atom

  • @anilbangera1
    @anilbangera1 6 лет назад +11

    Fun and playful.... First time enjoyed with coding 😂😂

  • @akashsamanta3559
    @akashsamanta3559 Год назад

    your tuitorial are so easy to understand thank u Navin sir

  • @randoms251
    @randoms251 Год назад

    it's so easy to understand your video. I love it. Thank you so much sir

  • @nareshyannam8637
    @nareshyannam8637 3 года назад +10

    You are amazing. Really I'm learning Python with full fun, Big salute to you

  • @bombaxdier1800
    @bombaxdier1800 3 года назад +20

    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 года назад +3

      how about print('navin\'s a good python teacher')
      >>> navin's a good python teacher

  • @vakhariyajay2224
    @vakhariyajay2224 Год назад +1

    Thank you very much. You are a genius.

  • @ZageZealot
    @ZageZealot 2 года назад

    just discovered this channel, amazing content

  • @ankitabhattacharjee6925
    @ankitabhattacharjee6925 5 лет назад +18

    Sir the way you taught is amazing... Everything in my mind got clear..

  • @aasthaverma2251
    @aasthaverma2251 4 года назад +10

    Amazing lectures!! Just loved the way you interact and it just feels like sitting in an actual class.

  • @toddmaek5436
    @toddmaek5436 Год назад

    This was pretty dope, learned something new with the r for raw string part

  • @69butternut.
    @69butternut. 8 дней назад

    This is an actual beginners course, starting from the very beginning. Thank you so much for this, Navin! In other 'beginner' courses I have found there is still assumed knowledge or understanding which an actual beginner can not have. I had questions immediately after watching other tutorials and I can see here these questions are being answered straight away and I already feel like I understand so much more after 3 short videos of this course.

  • @virajpasare5535
    @virajpasare5535 2 года назад

    Great Teaching..... Congratulations Sir

  • @nareshy810
    @nareshy810 5 лет назад +3

    very nice videos for beginners
    thanxs you so much

  • @rdhamapurkar93
    @rdhamapurkar93 4 года назад +3

    I have never seen computing language so simply taught. Looking forward to complete the tutorial. Thank you so much for helping us!! :-)

  • @suyashsomvanshi5169
    @suyashsomvanshi5169 2 года назад

    Its just an amazing for non coding background person as well💥❤

  • @venkatprasad1102
    @venkatprasad1102 2 года назад

    the details of his teaching are excellent

  • @manojgokhale9235
    @manojgokhale9235 4 года назад +26

    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

  • @shyamananth
    @shyamananth 6 лет назад +4

    Thank You for considering my feedback to post Videos in 1080p.
    Love the way you present a concept.

  • @rumailjilani3623
    @rumailjilani3623 Год назад

    I really appreciate your work. You are doing well. Keep doing like this.

  • @mitenmahato3078
    @mitenmahato3078 Год назад +5

    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 ❣️

  • @josiasmwale779
    @josiasmwale779 4 года назад +8

    This is classic and enjoyable. Much appreciated from Zambia

  • @mohittrivedi1112
    @mohittrivedi1112 6 лет назад +32

    Damn better than udmey paid videos totally worth watching thank you

    • @sanjay3291
      @sanjay3291 6 лет назад +1

      I agree ! I'm using zero to hero course ! What course do you use ?

    • @mohittrivedi1112
      @mohittrivedi1112 6 лет назад +1

      Sanjay S same bro

  • @abioyeseun9049
    @abioyeseun9049 Год назад

    Thank you for making learning Python feel so achievable.

  • @thatonchakha1218
    @thatonchakha1218 8 дней назад

    You explain this way better than my lecturer (first year programming student)

  • @aeramkamal3784
    @aeramkamal3784 4 года назад +9

    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

  • @Gopalkumar-tf8bi
    @Gopalkumar-tf8bi 4 года назад +8

    Really sir two different things that makes the learning more effective includes your presence on screen and the interactive layout. ENJoying a lot

  • @channelShort
    @channelShort 8 месяцев назад +11

    I Promise you, If I learn python from you , I will pray for your hair growth😉😇🥰

  • @Mark-hc8vu
    @Mark-hc8vu 10 месяцев назад

    You are incredibly amazing navin

  • @balakrishnasingam11
    @balakrishnasingam11 4 года назад +4

    I am 12 and want myself to code a program. Thank you so much telusko.people, wish me all the best

  • @MathWithAnkita
    @MathWithAnkita 3 года назад +3

    You are superb sir...you explained everything that many people get confused & do wrong. This small things make fundamentally strong. 👍👍

  • @Alberta_Farmer
    @Alberta_Farmer Год назад

    Best python teacher ever!!!!

  • @bhavanisenthil8785
    @bhavanisenthil8785 2 месяца назад +1

    Vera level🎉!! Teaching sir!!
    I watch your channel in 2024😊

  • @shubhimanocha2620
    @shubhimanocha2620 5 лет назад +8

    top 3 ides are atom,eric,visual studio code,IDLE

  • @coramandal
    @coramandal 5 лет назад +4

    pycharm , ERIC ,Komodo are few IDE"S ..Next well explained Navin ..Thanks a lot

  • @dattatrayarathi1014
    @dattatrayarathi1014 Год назад

    Thank you so much for wonderful video session.

  • @hskaita4027
    @hskaita4027 Год назад

    You are actually awsm your classes make learning simple.

  • @pythoneers2890
    @pythoneers2890 3 года назад +8

    MAN ur a frickin gem, what a guy giving a course for free without charges!!

  • @youva373
    @youva373 5 лет назад +6

    IDE's for Python are
    Pydev, Spyder, Thonny, Pycharm, IDLE, Rodeo.
    Thank you for lessons Sir😁👍

  • @adaboinaprashanth7939
    @adaboinaprashanth7939 2 года назад

    Wow just amazing 👏 bro u are the one who made a language is very easy to learn tqs lot

  • @varuntheeditor209
    @varuntheeditor209 Год назад

    goood humble n resourceful....loving it

  • @HelloHey12
    @HelloHey12 5 лет назад +22

    Heyy i',m your biggest fan ,,
    So simple so clear so nice so cool ,,
    ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️

  • @alinov01
    @alinov01 3 года назад +40

    it feels so great
    sir personally say "Hi" to me

  • @techkavach5197
    @techkavach5197 Год назад

    The way you are teaching is awesome

  • @mouneshpattar9238
    @mouneshpattar9238 Год назад

    I really much impressed of , thank you so much sir

  • @chinmaydas4053
    @chinmaydas4053 6 лет назад +5

    Just great as usual sir.. undoubtedly you are the best teacher 🙏🙏..

  • @sheetalsingh6563
    @sheetalsingh6563 3 года назад +8

    I studied it in 11th n 12th but didn't get even a p of python but now after 4-5 yrs I'm studying it from you sir it looks so easy bcz of you ..kudos to you sir ❤️❤️

  • @hrushikeshvardhan3626
    @hrushikeshvardhan3626 5 месяцев назад

    thank you anna chala baga explain chesavu