Це відео не доступне.
Перепрошуємо.

What is Python| History of Python| Why we learn Python in Tamil-Python Series Part 1

Поділитися
Вставка
  • Опубліковано 30 січ 2022
  • This Video is about Introduction to Python Language. In this video, I explained what is python, precise history of python language and why we need to learn python by explaining the important features of python language.
    This video contains python introduction, History of python and features of python with simple explanation.
    BasicToPro Tamil Channel is to motivate and encourage students to learn programming languages and coding and also technologies in computer field through visualizing each and every concept in easier way in Tamil language.
    Please support the channel this motivates to create more videos and makes visualized learning platform. Subscribe our Channel.
    Like and Share.
    Thanks.
    Image Credit: Mahmoud Hashemi from San Jose, CA, USA, CC BY-SA 2.0 creativecommons.org/licenses/..., via Wikimedia Commons
    www.flickr.com/
    #python
    #pythonlanguage
    #pythontutorial
    #pythontamil
    #viral
    programming,coding,BasicToPro,Tamil,basic to pro,tamil,programming languages,python,python tutorial,best python tutorial,what is python,why we learn python,history of python,features of python,advantages of python,learning python,learn python,monty pythons fyling circus,guido van rossum,versions of python,cross platform,how to install python,gui,learn python in tamil,python with simple explanation,Python in tamil,python tamil,learn programming

