Python Tutorial - Python Full Course for Beginners in Tamil

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

Комментарии • 3,3 тыс.

  • @KarthickS-i2j
    @KarthickS-i2j Год назад +1713

    1.variables and datatypes - 1:38
    2. User input and casting - 9:58
    3. If-else with boolean values - 31:01
    4. If else with examples - 48:32
    5. For-loop explained with examples - 2:21:37
    6. Nested for- loop - 3:56:47
    7. While-loop explained - 4:20:23
    8. Python collection - 4:45:09
    9. Function in python - 5:10:01
    10. Return keyword in python - 5:38:20
    11. Classes and objects - 5:57:21
    12. Constructor and self keyword explained - 6:24:01
    13. Type of class variable - 7:14:25
    14. Types of class methods - 7:31:33
    15. Inheritance and its type - 7:43:56
    16. Super keyword in python - 8:02:02
    17. Polymorphism in python - 8:14:28
    18. Encapsulation and access modifiers - 8:54:03
    19. Exception handling in python - 9:03:16
    20. File handling - 9:24:33

  • @ashifmusthafa4188
    @ashifmusthafa4188 9 месяцев назад +91

    this is one of the best teaching style that i have ever seen before🔥🔥🔥🔥🔥🔥🔥

  • @Rosy-b1m
    @Rosy-b1m 6 месяцев назад +33

    veralevel teaching bro 🔥🔥,advance level python programming neegaley solli thantha nalla erukum🤗🤗

  • @itismadhesh
    @itismadhesh Год назад +1093

    I'm an MBA student, I don't have anything to do with coding nor I have interest in that. I came to this video , just because of the intention & effort you gave for the video. A 9 hours video with a pure interest of making a free accessible course . WELL DONE !

    • @Sasuke_Uzumaki.
      @Sasuke_Uzumaki. Год назад +10

      Tq bro

    • @SANJAY-rh6nd
      @SANJAY-rh6nd Год назад +5

      Hii bro

    • @Sasuke_Uzumaki.
      @Sasuke_Uzumaki. Год назад +16

      @@sarathkumarnikhil print("yenakku yedhu theriyadhu naa..... na 11th dha padikiren😅")

    • @shotoniphone7598
      @shotoniphone7598 Год назад +12

      Bro sql kku oru class podunga bro

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

      Bro Ungaluku ethana days bro aachu complete panna aprm ungaluku basic la theriyuma bro already ila neenga ipo scratch la irunthu start panringala bro sollunga

  • @UnScience
    @UnScience Год назад +146

    1:43:43
    score=int(input("enter your marks : "))
    if (score < 35 ) :
    print ("poor student")
    elif (score >= 35 and score < 70) :
    print ("average student")
    elif (score >= 70 and score

  • @RajkumarK-mb2jk
    @RajkumarK-mb2jk 4 месяца назад +302

    Successfully completed Python Basics!

    • @Pooja_7452
      @Pooja_7452 3 месяца назад +9

      How much days did u take to learn completedly ?

    • @RajkumarK-mb2jk
      @RajkumarK-mb2jk 3 месяца назад +22

      @@Pooja_7452 Honestly, It took 10 days to finish 10 hours tutorial. I was practicing more than watching. So it took 10 days!

    • @Pooja_7452
      @Pooja_7452 3 месяца назад +6

      @@RajkumarK-mb2jk Kudos bro .. I'll try tooo

    • @Megavarsana-w2x
      @Megavarsana-w2x 3 месяца назад +7

      ​@@RajkumarK-mb2jkDid yoy learn it with a computer's help?

    • @Beulashalom
      @Beulashalom 3 месяца назад +10

      Nanum try panren but consistency illama marupadiyum paaka vandhuruken

  • @Mind_Velox
    @Mind_Velox 9 месяцев назад +185

    you have created a very good course. Its very helpful and understandable. this community needs people like you as teachers.

  • @cricketnewstamil4073
    @cricketnewstamil4073 3 месяца назад +24

    3:55:31
    a=[ ]
    Print("print the number you want")
    n=int(input("enter number"))
    for i in range(1,n+1):
    a.append(i)
    print(a)
    sum=0
    for i in a:
    sum=sum+i
    print(sum)

    • @subscribe._.4cookies
      @subscribe._.4cookies 3 месяца назад

      This same as previous one

    • @Nifla-ul5bh
      @Nifla-ul5bh 2 месяца назад

      count = 0
      for i in range(1, 101):
      if i % 3 == 0 and i % 5 == 0:
      count = count + 1
      print(count)

    • @prettyeditz9199
      @prettyeditz9199 Месяц назад

      could you just do the 9th program (3:55.37 ) in the for loop by using append function with that level of learning?

    • @bananao_memes
      @bananao_memes 10 дней назад +1

      Here is the correct code
      a=[]
      b=int(input("Enter a num"))
      for i in range(1, b+1):
      a.append(i)
      print(a)
      sum=0
      for i in a:
      sum=sum+i
      print("The sum of those numbers:",sum)

  • @sheikdawood7269
    @sheikdawood7269 Год назад +62

    It is very useful and easy to understand. Most of the Python tutorials are in the English language. This is my first time I have seen Python in Tamil language. It saves a lot of time, and it is easy to understand quicker. In English tutorials, I have to watch it 3 or more times to understand the programming. Now, there is an easy way to learn in our first language. Kindly do more videos about MySQL, Software Design principles, etc.

    • @ram7130
      @ram7130 Месяц назад

      awesome bro
      but u any distracting will not been understand and also i only said so much disadvantages is there

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq Месяц назад

      Guys ennku oru doubt... Ipa intha full video ah patha... Full python course mudicha marri ah... Illa innum neriya padikanuna

  • @Abclif-b7b
    @Abclif-b7b Год назад +345

    Epppaa,ivloo naal nee engaya irunthaa🙏🏻🙏🏻
    We need more videos like thisss🔥🔥🔥
    Waiting for your upcoming videos🔥💯

    • @Yahya-wm4hn
      @Yahya-wm4hn 2 месяца назад

      bro neega job pannitu irukingla?

    • @Abclif-b7b
      @Abclif-b7b 2 месяца назад

      @@Yahya-wm4hn job theditu iruken bro 🥲

    • @Yahya-wm4hn
      @Yahya-wm4hn 2 месяца назад

      @@Abclif-b7b enna job bro?
      Naa 1st year tha padikira
      Summa therinjikilame nu ketta bro

    • @Abclif-b7b
      @Abclif-b7b 2 месяца назад +1

      @@Yahya-wm4hn python developer bro

    • @Yahya-wm4hn
      @Yahya-wm4hn 2 месяца назад

      @@Abclif-b7b evlo naal bro aachu ungaluku
      Learn panna?

  • @SathisKumar-n5k
    @SathisKumar-n5k 6 месяцев назад +1937

    Like for bio group students ❤😂

  • @latestever173
    @latestever173 Год назад +75

    Completed this video in 5 days. Very useful. I don't have Instagram so I am thanking u here in the comment section itself. The highlight of this video is, u explained the function types, polymorphism, inheritance only after the learner has become familiar with basic coding. Also I really want to appreciate the idea of including the coding practice as we learn. Once again thank u so much for making this video in Tamil.
    Kudos to everyone for such an amazing video.😇🙏

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

      how did you practice it? which tool you used?

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

      PLEASE DO WATCH VIDEO , avar theliva solirparu, @@karthikkrishna6008

    • @ram7130
      @ram7130 Месяц назад

      u said most important topics
      because of when we do to final round of hr interview that asked them but we do know that
      so i will came out of that round and also that important topics of java and python ....

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq Месяц назад

      Guys ennku oru doubt... Ipa intha full video ah patha... Full python course mudicha marri ah... Illa innum neriya padikanuna

    • @Anujsethu852
      @Anujsethu852 26 дней назад

      @@RajeshKumar-pt8kq padikanum

  • @RAGHAVENTHIRANS
    @RAGHAVENTHIRANS 11 месяцев назад +132

    00:03 Summarizing Python basics and variables
    22:00 Using input function to get user address
    44:57 Python basics and if-else statements
    1:02:08 Explaining the concept of divisibility by 3 and 5 in Python
    1:23:09 Handling conditions and printing student grades based on input scores
    1:32:01 Learn the basics of Python programming in Tamil.
    1:54:42 Check eligibility for a loan based on salary and age
    2:03:28 Summarized subtitle: True plus false equals one, one plus zero is one hour, one into zero is zero. If the salary is greater than or equal to twenty thousand, the loan amount should be less than or equal to fifty thousand for eligibility.
    2:22:53 First start learning the basics of Python programming.
    2:38:52 Using for loops in Python to iterate over a range of numbers.
    3:02:01 Understanding the concept of remainder in Python.
    3:14:13 Understanding and counting odd and even numbers in Python
    3:30:44 Write a program to read ten numbers
    3:47:28 Working with numbers and variables in Python
    4:12:51 Print numbers from 1 to 5 using a while loop
    4:29:31 Looping in Python using while loop
    4:44:36 Working with collections in Python
    4:57:16 Python dictionaries do not allow duplicate values and will overwrite existing values
    5:23:58 Find even and odd numbers
    5:33:59 Explanation of function calling in Python
    5:49:42 Summarizing Python Full Course for Beginners in Tamil
    5:59:59 Python tutorial covering functions and variables.
    6:30:57 Summary: The video explains about the pricing, subscription, and processor specifications in Python.
    6:40:27 Create a class called student with name, register number, and resistor number as attributes
    7:00:26 The video discusses topics like variables, constructors, and class hierarchy.
    7:09:32 Creating a calculator class and adding a function to perform addition
    7:32:53 Understanding class variables and instance variables in Python
    7:45:11 Python Tutorial - Python Full Course for Beginners in Tamil
    8:15:32 Create a class called Animal with a method called sound that prints the animal's sound.
    8:33:43 Creating classes and inheritance in Python
    8:51:00 Creating a derived class called manager and its properties
    8:59:15 Variable types and error handling
    9:29:09 The video discusses file operations in Python

  • @opentalks8605
    @opentalks8605 3 месяца назад +11

    for i in range(1,5):
    print()
    for j in range(1,i+1):
    print("*",end="") - its for nested loop last task program
    o/p
    *
    **
    ***
    ****

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

    Hi bro full video m parthu one week la python kathukitten thank you bro good bless you bro வாழ்க வளமுடன்

  • @swetha-r1c
    @swetha-r1c 11 месяцев назад +13

    Bro.......ulti bro nenga epdi soldrathu vera level aa puriyuthu can't stop learning , Thanks dude

  • @MohammedfaseeullahVS
    @MohammedfaseeullahVS 2 месяца назад +15

    00:00:00 Introduction to Python
    00:01:38 Variables and Datatypes
    00:09:58 User Input and Casting -
    00:31:01 If-else with Boolean Values
    00:48:32 if-else with examples
    02:21:37 for-loop Explained with Example
    03:56:47 Nested for-loop
    04:20:23 while-loop Explained
    04:45:09 Python Collections -
    05:10:01 Functions in Python
    05:38:20 Return Keyword in Python
    05:57:21 Classes and Objects
    06:24:01 Constructor and Self Keyword Explained
    07:14:25 Types of Class Variable
    07:31:33 Types of Class Methods
    07:43:56 Inheritance and its type
    08:02:02 Super Keyword in Python
    08:14:28 Polymorphism in Python
    08:54:03 Encapsulation and Access Modifiers
    09:03:16 Exception Handling in Python
    09:24:33 File Handling

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq Месяц назад

      Guys ennku oru doubt... Ipa intha full video ah patha... Full python course mudicha marri ah... Illa innum neriya padikanuna

    • @Ganesh-pu7fi
      @Ganesh-pu7fi 27 дней назад

      @@RajeshKumar-pt8kq ennu eruku bro you want to research about python

  • @sarathkumarnikhil
    @sarathkumarnikhil Год назад +19

    Bro nenga dheivam bro indha mari nanga college padikumbodhe yarachum solli kuduthurundha nan ippo kandipa oru nalla level ku reach agirupen... Anyway ippo nenga irukinga I am sure that I will be in good position in future because of your training. Please upload more videos we are waiting.

  • @Hrmusiclab
    @Hrmusiclab Год назад +116

    தமிழில் இந்த வீடியோவை பார்ப்பதில் மிக்க மகிழ்ச்சி சிறப்பு நண்பா💕

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq Месяц назад

      Guys ennku oru doubt... Ipa intha full video ah patha... Full python course mudicha marri ah... Illa innum neriya padikanuna

    • @Monisha-vd1yb
      @Monisha-vd1yb Месяц назад

      @@RajeshKumar-pt8kq ithu basic mattum tha innum neriya iruku ithu patha advance topic nd concept easy ahh understand aagum

  • @Rajzzvlog
    @Rajzzvlog 3 месяца назад +940

    Any seeing biology students 😂😢

  • @SelviSudhan-vo5xk
    @SelviSudhan-vo5xk Год назад +47

    Unga effort ku periya value iruku bro thanks for the video

  • @bananao_memes
    @bananao_memes 10 дней назад +2

    3:55:31
    a=[]
    b=int(input("Enter a num"))
    for i in range(1, b+1):
    a.append(i)
    print(a)
    sum=0
    for i in a:
    sum=sum+i
    print("The sum of those numbers",sum)

  • @abdulbasith5996
    @abdulbasith5996 Год назад +13

    3:55:27 answer:
    a=[]
    print("Enter the number that you desire")
    num=int(input())
    sum=0
    for i in range (1,num+1):
    a.append(i)
    sum=sum+i
    print(sum)
    print(a)

    • @DeepthaEmmani
      @DeepthaEmmani 6 месяцев назад +2

      Is this right or wrong

    • @manoflyz
      @manoflyz 15 часов назад

      It's work ​@@DeepthaEmmani

  • @360withpaul
    @360withpaul Год назад +149

    This is so worth to watch! Very professional! Keep it up 🔥

  • @rocky9760
    @rocky9760 4 часа назад +1

    Ten months ago, I watched this video that inspired my first steps in Python, and now I am a machine learning engineer.

  • @mohamedzumry
    @mohamedzumry Год назад +16

    i am a student. i find a good codeing teacher since last year. now i am very happy to have you as good teacher for me and all.

  • @mohamedrafeek.M
    @mohamedrafeek.M Год назад +45

    I am not IT professional,
    No Any Degree Holder,
    Secondary school qualification but iam understanding your training

  • @TAMILANGAMEING777
    @TAMILANGAMEING777 6 месяцев назад +4537

    Who seeing in 2024

  • @youtubecurious9000
    @youtubecurious9000 Год назад +67

    The way you articulate your speech and making it natural is what makes your video worth a watch! Keep going on...and you'll find yourself hitting 1 million in no time.

  • @AishwaryaRengan
    @AishwaryaRengan Год назад +68

    You deserve a million views for this content! Great job 👏

  • @PradeepaS-t2r
    @PradeepaS-t2r 3 месяца назад +4

    bro unga inthaa video paathu tha enaku python easy ah theriyuthu . thank you so much . neraya i learnt

  • @ganeshv2123
    @ganeshv2123 Год назад +92

    Vedio was very useful. All the concepts was explained in very simple method sir... Non IT people can learn python by very quickly watching your tutorials, The most important part was you explained some complicated areas with real time examples. Keep rocking... Looking forward for more videos for other programming tutorials i.e, Java, PLSQL, SQL. and finally thanks for efforts...

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

      Why IT people can't learn from this tutorial

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

      @@bharathwaj7621 hi, please check my comments now . Some typo error corrected now

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

      @@ganeshv2123 👍👍

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

      🎉

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

      Bro forloop program la q:7 mattum coding clear sola mudiyum ma bro pls

  • @workdr_07
    @workdr_07 10 месяцев назад +14

    First of all, Thanks a lot for this video, this explains everything as simple as possible. This video is more recommendable to engineering students (first years) and beginners. This one just makes coding much more simpler and interesting as well

  • @abdulraseeth2596
    @abdulraseeth2596 Месяц назад +1

    3:55:35
    n=int(input("Enter the Number of term"))
    For i in range(1, n+1)
    Print("Number is:" + str(i) +"and " +"the cube of"+ str(i)+"is:", i*i*i)

  • @abdulbasith5996
    @abdulbasith5996 Год назад +42

    4:19:56
    for i in range(5):
    print()
    for j in range(1,i+1):
    print("*",end="")

  • @PrabhakarViNoD
    @PrabhakarViNoD Год назад +231

    Hi Bro,
    I have been struggling to understand the basic concepts of python for a while, after watching your video i am able to answer the exercise questions before you show us how.
    incredibly well-detailed explanations, with clear examples. Keep up the good work will spread the word about your channel.
    Can you post videos for terraform and cloud formation as well in the future?

  • @ssvaksharkumar6900
    @ssvaksharkumar6900 Год назад +26

    Good job Bro!!! I went through many RUclips vidoes for learning python. But your channel helped me to develop an interest. The practical examples with writing the logic explanation made me understand how a code works.I did not find this in any other channel. Looking forward for other programming languages too.
    Thanks for your video!!!

  • @DhanameneeAruljothi
    @DhanameneeAruljothi Год назад +21

    Thanks a lot sir, your explanation is very clear .You have done a wonderful job, Iam not from a CS background but now I understood the programming language and i'm now able to write basic python programs because of your video.Keep up your good work.Try to make videos for data analyst course.

  • @noerrors2256
    @noerrors2256 4 месяца назад +9

    1 week before i dont know what is coding I searched for it then I found this video
    after watching this video I will do something big in advanced world

  • @zydbinak2561
    @zydbinak2561 Год назад +20

    Hi Bro, i have gone through many videos of courses about python none of them come close to your deep explanation.
    well done, actually now i'm at 2.5 hours of video duration, still lot to go, but i hope ill finish it with full learning.

  • @rukkshanajabeenrukkshanaja3365
    @rukkshanajabeenrukkshanaja3365 Год назад +10

    Your way of teaching is very useful for us ,school or colleges didn't important to teach coding this clear way

  • @sugapragathi6369
    @sugapragathi6369 Месяц назад +2

    Completed this 9.38.04 video, omg I can't believe. The content and way of teaching is great. Thank you so much bro.

  • @Indhulekha_
    @Indhulekha_ Год назад +32

    May God bless these team abundantly. Really it's very useful for all students and also programmers

  • @vishal.b1834
    @vishal.b1834 Год назад +7

    Thank you so much making this video it's very useful .I have no idea about python but after watching this full series I have clear mind set about python..❤

  • @umeihash4761
    @umeihash4761 10 месяцев назад +7

    Such an amazing teacher because he succeeds at understanding the level of a beginner when explaining the concepts.
    In addition to that he also manages to teach the flow of execution when explaining the logic behind the codes
    Thank you so much !

  • @AravindAravindrocky-qo4ec
    @AravindAravindrocky-qo4ec 3 месяца назад +4

    Bro you're teach better than my school teachers. I'm going clg 1yr it is very useful to me thankyou bro💙

  • @007-q7k6j
    @007-q7k6j Год назад +357

    This course didn't give me certificate to show but gave me the knowledge of python to show everyone 😊😂

    • @BrazilServer-by1ot
      @BrazilServer-by1ot Год назад +24

      Bro ithu basic la irunthu solli tharangala.. it is enough for python

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

      ​@@BrazilServer-by1otyes

    • @SAngel-dh5ut
      @SAngel-dh5ut 7 месяцев назад

      ​@@BrazilServer-by1otthis is very basic video
      Most of the concepts are missing
      Try seeing tamil academy python video 16hrs

  • @sathishmani6757
    @sathishmani6757 Год назад +12

    We watched Full Video 🎉
    its Clear.
    Ur a Beautiful Teacher ☺️

  • @vinothj7170
    @vinothj7170 3 месяца назад +3

    4:20:00
    for i in range(6):
    print()
    for j in range(i):
    print("*",end=" ")

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

    Wow! Congrats PyPro Bro! எளிய தமிழில், 10 Hour Python Capsule Course is Apt Fast Food not only for Soft Patients but also for all potentially Hungry Learners. Hats off, John.

  • @sowmiyasom9682
    @sowmiyasom9682 Год назад +9

    Enaku actually itha eduthu padikrathu romba lazy ah irukum.... Bt Ula vanta then veliya pogave mudila.. really romba happy ah iruku... Gone deep inside... Thank u so much... And unga voice really really awesome 💯💯

  • @jeyanthisaravanan2014
    @jeyanthisaravanan2014 22 дня назад +1

    Thanks bro. Clear teaching, made python as easy to everybody. வாழ்க வளமுடன்

  • @nivethikanive1435
    @nivethikanive1435 Год назад +10

    Hi bro I have 0 knowledge about python but watching this video I was learning something new...and amazed for your hardwork... thankyou and god bless you....

  • @YVINNOVATIONS-oi4bx
    @YVINNOVATIONS-oi4bx Год назад +5

    Brilliant Bro! Just now finished your all sessions! THANKS A LOT

  • @dharani0072
    @dharani0072 8 месяцев назад +2

    sub1=int(input("Tamil:"))
    sub2=int(input("English:"))
    sub3=int(input("Maths:"))
    sub4=int(input("Science:"))
    sub5=int(input("Social:"))
    total_marks=int(sub1+sub2+sub3+sub4+sub5)/5
    if(total_marks

  • @madshak6013
    @madshak6013 Год назад +88

    Thank you for making my one and only 9 hrs 38 mins 4 sec useful 😂😂😂

  • @santhiyasaravanan3335
    @santhiyasaravanan3335 11 месяцев назад +35

    a=int(input("English:"))
    b=int(input("Tamil:"))
    c=int(input("Maths:"))
    d=int(input("Science:"))
    e=int(input("Social:"))
    f=(a+b+c+d+e)/5
    if(f

    • @CGXGZVYU
      @CGXGZVYU 7 месяцев назад

      Super

    • @akashbhoothalingam
      @akashbhoothalingam 7 месяцев назад +1

      a, b, c, d, e = map(int, input().split())
      total = sum([a, b, c, d, e])
      average = total / 5
      print(average)
      if average < 35: print("additional class is required")
      else: print("you are good to go")

    • @gaming_vinoth_yt1060
      @gaming_vinoth_yt1060 6 месяцев назад

      I think U are a pro python programmer

    • @akashbhoothalingam
      @akashbhoothalingam 6 месяцев назад

      @@gaming_vinoth_yt1060 Naah Learnt From the Video

    • @AkashAkash-t6b
      @AkashAkash-t6b 19 дней назад

      ​@@akashbhoothalingam from whom ? Map na enna ?

  • @sarankumar9246
    @sarankumar9246 7 месяцев назад +2

    Bro Neenga Vera Level bro, Enga Clg la ethu mathiri yarume Ethumathiri Solli Tharala ... Super

  • @devidarshini1730
    @devidarshini1730 Год назад +44

    Thank you for your tutorial bro, it's very useful looking forward to another programming language like JAVA, SQL, etc...

  • @sarathkumarnikhil
    @sarathkumarnikhil Год назад +27

    Hi Bro,
    I have watched your video for 30 mins seriously your damn good in explaining the basic concepts. Thanks for that I will continue to watch the full video.

    • @sarathkumarnikhil
      @sarathkumarnikhil Год назад +7

      @karsstars Yes I am watching this video daily 1 hour due to work load.

  • @MRazmin-tr5dr
    @MRazmin-tr5dr Месяц назад

    Bro Mobile Application Development || Object Oriented Programming || Web Technology
    indha maari pudhu subject ethaachum seywweengala
    easiaah welanguthu neenga solli thaarathu
    thank you for your efforts..

  • @SreeExplains
    @SreeExplains Год назад +37

    Great Content bro.. I am really happy to see this Python Tutorial in the Tamil language. All the best for your future content. 👍

  • @NilaTrollTime
    @NilaTrollTime 2 месяца назад +3

    Finally completed the course in 2 months, parallely practicing excercises need this duration, absolutely fine for python beggineers... thanku so much ji... please create moderate level course for python soo... we wre waiting👌👌👌👌

  • @anandhibasheer7879
    @anandhibasheer7879 7 месяцев назад +2

    Anna ninga Vera level 🎉 intha video romba usefulla iruku thank you na computer science theriyama eduthutanonu nenachen ninga sollitharathu nalla puriyuthu thank you Anna ❤

  • @preethiramesh4204
    @preethiramesh4204 Год назад +24

    "Outstanding! Thank you so much. One distinctive feature of your channel, compared to others, is that you provide questions to solve immediately after the program. This approach facilitates on-the-spot practice, making it easier to complete the tasks right away. Fantastic job!"

  • @vanakamtamilakan
    @vanakamtamilakan 5 месяцев назад +4

    Eppa ivlo theliva yaru enaku solli thandhadhu ila pa thank you 🎉❤❤so much bro

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

    3:56:45
    n=int(input ())
    for i in range (1,n+1):
    print("The number is"+str(i)+"and the cube of"+str(i)+"is:" , i**3)

    • @maarimaari3599
      @maarimaari3599 2 месяца назад

      Bro 8th question kku konjam sollungalen bro

  • @Vicky_18_10
    @Vicky_18_10 Месяц назад +3

    8:53:30 sollution:
    class employee():
    def __init__(self,name,salary):
    self.name=name
    self.salary=salary
    class manager(employee):
    def __init__(self,name,salary,department):
    super(). __init__(name,salary)
    self.department=department
    def display(self):
    print(self.name,self.salary,self.department)
    m1=manager("vicky","50,000","Development")
    m1.display()

  • @raj709
    @raj709 4 месяца назад +4

    3:02:54
    Another method:
    for a in range(1,6):
    print(a*2)

  • @MNNeethii
    @MNNeethii 5 месяцев назад +2

    We are looking for Django tutorials in Tamil, and your teaching was excellent for everyone to comprehend clearly. Please continue and best of luck.

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

    Thambi thanks , english laya padichu ithu romba nalla iruthudu kekka. Great Effort Appreciate !!

  • @priyangaravichandran8820
    @priyangaravichandran8820 2 месяца назад +3

    I wanted to take a moment to express my sincere gratitude for the incredible Python course you taught. Your expertise, patience, and ability to break down complex concepts made the learning experience truly enjoyable and impactful. I have gained a solid understanding of Python thanks to your guidance, and I am excited to continue applying what I've learned.
    Thank you for your dedication and for making a significant difference in my learning journey.

  • @jkk-expertforex5399
    @jkk-expertforex5399 6 месяцев назад +1

    a=input("my name is:")
    b=int(input("my age is:"))
    print("my name is:",a)
    print("my age is:",b)
    the above also can be done right for user input and casting qn1.

  • @NetNet-sn3nd
    @NetNet-sn3nd 4 месяца назад +4

    Really helpful John.
    I am learning python by watching your videos. Thanks a lot. You are doing a good job. Congrats 🎉

  • @kalpanar372
    @kalpanar372 Год назад +45

    Hi team,
    If possible pls give some notes , so that we can recall all the learning throughout the session.
    Best python programming lecture so far. This video made me try every program discussed here.
    Pls make notes, so that we can review it again .

    • @ChennaiTalesGermany
      @ChennaiTalesGermany 11 месяцев назад +4

      you have to make notes dude😅

    • @kingxkohli1897
      @kingxkohli1897 10 месяцев назад

      ​@@ChennaiTalesGermanyava ponnunu unaku patha theriyala la ? 😂👍

  • @KumarKumar-ww1en
    @KumarKumar-ww1en 7 месяцев назад +1

    @3:56:36
    for i in range(1,6):
    c=i*i*i
    print("The number is",str(i)+" "+ "and cube of the",str(1)+ " "+ "is",c)

  • @Murugan-t6m
    @Murugan-t6m Год назад +5

    This video is very useful for me ,because i am a maths biology student but i choose computer science for my higher study ..i am interested to learn computer things .. Thanks for this video anna💚

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

    Thank you so much bro last 12 days I learned basic python✌️thanks for your clear explanation and examples

  • @kiruthikaganesan6740
    @kiruthikaganesan6740 3 месяца назад +1

    Bro supera teach pannuringa. I learnt python clearly by seeing this, thank you bro for this wonderful tutorial

  • @radhap2243
    @radhap2243 Год назад +7

    Thank you so much for this Python Tutorial, especially in Tamil. Your explanation was so simple and crystal clear. It will be good if you join Udemy as an instructor and conduct this Course for a nominal fee, as Udemy gives a Certificate of Completion and be useful for employment purposes. There are other platforms for example Coursera too. God Bless You.

  • @Saruneeshwari
    @Saruneeshwari 3 месяца назад +350

    Any biology group students😂

  • @moniiitianaspirants
    @moniiitianaspirants 7 месяцев назад +2

    Hi bro I am studying grade 11.this video is really good .After seeing your video,now I can able to do a program's on my own in my school xam❤ thank you so much❤

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

    thank you so much brother and your team! a new hope has created after watching your videos. keep posting useful videos like this.... all the best

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

    Before I watch ur video I have lot of confusion but now I’m cleared ❤ thanks for u taught

    • @456vighneshkonardscience5
      @456vighneshkonardscience5 10 месяцев назад +2

      Is it helpful for first time coder, means is he explained everything from scratch??

  • @raichalraj1287
    @raichalraj1287 9 дней назад +1

    Very useful video...i can understand easy the program because u r given the examples and solve it here...big thanks to u

    • @ErrorMakesClever
      @ErrorMakesClever  9 дней назад +2

      You are most welcome

    • @raichalraj1287
      @raichalraj1287 9 дней назад

      ​Post some python project ideas​ for fresher resume@@ErrorMakesClever

  • @Its_shabe
    @Its_shabe Год назад +13

    your video was so clear and understandable.the way u teached with ex was more useful.thanks a lot!

  • @reshmeegopinath7248
    @reshmeegopinath7248 Год назад +16

    Hi Brother,
    First time I completed an entire youtube course. Was very helpful . Could you please provide which book you used for reference and also share your notes for future reference. Thanks

  • @BSCCSBPraveenaM
    @BSCCSBPraveenaM 4 месяца назад +1

    Enga mam kuda ippdi sollithala ninga vera mathri sollikuduthurukinga ❤ it's very useful... We have more videos like this😊

  • @vaeshnave
    @vaeshnave 5 месяцев назад +299

    Nee nalla irupada poda😅😅

  • @gaming_vinoth_yt1060
    @gaming_vinoth_yt1060 6 месяцев назад +6

    5:53:00 We can rewrite this code like this
    a=int(input("Enter the value for a : "))
    b=int(input("Enter the value for b :"))
    c=int(input("Enter the value for c "))
    def add(num1,num2):
    return num1+num2
    added=add(a,b)
    value=added*c
    print (value)

  • @unknowndevil-ow4ge
    @unknowndevil-ow4ge 2 месяца назад +2

    a=int(input('enter a number:-'))
    if(a%2==0):
    print('it is even number')
    else:
    print('it is odd number')

  • @unknowndevil-ow4ge
    @unknowndevil-ow4ge 2 месяца назад +3

    # this project printing odd and even number's count with input'
    a=int(input('enter a number:- '))
    b=int(input('enter a number:- '))
    c=0
    d=0
    for j in range(a,b+1):
    if (j%2==0):
    c=c+1
    else:
    d=d+1
    print('number of odd numbers are:- ',d)
    print('number of even numbers are:- ',c)

  • @poojalenin8628
    @poojalenin8628 Год назад +13

    Bro can you teach cpp too. Its a hard subject and your teaching is awesome.because of you i won't be failing python.Thanks broo❤

  • @Krazey_karthik_
    @Krazey_karthik_ 7 месяцев назад +2

    Bro i've gone through this whole course it was really helpful and understandable with real world examples thank you for making such an awesome video brother😇

  • @gokulkennadymk4126
    @gokulkennadymk4126 Год назад +11

    Hi Brother,
    You done a great job here and requesting you to please do the course for C# as well next.
    Please upvote for requesting the course for C#.

  • @MohanPandi-vq7tx
    @MohanPandi-vq7tx Год назад +8

    vaaa thalaivaa vaaa thalaivaaa ethukuthaan kaaathunu iruthen🤩🤩🤩

  • @vijaykumar-wo1bo
    @vijaykumar-wo1bo Год назад +36

    Brother looking forward for ui/ux design and development tutorials.. it will be very useful

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

    Really wonderful video. This is what everyone wants particularly in computer language. Thanks a lot Brother..Good job. Keep it up

  • @dharshan4008
    @dharshan4008 Месяц назад +2

    3:23:55
    count=0
    for i in range(1,101):
    count=count+1
    print(count).
    Output:53

    • @Azeel-pw6zk
      @Azeel-pw6zk Месяц назад +1

      If condition enga broo😢

    • @dharshan4008
      @dharshan4008 Месяц назад

      ​@@Azeel-pw6zkok bro

    • @Azeel-pw6zk
      @Azeel-pw6zk Месяц назад +1

      @@dharshan4008 mm thanks for reply broo😊

    • @officialmadhutech6577
      @officialmadhutech6577 Месяц назад

      Is this python full stack video?

    • @Azeel-pw6zk
      @Azeel-pw6zk Месяц назад

      @@officialmadhutech6577 no bro beginners only

  • @rubashrijayakumar6341
    @rubashrijayakumar6341 Год назад +1344

    Broo Java Kum idhu madiri oru series podunga bro