Python Tutorial - Python Full Course for Beginners in Tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 3.8K

  • @karthi-e1h
    @karthi-e1h ปีที่แล้ว +265

    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

    • @tamillimited9797
      @tamillimited9797 ปีที่แล้ว +3

      Thanks bro

    • @JawaharG-v8q
      @JawaharG-v8q ปีที่แล้ว +5

      Hi Bro , In if else sample 5 questions if score is

    • @sushmam.r4022
      @sushmam.r4022 ปีที่แล้ว

      @@JawaharG-v8q score=int(input("score="))
      if(score

    • @latestever173
      @latestever173 ปีที่แล้ว

      @@JawaharG-v8q use less than or equal to symbols to include 35,70 and 100

    • @Akash_INFINITY_MEDIA
      @Akash_INFINITY_MEDIA ปีที่แล้ว +3

      Unga video patha....python therichitu... company la python certificate keka matagala bro

  • @rocky9760
    @rocky9760 3 หลายเดือนก่อน +411

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

    • @thaladhonij5291
      @thaladhonij5291 3 หลายเดือนก่อน +14

      Bro this one video is enough to learn python?

    • @rocky9760
      @rocky9760 3 หลายเดือนก่อน

      @@thaladhonij5291 no , This is 5% only (Basic ) .

    • @malaroviamnavaneethakrishn8956
      @malaroviamnavaneethakrishn8956 2 หลายเดือนก่อน

      ​@@thaladhonij5291 no bro

    • @rocky9760
      @rocky9760 2 หลายเดือนก่อน +9

      @@thaladhonij5291 No, it's just for beginners which covers basic foundation

    • @divyam352
      @divyam352 2 หลายเดือนก่อน +4

      @@rocky9760 bro what else we to cover or practice these topics is enough..?

  • @itismadhesh
    @itismadhesh ปีที่แล้ว +1253

    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. ปีที่แล้ว +11

      Tq bro

    • @SANJAY-rh6nd
      @SANJAY-rh6nd ปีที่แล้ว +6

      Hii bro

    • @Sasuke_Uzumaki.
      @Sasuke_Uzumaki. ปีที่แล้ว +17

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

  • @meeranpersonal
    @meeranpersonal ปีที่แล้ว +199

    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

    • @dhanushpriyan.s7378
      @dhanushpriyan.s7378 7 หลายเดือนก่อน +14

      thank you for this comment it helped me

    • @meeranpersonal
      @meeranpersonal 7 หลายเดือนก่อน

      @@dhanushpriyan.s7378 welcome

    • @TrueHero-g3w
      @TrueHero-g3w 7 หลายเดือนก่อน

      @@dhanushpriyan.s7378which class r u

    • @abiaaradhana8425
      @abiaaradhana8425 7 หลายเดือนก่อน +6

      naanum ithae mari tha try panna bro😁

    • @abishek.b10_a6
      @abishek.b10_a6 4 หลายเดือนก่อน

      Super bro

  • @cricketnewstamil4073
    @cricketnewstamil4073 6 หลายเดือนก่อน +29

    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)

    • @techxolgy
      @techxolgy 6 หลายเดือนก่อน

      This same as previous one

    • @Nifla-ul5bh
      @Nifla-ul5bh 5 หลายเดือนก่อน

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

    • @prettyeditz9199
      @prettyeditz9199 4 หลายเดือนก่อน

      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 3 หลายเดือนก่อน +3

      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)

    • @AxleFreeky-ko2jx
      @AxleFreeky-ko2jx 2 หลายเดือนก่อน

      No bro your answer was wrong !
      Right answer is here
      String=" "
      n=int(input ())
      For i in range(1,n+1):
      String +=str(i)
      Print(string)

  • @ashifmusthafa4188
    @ashifmusthafa4188 ปีที่แล้ว +192

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

  • @TAMILANGAMEING777
    @TAMILANGAMEING777 9 หลายเดือนก่อน +5346

    Who seeing in 2024

    • @BHUMASHK
      @BHUMASHK 9 หลายเดือนก่อน +29

      Me

    • @veluvelu3157
      @veluvelu3157 9 หลายเดือนก่อน +20

      Seeing

    • @Kumaragurus0612S
      @Kumaragurus0612S 9 หลายเดือนก่อน +17

      me

    • @TN-72GAMING
      @TN-72GAMING 9 หลายเดือนก่อน +8

      Bro nee yentha vooru

    • @TN-72GAMING
      @TN-72GAMING 9 หลายเดือนก่อน +7

      Me

  • @opentalks8605
    @opentalks8605 6 หลายเดือนก่อน +20

    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
    *
    **
    ***
    ****

  • @sheikdawood7269
    @sheikdawood7269 ปีที่แล้ว +73

    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 4 หลายเดือนก่อน

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

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq 4 หลายเดือนก่อน

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

  • @taciturn6592
    @taciturn6592 ปีที่แล้ว +17

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

  • @RajkumarK-mb2jk
    @RajkumarK-mb2jk 7 หลายเดือนก่อน +491

    Successfully completed Python Basics!

    • @Pooja_7452
      @Pooja_7452 6 หลายเดือนก่อน +12

      How much days did u take to learn completedly ?

    • @RajkumarK-mb2jk
      @RajkumarK-mb2jk 6 หลายเดือนก่อน +36

      @@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 6 หลายเดือนก่อน +10

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

    • @Megavarsana-w2x
      @Megavarsana-w2x 6 หลายเดือนก่อน +8

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

    • @Beulashalom
      @Beulashalom 6 หลายเดือนก่อน +13

      Nanum try panren but consistency illama marupadiyum paaka vandhuruken

  • @abdulbasith5996
    @abdulbasith5996 ปีที่แล้ว +19

    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 9 หลายเดือนก่อน +2

      Is this right or wrong

    • @manoflyz
      @manoflyz 3 หลายเดือนก่อน

      It's work ​@@DeepthaEmmani

  • @RAGHAVENTHIRANS
    @RAGHAVENTHIRANS ปีที่แล้ว +148

    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

  • @jagatheesanm4803
    @jagatheesanm4803 3 วันที่ผ่านมา +2

    Beginner for python , Your video is very powerful supportive. Thank you

    • @ErrorMakesClever
      @ErrorMakesClever  2 วันที่ผ่านมา +1

      Happy to hear it's helping you!

  • @sarathkumarnikhil
    @sarathkumarnikhil ปีที่แล้ว +24

    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.

  • @latestever173
    @latestever173 ปีที่แล้ว +88

    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 ปีที่แล้ว

      how did you practice it? which tool you used?

    • @latestever173
      @latestever173 ปีที่แล้ว

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

    • @ram7130
      @ram7130 4 หลายเดือนก่อน

      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 4 หลายเดือนก่อน

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

    • @Anujsethu852
      @Anujsethu852 3 หลายเดือนก่อน

      @@RajeshKumar-pt8kq padikanum

  • @Rajzzvlog
    @Rajzzvlog 6 หลายเดือนก่อน +1050

    Any seeing biology students 😂😢

  • @swetha-r1c
    @swetha-r1c ปีที่แล้ว +13

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

  • @Abclif-b7b
    @Abclif-b7b ปีที่แล้ว +368

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

    • @Yahya-wm4hn
      @Yahya-wm4hn 5 หลายเดือนก่อน

      bro neega job pannitu irukingla?

    • @Abclif-b7b
      @Abclif-b7b 5 หลายเดือนก่อน +1

      @@Yahya-wm4hn job theditu iruken bro 🥲

    • @Yahya-wm4hn
      @Yahya-wm4hn 5 หลายเดือนก่อน

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

    • @Abclif-b7b
      @Abclif-b7b 5 หลายเดือนก่อน +1

      @@Yahya-wm4hn python developer bro

    • @Yahya-wm4hn
      @Yahya-wm4hn 5 หลายเดือนก่อน

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

  • @monisha72001
    @monisha72001 หลายเดือนก่อน +4

    4:20:00
    for i in range (1,5):
    for j in range (1,i+1):
    print ("*", end = '')
    print ()

  • @abdulbasith5996
    @abdulbasith5996 ปีที่แล้ว +43

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

    • @Mathaneditz2007
      @Mathaneditz2007 9 หลายเดือนก่อน +1

      Output

    • @Mathaneditz2007
      @Mathaneditz2007 9 หลายเดือนก่อน

      *
      **
      ***.......

    • @backbencher382
      @backbencher382 7 หลายเดือนก่อน

      6​@@Mathaneditz2007

    • @ronogaming2453
      @ronogaming2453 7 หลายเดือนก่อน +3

      a="*"
      for i in range(5):
      print(a*i)

    • @m1014world
      @m1014world 5 หลายเดือนก่อน +1

      Thanks bro for the answer

  • @Rosy-b1m
    @Rosy-b1m 9 หลายเดือนก่อน +47

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

  • @bananao_memes
    @bananao_memes 3 หลายเดือนก่อน +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)

  • @SelviSudhan-vo5xk
    @SelviSudhan-vo5xk ปีที่แล้ว +49

    Unga effort ku periya value iruku bro thanks for the video

  • @360withpaul
    @360withpaul ปีที่แล้ว +153

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

  • @abdulraseeth2596
    @abdulraseeth2596 4 หลายเดือนก่อน +3

    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)

  • @mohamedzumry
    @mohamedzumry ปีที่แล้ว +17

    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.

  • @workdr_07
    @workdr_07 ปีที่แล้ว +16

    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

  • @monisha72001
    @monisha72001 หลายเดือนก่อน +3

    3:56:40
    for i in range (1,6):
    print("Number is :" +str(i) + " and cube of the " + str(i) + " is ",i*i*i)

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

  • @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 ปีที่แล้ว

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

  • @noerrors2256
    @noerrors2256 7 หลายเดือนก่อน +14

    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

  • @ssvaksharkumar6900
    @ssvaksharkumar6900 ปีที่แล้ว +26

    Good job Bro!!! I went through many TH-cam 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!!!

  • @Vicky_18_10
    @Vicky_18_10 4 หลายเดือนก่อน +5

    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()

    • @peace5485
      @peace5485 3 หลายเดือนก่อน +1

      Super

    • @mdhakshada1790
      @mdhakshada1790 หลายเดือนก่อน

      Nandri thala.

  • @vinothj7170
    @vinothj7170 6 หลายเดือนก่อน +4

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

  • @SathisKumar-n5k
    @SathisKumar-n5k 9 หลายเดือนก่อน +2059

    Like for bio group students ❤😂

    • @Varisu-ranjithame
      @Varisu-ranjithame 9 หลายเดือนก่อน +8

      😅hi bro 😂😂😂

    • @Gamingyoutuber2007
      @Gamingyoutuber2007 8 หลายเดือนก่อน +7

      Hi😂

    • @mr.miracle2205
      @mr.miracle2205 8 หลายเดือนก่อน +5

      Hi bro 😂

    • @Harikrishnan-hq4xt
      @Harikrishnan-hq4xt 8 หลายเดือนก่อน +6

      Situation stalker😢

    • @Bekindbros
      @Bekindbros 8 หลายเดือนก่อน +29

      Bro coding la onuma therila bro because iam bio maths

  • @rmirsha11
    @rmirsha11 หลายเดือนก่อน +2

    3:55:32
    a=[ ]
    nat_nos=int(input())
    for i in range(nat_nos+1):
    if nat_nos > 0:
    a.append(i)
    print(sum(a))

  • @AishwaryaRengan
    @AishwaryaRengan ปีที่แล้ว +71

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

    • @sivarajan3917
      @sivarajan3917 6 หลายเดือนก่อน +1

      3 million views

  • @Hrmusiclab
    @Hrmusiclab ปีที่แล้ว +126

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

    • @RajeshKumar-pt8kq
      @RajeshKumar-pt8kq 4 หลายเดือนก่อน

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

    • @Monisha-vd1yb
      @Monisha-vd1yb 4 หลายเดือนก่อน +1

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

  • @sugapragathi6369
    @sugapragathi6369 4 หลายเดือนก่อน +5

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

    • @ErrorMakesClever
      @ErrorMakesClever  4 หลายเดือนก่อน +1

      Thank you for your kind words!!

    • @rmmr-80
      @rmmr-80 2 หลายเดือนก่อน

      Laptop eruntha than kathuka mudium mobile la kathuka mudiyatha ​@@ErrorMakesClever

  • @ziyard-yj3eo
    @ziyard-yj3eo หลายเดือนก่อน +1

    05:33:00
    Q3 advanced
    def findpassorfail(result):
    if(result=35 and result=55 and result=75 and result

  • @Indhulekha_
    @Indhulekha_ ปีที่แล้ว +32

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

  • @PrabhakarViNoD
    @PrabhakarViNoD ปีที่แล้ว +234

    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?

  • @RajkumarK-mb2jk
    @RajkumarK-mb2jk 7 หลายเดือนก่อน +1

    5:32:52 Answer:
    def findpassorfail(a):
    if(a>35):
    print("Pass")
    else:
    print("Fail")
    a=int(input("What is your mark?:"))
    findpassorfail(a)

  • @skyeshwin
    @skyeshwin 10 วันที่ผ่านมา +4

    Just finished watching and coding side-by-side in 3 days time (Dec 30 2024, Dec 31 2024, Jan 1 2025). Thanks John for this amazing tutorial. I've wanted to learn Python OOPS concept for long. Finally I did it! I want to Master Python and work on ML/AI/Gen AI by the end of 2025. Let's see how it goes.

    • @ErrorMakesClever
      @ErrorMakesClever  10 วันที่ผ่านมา +1

      I'm glad the course helped, all the best in your journey with Python!

  • @rukkshanajabeenrukkshanaja3365
    @rukkshanajabeenrukkshanaja3365 ปีที่แล้ว +10

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

  • @ziyard-yj3eo
    @ziyard-yj3eo 2 หลายเดือนก่อน

    1:29:40 I did like this.
    a = int(input("Enter your score:"))
    if (a>75 and a50 and a35 and a

  • @Ca_Z24
    @Ca_Z24 ปีที่แล้ว +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.

  • @DhanameneeAruljothi
    @DhanameneeAruljothi ปีที่แล้ว +22

    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.

  • @ziyard-yj3eo
    @ziyard-yj3eo 2 หลายเดือนก่อน +1

    02:12:00 Q09
    maths= int(input("Enter your Maths result:"))
    science= int(input("Enter your Science result:"))
    sinhala= int(input("Enter your Sinhala result:"))
    health= int(input("Enter your Health result:"))
    art= int(input("Enter your Art result:"))
    a= (maths+science+sinhala+health+art)/5
    print("Your avarage is:",a)
    if (a

  • @nivethikanive1435
    @nivethikanive1435 ปีที่แล้ว +11

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

  • @Kaaviyasree-eo3hz
    @Kaaviyasree-eo3hz 3 หลายเดือนก่อน +1

    Table of Contents:
    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

  • @JEET7_OFFICIAL
    @JEET7_OFFICIAL ปีที่แล้ว +5

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

  • @PradeepaS-t2r
    @PradeepaS-t2r 6 หลายเดือนก่อน +4

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

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

  • @sathishmani6757
    @sathishmani6757 ปีที่แล้ว +12

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

  • @Its_shabe
    @Its_shabe ปีที่แล้ว +13

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

  • @AravindAravindrocky-qo4ec
    @AravindAravindrocky-qo4ec 6 หลายเดือนก่อน +5

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

  • @monisha72001
    @monisha72001 29 วันที่ผ่านมา

    05:32:00
    def findpassorfail (b):
    if(b>35 and 35

  • @senthilkumarthangasamy3323
    @senthilkumarthangasamy3323 หลายเดือนก่อน +3

    Thank you bro intha alavuku yaaralayum theliva nadathunathu illa bro na ipathan clg first year so enaku unga video romba usefull ah iruku bro inum nerya video podunga bro plsss..... Romba useful ah irukum bro ❤🎉

  • @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..❤

  • @RajkumarK-mb2jk
    @RajkumarK-mb2jk 7 หลายเดือนก่อน +1

    7:14:00
    class calculator:
    def __init__(self,a,b):
    self.num1=a
    self.num2=b
    def add(self):
    print("Addition:",self.num1+self.num2)
    def sub(self):
    print("Subtraction:",self.num1-self.num2)
    def mul(self):
    print("Multiplication",self.num1*self.num2)
    def div(self):
    print("Division:",self.num1/self.num2)
    obj1=calculator(100,20)
    obj1.add()
    obj1.sub()
    obj1.mul()
    obj1.div()

  • @mohamedrafeek.M
    @mohamedrafeek.M ปีที่แล้ว +51

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

    • @Sarangooo123
      @Sarangooo123 ปีที่แล้ว +1

      How???

    • @mohammedashik7173
      @mohammedashik7173 11 หลายเดือนก่อน +8

      ​@@Sarangooo123 idhuku degree Theva ila bro degree ellam wasteuh

    • @Malarmalar-dk7zx
      @Malarmalar-dk7zx 4 หลายเดือนก่อน +1

      Same...bro naanum 😊

    • @birdscrazy1393
      @birdscrazy1393 2 หลายเดือนก่อน

      ​@@Malarmalar-dk7zx12 th thaa nanum mudichirukkam degree kekkuraangalae bro

  • @sujithapalanisamy6584
    @sujithapalanisamy6584 ปีที่แล้ว +4

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

  • @sivani1866
    @sivani1866 14 วันที่ผ่านมา +1

    Actually,I have to express my heartfelt appreciation for this video.i wached this video during mY semester leave for my next semester and it has proven very usefull. THANK YOU SIR

  • @umeihash4761
    @umeihash4761 ปีที่แล้ว +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 !

  • @raj709
    @raj709 7 หลายเดือนก่อน +4

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

  • @gaming_vinoth_yt1060
    @gaming_vinoth_yt1060 9 หลายเดือนก่อน +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)

  • @Sportgameww
    @Sportgameww 7 หลายเดือนก่อน +1

    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

  • @zarausman9131
    @zarausman9131 ปีที่แล้ว +6

    Kudos, well explained ..one of the best teacher to educate the non it people,as well... thanks for ur effort...keep growing...with many thanks

  • @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 💯💯

  • @Gandhees3213
    @Gandhees3213 7 หลายเดือนก่อน +1

    1:41:21
    mark=int(input(Enter your mark:))
    if(mark=mark>=70):
    print('good student')
    elif(mark>100):
    print('invalid')
    Without and operator❤

    • @wrestlingworld686
      @wrestlingworld686 7 หลายเดือนก่อน +1

      Haii bro are you studying python just now..??

    • @Gandhees3213
      @Gandhees3213 7 หลายเดือนก่อน

      Ella bro eppo tha 12th pora 12th la tha python eruku ethu summa basic thane

  • @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

  • @MRazmin-tr5dr
    @MRazmin-tr5dr 4 หลายเดือนก่อน +1

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

  • @santhiyasaravanan3335
    @santhiyasaravanan3335 ปีที่แล้ว +36

    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 10 หลายเดือนก่อน

      Super

    • @akashbhoothalingam
      @akashbhoothalingam 10 หลายเดือนก่อน +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 9 หลายเดือนก่อน

      I think U are a pro python programmer

    • @akashbhoothalingam
      @akashbhoothalingam 9 หลายเดือนก่อน

      @@gaming_vinoth_yt1060 Naah Learnt From the Video

    • @AkashAkash-t6b
      @AkashAkash-t6b 3 หลายเดือนก่อน

      ​@@akashbhoothalingam from whom ? Map na enna ?

  • @madshak6013
    @madshak6013 ปีที่แล้ว +89

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

  • @ziyard-yj3eo
    @ziyard-yj3eo หลายเดือนก่อน +1

    05:31:00
    user=int(input("Enter a value to see if it odd or even: "))
    def findevenorodd():
    if (user%2==0):
    print("Even")
    else:
    print("odd")
    findevenorodd()

  • @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. 👍

  • @fathimasifa5844
    @fathimasifa5844 ปีที่แล้ว +4

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

  • @sarcasm5691
    @sarcasm5691 ปีที่แล้ว +5

    In this video 01:43:00 this code you can give exactly 70 or 35 the output will be invalid score, because no 70 there is no 70. You can give =70 you then this code will work properly

    • @vishnu_96
      @vishnu_96 11 หลายเดือนก่อน

      Yes bro i also confused here, searching about this 🤍

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

  • @DevadharshiniSaravanakumar
    @DevadharshiniSaravanakumar 5 หลายเดือนก่อน +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 5 หลายเดือนก่อน

      Bro 8th question kku konjam sollungalen bro

  • @sakthikousikr
    @sakthikousikr 18 วันที่ผ่านมา +3

    Finally completed learned something new thanks a lot brother, you are just awesome ❤

    • @ErrorMakesClever
      @ErrorMakesClever  17 วันที่ผ่านมา +1

      You are awesome too! Keep coding!

  • @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!"

  • @wolfWolf-z3l
    @wolfWolf-z3l หลายเดือนก่อน

    3:56:15
    a=int(input("number is:"))
    for i in range(1,6):
    print("number is:",i,"and the cube of the",i,"is:",i*i*i )

  • @santhoshvijayakumar-wp8lc
    @santhoshvijayakumar-wp8lc 7 หลายเดือนก่อน +5

    3:55:33
    a=[]
    n=int(input("your desire number is: "))
    sum=0
    for i in range(1,n+1):
    a.append(i)
    sum=sum+i
    print("your sum is: ",sum)

    • @Zainab-xk7yc
      @Zainab-xk7yc 6 หลายเดือนก่อน

      ?

    • @GenesisImpact-c3p
      @GenesisImpact-c3p 6 หลายเดือนก่อน

      Explain this I cont understand.plz help me

    • @santhoshvijayakumar-wp8lc
      @santhoshvijayakumar-wp8lc 6 หลายเดือนก่อน +4

      ​@@GenesisImpact-c3pfirst idha therinjikonga python line by line dha execute agum.neenga confuse aga vena oru code ah epdi vena podalam(i mean methods). ippo question enna na (oru number input kudutha 1 la irundhu andha number varaikum ellam add pannum) idhula sum=0 logic padi potu dhan aganum appo dha sum na ennanu define agum and input vangarthuku oru 2nd line, adhuku apro for loop adhula range 1 la irundhu n+1 (adhavadhu input+1, yena na ippo (0,5)nu pota 4 vara dha varum)ippo 5 input nu vechikonga sum=sum+1 idhula first sum=0 appo sum=0+1 adhavadhu 1 next loop appo sum=1+2=3 adutha loop sum=3+3 idula note panningana second number (i mean 0+1_,1+2_,3+3_ naa underscore pota number lam) onnu onna add agudha adhaan sum=sum+i nu potom loop run aga run aga i um update agum like first loop la 1 second loop la 2 andha mari, apro enna print dha......NAA YEN APPEND SEKALA NA ADHU ILLAMALE NEENGA PANNALAM
      sum=0
      n=int(input())
      for i in range(0,n+1):
      sum=sum+i
      print(sum)
      indha mari append oru addon mari oru extra fitting. APPEND YEN IRUKU NU SOLREN, neenga "a" nu oru empty list create panringa adula indha loop irukula "i" adha "a list la sekkuringa append function vechu yen append vechi panrom na periya periya code la andha "a" list ah use pannikalam adhan, simple level la append veche theva illa

    • @GenesisImpact-c3p
      @GenesisImpact-c3p 6 หลายเดือนก่อน

      @@santhoshvijayakumar-wp8lc thx bro

  • @devidarshini1730
    @devidarshini1730 ปีที่แล้ว +45

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

  • @ABISHEK-j1h
    @ABISHEK-j1h 2 หลายเดือนก่อน

    3:20:37
    # Created on iPhone.
    z=int(input())
    a=0
    for i in range(1,z+1):
    if (i%3==0 and i%5==0):
    a=a+1
    print("answer",a)

  • @NetNet-sn3nd
    @NetNet-sn3nd 7 หลายเดือนก่อน +4

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

  • @Saruneeshwari
    @Saruneeshwari 6 หลายเดือนก่อน +349

    Any biology group students😂

    • @sivarajan3917
      @sivarajan3917 6 หลายเดือนก่อน +5

      vankkam paa

    • @Saruneeshwari
      @Saruneeshwari 6 หลายเดือนก่อน

      @@sivarajan3917 vankkam

    • @vincentraj2705
      @vincentraj2705 6 หลายเดือนก่อน +5

      Ayio thalaiva idho iruken 😢😂

    • @LASTBEATYT644
      @LASTBEATYT644 6 หลายเดือนก่อน +3

      😂😂naanu

    • @KeerthikaKeerthiwaran
      @KeerthikaKeerthiwaran 6 หลายเดือนก่อน +3

      Vanakkam thala😢😢😂😂😂

  • @abishek.b10_a6
    @abishek.b10_a6 4 หลายเดือนก่อน

    3:55:56 the answer is:
    a=[]
    n=int(input("enter any natural number : ")
    for i in range(1,n+1):
    a.append(i)
    print(a)
    Sum=0
    For i in a:
    Sum=sum+i
    Print(sum)

  • @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 10 หลายเดือนก่อน

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

  • @reshmeegopinath7248
    @reshmeegopinath7248 ปีที่แล้ว +17

    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

  • @MohanPandi-vq7tx
    @MohanPandi-vq7tx ปีที่แล้ว +9

    vaaa thalaivaa vaaa thalaivaaa ethukuthaan kaaathunu iruthen🤩🤩🤩

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

  • @Jebasaraldarling
    @Jebasaraldarling ปีที่แล้ว +7

    Easiest explanation of Python!!! Hatsoff John!!

  • @ushadevinagendran18
    @ushadevinagendran18 ปีที่แล้ว +7

    Ur explaining very clearly and easy to understand. Looking forward to more such videos from u. 👍

  • @chinnathambiv1120
    @chinnathambiv1120 4 หลายเดือนก่อน

    for q9 in 3:55:37
    a=[ ]
    n=int(input("enter n"))
    for i in range(1,n+1):
    num=int(input("enter num"))
    a.append(num)
    for i in a:
    print("Number is:" + str(i) +"and " +"the cube of"+ str(i)+"is:", i*i*i)

    • @shivaram375
      @shivaram375 4 หลายเดือนก่อน

      u can also do i**3

  • @priyangaravichandran8820
    @priyangaravichandran8820 5 หลายเดือนก่อน +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.

  • @vanakamtamilakan
    @vanakamtamilakan 8 หลายเดือนก่อน +4

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