КОМЕНТАРІ • 61

  • @anithaamarnath1088
    @anithaamarnath1088 Рік тому +8

    really very super easy to understand go head......❤❤

  • @SriRam-jo2nk
    @SriRam-jo2nk 8 днів тому

    Very Nice teaching mam❤❤

  • @AARAJCB360
    @AARAJCB360 2 роки тому +4

    Hai mam good morning 🖐️
    Good explained so thank you very much 👏

  • @rekhak4427
    @rekhak4427 Рік тому +5

    Very useful mam

  • @raja7december
    @raja7december Рік тому +4

    Superb mam

  • @sangeethavijayakumar1084
    @sangeethavijayakumar1084 2 місяці тому +2

    Nice explain akka

  • @gopinathg2277
    @gopinathg2277 11 місяців тому +2

    Thank you very much mam 🙏.

  • @user-de7kl7ly3w
    @user-de7kl7ly3w 6 місяців тому +1

    Super mam 👍

  • @ulloor_photography
    @ulloor_photography 7 місяців тому

    Thank you sooo much❤

  • @maranagaming3131
    @maranagaming3131 4 місяці тому

    Super mam

  • @Subalakshmi-qx2vr
    @Subalakshmi-qx2vr Місяць тому +1

    New subscriber

  • @uma-5719
    @uma-5719 28 днів тому

    Thank you mam 🎉😊

  • @durgadevir1083
    @durgadevir1083 24 дні тому +1

    Hi mam.. could you please upload the class for multi core computer architecture .

  • @bose_pandi
    @bose_pandi Місяць тому

    Thanks Akka ❤

  • @AbdulRahaman-oh4gw
    @AbdulRahaman-oh4gw 3 місяці тому

    Hello mam , ur way of teaching is very clear ..Tq u so much for all beginners.
    Na Botany background so na Python learn panna yenakku value, job and future erukkuma mam ?

  • @dharanikandhan
    @dharanikandhan Рік тому

    Thank, you❤ mam

  • @djgaming7637
    @djgaming7637 Рік тому

    Daily um video poduga

  • @editzzvr9196
    @editzzvr9196 Рік тому

    New subscriber ❤️

  • @totalthamizhyt05
    @totalthamizhyt05 2 роки тому

    1st view

  • @user-jw5wg8it7l
    @user-jw5wg8it7l Рік тому

  • @royalwinautomatedsoftware2985
    @royalwinautomatedsoftware2985 2 роки тому +1

    Hai . Unga video ellam parthuruken learn paniruken. Enaku oru doubt pandas matum use pani read and write data script panen read data read panuthu but status oru column vachiruken athula write agala enaku antha code matum solunga. Fullname and password read aguthu status la "passed" or "failed" write aganum status column.
    import pandas as pd
    df = pd. read_excel('data.xlsx')
    for i in df.index:
    entry = df.loc[i]
    name_input = browser.find_element_by_name('fullname")
    password_input = browser.find_element_by_name('password")

    • @basictoprotamil
      @basictoprotamil  2 роки тому

      Thank you for your support.
      Entha code try pani parunga, openpyxl install panikonga
      pip install openpyxl
      If Excel file has data like this,
      fullname password status
      xxx xxx
      yyy yyy
      zzz zzz
      #Code to write/append specific column values in excel
      import pandas as pd
      import openpyxl
      from openpyxl import load_workbook
      df = pd.DataFrame({'status': ['passed','failed','passed']})
      wb = load_workbook('data.xlsx')
      ws = wb['Sheet1']
      for i, row in df.iterrows():
      cell = 'C%d' % (i + 2)
      ws[cell] = row[0]
      wb.save('data.xlsx')
      df = pd. read_excel('data.xlsx')
      print(df)

  • @user-bi8zw3iv4n
    @user-bi8zw3iv4n Рік тому

    Mam super mam ... And very easy... Mam oru questions mam ....IDE apadina Enna mam plz sollunga mam.......pls...

    • @basictoprotamil
      @basictoprotamil  Рік тому

      IDE Integrated development environment nu soluvon. Nama programs ah easy ah type pana, error clear pana, debug pana, use panra oru software than IDE.

  • @UCSE-rt4ho
    @UCSE-rt4ho 6 місяців тому

    Hi mam Good morning
    How to import the modules in latest version in command prompt python packages

    • @basictoprotamil
      @basictoprotamil  6 місяців тому +1

      Follow these steps
      1. open command prompt
      2. Navigate to location where your python are
      3. Start the python interpreter by typing python or python with version number for example python3 and press enter
      4. You can import modules by using import command
      for example import math
      5. If your installing external packages use pip command in command prompt. After installing you can import..

  • @editzzvr9196
    @editzzvr9196 Рік тому +1

    Mam na diploma mudichitu python padicha job kedaikuma IT field la

  • @user-nn5xr8ro7v
    @user-nn5xr8ro7v 7 місяців тому +2

    Hai mam enaku phytion ooda coding eappid pantradhu nu sollunga

    • @basictoprotamil
      @basictoprotamil  7 місяців тому +2

      ua-cam.com/play/PLE6RCt0S1gX_0c4HPvU87oG7NovZh3NRO.html&si=hut06PWX4cOvfwxu

  • @sharmilasornam7997
    @sharmilasornam7997 2 роки тому

    Mam vera entha computer course mudikathavanga python course useful a irukuma

    • @basictoprotamil
      @basictoprotamil  2 роки тому

      Kandipa useful ah erukum. Python course learn panravangaluku opportunities athegam, now and also in future.

  • @KARTHICK-vo1xg
    @KARTHICK-vo1xg 10 місяців тому +1

    P

  • @praveenm2489
    @praveenm2489 Рік тому +5

    could you explain the data science and when you will study it?

  • @mahalakshmimani3543
    @mahalakshmimani3543 4 місяці тому

    Hai mam iam completed B.A sociology
    Naa python patikkalama ennku usefull la erukuma

    • @basictoprotamil
      @basictoprotamil  4 місяці тому

      Kandipa padikalam. If you are interested to enter into IT companies, it ll be very useful. But neenga non IT background ah erukaranala, you have to study python or any other language courses with certification course.

  • @amc2074
    @amc2074 11 місяців тому

    Akka naa B.A.Economics padikkuren naa python kaththukkalamha sollunga please

    • @basictoprotamil
      @basictoprotamil  11 місяців тому +1

      Kandipa useful ah erukum. Python used in many fields so neenga kathukita ungaluku economics field la analytical skills increase pana useful ah erukum

  • @jeevasankaralingam1827
    @jeevasankaralingam1827 2 місяці тому +1

    Python badicha game davelapar akalaama mam

    • @basictoprotamil
      @basictoprotamil  2 місяці тому

      Kandipa game developer agalam. Pygame, Panda3D, Godot (with GDScript), Ren'Py, and Arcade entha maari game engines python la available ah eruku.

  • @backyalakshmi5829
    @backyalakshmi5829 16 годин тому

    😅
    😊

  • @afu1016
    @afu1016 10 місяців тому +1

    Please upload python modules

  • @kavyamohan3368
    @kavyamohan3368 2 роки тому +1

    Core python sollithanga mam

  • @ajiajith5163
    @ajiajith5163 Рік тому

    Could you explain full python programming language

    • @basictoprotamil
      @basictoprotamil  Рік тому

      Full Python Course for beginners
      ua-cam.com/video/IfSWhS3YmkY/v-deo.html

  • @SivaKumar-el2is
    @SivaKumar-el2is 2 місяці тому +5

    How many days to learn python mam

  • @t.aravinth9896
    @t.aravinth9896 Рік тому

    Mam python mobile la learn pana midiyuma

    • @basictoprotamil
      @basictoprotamil  Рік тому +1

      Kandipa learn panalam, python learning apps neraiya eruku

    • @t.aravinth9896
      @t.aravinth9896 Рік тому

      What ur opinion mam for learn best app and easy find error

    • @basictoprotamil
      @basictoprotamil  Рік тому

      Codeliber nu oru app eruku. I find that is the best app simple and precise explanation in each and every topic. And many programming languages are available. They offer online compiler also. Try that one.

  • @divyasanthosh3916
    @divyasanthosh3916 4 місяці тому

    very useful mam

  • @kavithan8813
    @kavithan8813 2 роки тому

    P