Tuples in Python | Python Tutorial - Day #24

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.
    Access the Playlist: • Python for Beginners (...
    Link to the Repl: replit.com/@co...
    Join Replit the browser-based IDE used in this course - join.replit.co...
    ►Checkout my English channel here: / @programmingwithharry
    ►Instagram: codewithharry
    python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
    Playlist: • Coding CheatSheets 🧾 b...
    ►Learn in One Video[++]:
    Python[15 Hr]: • Python Tutorial For Be...
    Python Advance[3.5 Hr]: • Python Programming Cou...
    Python[1 Hr]: • Learn Python In Hindi ...
    Python[2 Hr]: • Python Tutorial In Hin...
    Python[15 Min]: • 15 Minute Python Tutor...
    JavaScript[1 Hr]: • JavaScript Tutorial
    C[1.3 Hr]- • C Programming Tutorial...
    php[1 Hr]: • Learn Php In One Video...
    php[2.3 Hr]: • Php Tutorial for Begin...
    php[Project]- • Login And Registration...
    HTML[30 Min]: • HTML 5 Tutorial For Be...
    CSS[8.5 Hr]: • CSS Tutorial In Hindi ...
    CSS[1.4 Hr]: • CSS 3 Tutorial For Beg...
    Wordpress[3.2 Hr]: • How To Make a WordPres...
    Angular[2 Hr]: • Angular Tutorial in Hindi
    Java[2.3 Hr]: • Java tutorial in hindi 🔥
    Web Scraping[1 Hr]: • Web Scraping Tutorial ...
    MongoDB[2 Hr]: • MongoDb Tutorial For B...
    Numpy[1 Hr]: • Numpy Tutorial in Hindi
    Android Dev[12 Hr]- • Android Development Tu...
    Linux[1 Hr]: • Linux Tutorial For Beg...
    JQuery[1.1 Hr]: • jQuery Tutorial For Be...
    Git and GitHub[1.1 Hr]: • Git & GitHub Tutorial ...
    ►Complete course [playlist]:
    React: • React Js Tutorials in ...
    Python- • Python Tutorials For A...
    OOP Python- • Object Oriented Progra...
    Java: • Java Tutorials For Beg...
    JavaScript- • JavaScript Tutorials I...
    PHP- • PHP Tutorials in Hindi
    C- • C Language Tutorials I...
    C++- • C++ Tutorials In Hindi
    Git & GitHub- • Git and GitHub Tutoria...
    Android Dev- • Android Development Tu...
    Python GUI- • Python GUI: Tkinter Tu...
    Web Development- • Web Development Tutori...
    Python Django: • Python Django Tutorial...
    Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
    Data Structure and Algo: • Data Structures and Al...
    Follow Me On Social Media
    ►Website (created using Django Rest & Angular): www.codewithha...
    ►Facebook: / codewithharry
    ►Instagram: / codewithharry
    Twitter: / codewithharry
    Comment "#HarryBhai" if you read this 😉😉

ความคิดเห็น • 446

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

    You are the life saver sir , everyone knows there is nothing left in colleges , almost every student learns from the teacher like you . We go to college just for attendance and learns from you so thank you sir 😊

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

      youtube.com/@the_gupta_boy?sub_confirmation+1

    • @bhaktiruparel8723
      @bhaktiruparel8723 ปีที่แล้ว +2

      I am watching this in my college free lecture

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

      @@bhaktiruparel8723 so why you are going to college

    • @bhaktiruparel8723
      @bhaktiruparel8723 ปีที่แล้ว +2

      @@gHejwjkakakkaja because of attendence😅

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

      @@bhaktiruparel8723 bht teez horahy ho🤣🤣🤣🤣🤣

  • @RoronoaZoro098
    @RoronoaZoro098 ปีที่แล้ว +229

    Apna teacher kaise ho code with harry jaise ho ❤❤

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

      Haan ek dum bro apna teacher harry sir jaisa ho

    • @ATTIQ_OFFICIAL
      @ATTIQ_OFFICIAL ปีที่แล้ว +2

      agreed 👍

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

      Narrated `Aisha:
      that the Prophet (ﷺ) married her when she was six years old and he consummated his marriage when she was nine years old. Hisham said: I have been informed that `Aisha remained with the Prophet (ﷺ) for nine years (i.e. till his death).

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

      @@theexposer5303 Ok and?

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

      @@theexposer5303 kehi b man nehi bharta kya jaha chahe mu uthaye chale ay

  • @SilasLazarus-h2k
    @SilasLazarus-h2k 8 หลายเดือนก่อน +10

    Day 24 done... Thank you so much Harry sir you are doing such a brilliant work God bless you Harry sir

  • @CodeWithHarry
    @CodeWithHarry  ปีที่แล้ว +20

    Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube

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

      Present sir...Thank you so much sir for making this course!!! Lots of love from west bengal❤❤

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

    • @DhruvSharma-x6l
      @DhruvSharma-x6l 7 หลายเดือนก่อน

      Day 24

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

    1.When we want to make a constant, then tuple is used.
    2., is added if 1 item tuple is made.
    3.Tuples are ordered collection of data items.
    4.They store multiple items in a single variable.
    5.Tuple items are separated by commas and enclosed within round brackets ().
    6.Tuples are unchangeable meaning we can not alter them after creation.
    7.Tuples can be sliced similar to lists but new tuple is created in the process.
    8. Tuples and strings both are immutable.

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

      how tuples are sliced? its acting same as list in my vs code,

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

      thx bhai

  • @subhasssadhu
    @subhasssadhu ปีที่แล้ว +30

    Day #24 and still going on.
    My continuity streak broke for a short period of time, but cannot give up on this #100DaysOfCode challenge.

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

    Day 24 done... Thank you Harry sir for your goodness for giving us this mind-blowing videos... Sir you are amazing and u are my favourite teacher.....love you sir.. with respect...

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

    Harry bhai 100 days of code ko starting se follow kr rha hu Great Job💯💯💯💯

  • @vaibhavsoni4680
    @vaibhavsoni4680 10 หลายเดือนก่อน +1

    a=(345,63,235,632,'rajiv',34.23,True,'rajiv')
    for i in a:
    print(i)
    print(a[0])
    print(a.count("rajiv"))
    '''
    in my language
    1) tuple () se represent karte hai
    2) duplicate value rakh sakta hai
    3) element ko add,remove,delete nahi kar sakta hai
    4) ordered hota hai jisse slicing ho jati hai
    5) alag alag data type value ko rakh sakte hai like int float string etc
    6) immutable hota hai
    '''

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

    hamare school college mei Harry bhai jaise teacher hote na toh maja aati aur hamare results bhi aur ache hote. Parents k paise bhi kam barbad hote fees pe. Thank you Harry bhaiya

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

    Day 24! Thanks for making me consistent Harry Sir!
    You are the best teacher.

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

    ek dam maja aa raha hai harry bhai
    loving the way you teach.

  • @samkhan2832
    @samkhan2832 ปีที่แล้ว +8

    Great sir, I love this #100daysofcode challenge 🥳

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

      Narrated `Aisha:
      that the Prophet (ﷺ) married her when she was six years old and he consummated his marriage when she was nine years old. Hisham said: I have been informed that `Aisha remained with the Prophet (ﷺ) for nine years (i.e. till his death).

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

    Day #24 completed. Can't believe we are moving so fast towards the day #100 😍

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

    Day 5 of #100DaysOfCode. Today in this video 24, I learned about Python tuples, which are ordered, unchangeable collections of data items. Tuples use round brackets () and support positive and negative indexing, as well as checking for items using the 'in' keyword. I can also access items within a specific range or print alternate values using start, end, and jump index parameters. Tuples offer an efficient way to store multiple items in a single variable, while maintaining their order and immutability.
    Thank You Harry Bhaiya.

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

      Day 5 and you are in tuple. Did you known basic of python earlier?

    • @vishalgorkha2912
      @vishalgorkha2912 11 หลายเดือนก่อน +1

      ​@@zeeshan4831nhi dia reply abhi bhi idnr

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

    Apna teacher kaisa ho Harry bhaiya jaisa ho

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

    --> day 24 done .Thank you harry for your great learning videos. Do you recommend any python book..

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

    Maine college ki fees to faltu mai bhar rakhi hai, sabkuch to Mai Harry Bhai se he sikhta hu. Dhanya ho Harry Bhai aap to 🙏🙏🙏

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

    Day 24✨

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

    Tuple
    tupples are collections of data items which can't be changed like lists.
    we can perform every action on tuple like lists but we can't change it

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

    Sir aapke sikhane ka style boht achha hai koi bor nhi ho skta

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

    in short tuple is immutable and for that you explain as everything again thats so good proud of you bro

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

    Sir, please make a video related to for patterns in java

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

    The best course ever❤ thanks alot

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

    Harry bhai , keep teach like you taught us in your HTML/CSS/JS also Git/GitHub playlist...simple language,simple examples

  • @omkarnarawde880
    @omkarnarawde880 ปีที่แล้ว +2

    Harry bhai computer second year ke OOP and DSL ke practicals pr bhi video banao na plz bahoot support milega uspe aapko🙏🙏

  • @WajeehaHasan-d2i
    @WajeehaHasan-d2i หลายเดือนก่อน

    I started agian after about 2 months and gou motivated me today. . . Literally?

  • @Topknowledge8096
    @Topknowledge8096 ปีที่แล้ว +2

    Thank you Harry bhai for create this course free for us

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

    Yes sir , kya baat hai mujhe bhi padna ka man kar gaya

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

    #day24 maja to bohot aa rha h Harry bhai

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

      youtube.com/@the_gupta_boy?sub_confirmation+1

  • @RAZA-tm5yh
    @RAZA-tm5yh 8 หลายเดือนก่อน

    we can change in number in tuples ;tup = (12,) + tuple(tup[1:])by using like this

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

    Going very well this #100DaysOfCode with #HarryBhai ❤️🔥

  • @SubhashSangam-p8c
    @SubhashSangam-p8c ปีที่แล้ว +1

    Hi Harry, Firstly thanks for the tutorial I am currently on #24 and planning to complete the playlist in the next couple of weeks.
    I have a question here. You said tuples are immutable; Once we create it we cannot change it.
    #Create a tuple tup
    tup = (1,2)
    tup1= (3,4,5,6,7)
    tup= tup[1:2] # tup which was earlier (1,2) now it got changed to (4,5). But my understanding was once you create any tuple it cannot be changed for the entire program.

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

      tuple is not changed python created a new tuple

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

      you assigned the value of tup1 to the tup which resulted in the creation of a new tuple

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

      it created new tuple tup1" by taking value of tup index 1 - index 2 but did not chaged to value of tup

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

    Wow MashaAllah you are good teacher of python

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

    Day 24 done ✅

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

    You are the life saver sir , everyone knows there is nothing left in colleges , almost every student learns from the teacher like you . We go to college just for attendance and learns from you so thank you sir 😊
    Reply

  • @Sandeepkumar-jz5li
    @Sandeepkumar-jz5li 8 หลายเดือนก่อน +30

    Class 11 attendance 😄

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

      Present sir😂

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

      Bruh im class 8

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

      ​@@NagKamath same just got promoted to O1

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

      I am in class 3​@@NagKamath

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

      🙋🏻

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

    Assal o alaiku Harry bhai. I have completed lessons till day 24 Alhamdullilah.

  • @U.J.GAMING
    @U.J.GAMING ปีที่แล้ว

    Harry bhaiya mai day 12 se day 18 Tak course attend nahi kar paya lekin maine saari videos dekh li and now I am always present in this course

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

    #DAY24 COMPLETED
    THANK YOU #CodeWithHarry

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

    Harry bhaiya will you cover dsa in this course?

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

    please make one complete playlist for ML...

  • @prabhat-116
    @prabhat-116 5 หลายเดือนก่อน +2

    Bro I made a code with the information given by you---
    a = int(input("Enter the first number"))
    b = int(input("Enter the number"))
    def square(a, b):
    print("You chose to square")
    print(a*a, "= square of a")
    print(b*b, "= square of b")
    def divide(a, b):
    print("You chose to divide")
    if(a < b):
    print(b/a)
    elif(b < a):
    print(a/b)
    else:
    print(1)
    def addition(a, b):
    print("You chose to add")
    print(a, "+", b, "=", (a+b))
    def subtract(a, b):
    print("you chose to subtract")
    ask = int(input("do you want to subtract a from b or b from a (if you want a - b then reply 1 or reply 2): "))
    print(ask)
    if(ask == 1):
    print(a - b)
    elif(ask == 2):
    print(b - a)
    else:
    print("chose 1 or 2")
    def remainder(a, b):
    if(a < b):
    return(b%a)
    elif(b < a):
    return(a%b)
    else:
    print(1)
    # This project take too much time to be made
    # a is variable
    print("What do you want to do? ")
    print("if you want to see the remainder enter 4")
    answer = str(input("Square or divide or addition or subtract
    Enter here : "))
    if(answer == "square"):
    print(square(a, b))
    elif(answer == "divide"):
    print(divide(a, b))
    elif(answer == "addition"):
    addition(a, b)
    elif(answer == "subtract"):
    print("You chose to subtract.")
    print(subtract(a, b))
    elif(answer == "4"):
    print(remainder(a, b))
    else:
    print('chose a valid option')
    print(type(a))
    print(type(subtract))

    • @dazcode
      @dazcode 20 วันที่ผ่านมา +1

      ChagtGPT code 😂

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

    Touples me agar 1 string value hoga tbb bhi comma lagega kya like
    T=("shubham",)

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

    thanks, Harry bhai God bless you man

  • @badalsahoo3902
    @badalsahoo3902 ปีที่แล้ว +2

    big fan harry bhai

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

    Data structure and algorithm bhi cover hoga harry bhai?

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

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

    PRESENT HARRY BRO I AM IN 1ST SEMESTER BUT I LEARN PYTHON YOU BECAUSE YOU ARE THE BEST ONE 🤗🤗

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

    slicing me--> tup[ 2: ] diya h toh aap ne bola ki "len(tup)" lga do pr udr pr "len(tup)-1" lgega because index and no of elements me difference hota h!

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

    strings and tuple are immutable and lists are mutable❤

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

    excellent explanation !

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

    Great explanation sir we enjoying python

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

    Sir machine learning pe bhi playlist laiye

  • @ranatalha6946
    @ranatalha6946 11 หลายเดือนก่อน +1

    Love bro i am studying in Germany but it is far better than my university ❤❤❤❤❤❤❤❤❤❤❤

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

    Hey Harry i have a question can we use sort method in tuple??

  • @CUETD2point
    @CUETD2point ปีที่แล้ว +2

    PRESENT SIR♥🔥

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

    hello harry , in the las of my code b=a[(1*2):(4*2)] can you explain this statement, it define the range similar as [1:4]
    a=(1,2,3,4,5)
    print(type(a),a)
    print(a[0])
    print(a[1])
    print(a[2])
    print(a[3])
    # negative indexing
    print(a[-1])
    # range
    b=a[(1*2):(4*2)]
    print(b)

  • @RohitJadhav-d6h
    @RohitJadhav-d6h ปีที่แล้ว

    100 days of python today is my 15th days thank you harry bhai

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

    I completed java and c program from this Chanel
    What I need to learn now??
    Python, javascript,html
    Can anyone here suggest me
    It is 100 days of code so i can't start python now after 100 days i can start.
    Suggest me which programs I need to know??

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

    it is a request to please give exercise after every topic, like 2,3 practice questions, or maybe suggest some website where there are questions to practice

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

    meri bhi continuity toot gai hai...per me phir bhi is 100 days code ko zarooor pora krngi...in sha allah...love from pakistan

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

    iska matlab tuples lists aur arrays thode similar hote hai ?

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

    This is so easy if you watch the video of list

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

    import turtle as t
    import colorsys
    t.bgcolor('black')
    t.tracer(100)
    t.pensize(2)
    h=0
    for i in range(300):
    c = colorsys.hsv_to_rgb(h,0.8,1)
    t.pencolor(c)
    h += 0.006
    t.right(119)
    t.circle(-i*0.3,120)
    t.circle(i*0.3,120)
    t.circle(-i*0.3,90)
    t.circle(i*0.3,90)

  • @RAZA-tm5yh
    @RAZA-tm5yh 8 หลายเดือนก่อน +1

    mughai coding ka c nhi ata tha thanks for teaching and motivation🥰

  • @PhotoshopEditing-t9s
    @PhotoshopEditing-t9s 2 หลายเดือนก่อน

    Thank you so much sir!

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

    i am on day 24 till now i have learned well all the concept , but i want to know completing 100 days worth it? will it help me to secure my first job? or enable to work on big projects? either machine learning or data science? reply to this please

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

    my great teacher harry bhai and i am also present in your class

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

    Hary bhai abhi Booleans ke bare me bataya hai kya????

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

    Sir please make video on mobx state management library
    Thanks 🙏

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

    Pranam bhrata 🙏 apka bahutt baht dhanyawad 😄🧡😇🙏

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

    khatra harry bhai upp mahan ho yrr great se v uper

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

    bro if indexing aise ho [1 : 5: -2] is case m kaise solve kr skte h negetive to positive ??

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

    Hi Harry I'm from rajsthan I like your all videos

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

    Present Sir🙏😀

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

    Bro tutorial accha hay --- font o thora bara karte toh dikhne me aur zada accha hota

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

    haris bhai bhut maza araha hai , form PAKISTAN

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

    Thankyou very much because my papa empress with you

  • @AnilKumar-xl1ju
    @AnilKumar-xl1ju ปีที่แล้ว

    print("I am Present")

  • @NEERAJ-dw9bt
    @NEERAJ-dw9bt 8 หลายเดือนก่อน +1

    Present sir 🤚

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

    can tuple get sliced ?
    tup = tup[0:3]
    wouldn't it change tuple??

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

      we can't change the original tuple but if you want the slicing of it you must create the new one, like
      tuple2 = tuple[1:3]
      print(typle2)

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

    Present Harry bhaiya 🙂

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

    i want to learn ethical hacking did i need to learn so many progframming language...? i have learned c basic and learning python and c++ also and i have learned HTML,CSS,Javascript..

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

    bahut accha se samajh a raha hai

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

    #24day learning-coding and enjoying.

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

    Thanks for the video

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

    Day24-PRESENT SIR!

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

    Harry bhai mera aik sawaal hai mein apka purane wale python course kay playlist se python seekhna shuru karon. Ya ab naye wale python se dekhna shuru karon...
    Please guide me.
    Lekin aik baat tou sure hai mein ne paractice dono playlist se karni hai.
    Tou kis se shuru karon purani ya nai?

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

      acha sahi thank you so much bhai

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

    Make videos on openCV for converting image into cartoon in android

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

    Thank you sir for creating this video!

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

    How can i get to any day of coding?? Plzz tell me 🙂

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

    HarryBhai now you start React playlist step to step with notes. 🙏 ple...

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

    etne sare advertizement ku add karke rakhe hai ?

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

    Sir agla MERN stack development ke uper banavo

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

    day 24 💥

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

    Harry sir... please also cover numpy, pandas, matplotlib,seaborn in detail like this way explation for data science machine learning.... please 🙏🙏🙏🙏🙏🙏

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

    Hi sir
    I request to you
    Full course data analytics banao bhai

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

    Thank you

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

    Completed #DAY24...