Variables and Data Types | Python Tutorial - Day #6

Поделиться
HTML-код
  • Опубликовано: 19 авг 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 😉😉

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

  • @ZENUX_EDITS
    @ZENUX_EDITS Год назад +526

    The only teacher who teaches lakhs of people for free. Love from odisha sir!

  • @CodeWithHarry
    @CodeWithHarry  Год назад +91

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

  • @AnimeHUNT12
    @AnimeHUNT12 Год назад +183

    🎯 Key Takeaways for quick navigation:
    00:00 📚 Variables are like containers in Python that store data, analogous to containers in a kitchen storing lentils, flour, etc.
    01:30 🔄 Variables allow us to store and reference data in Python's memory (RAM) for later use, making it easier to work with data in programs.
    03:03 🧱 Python has different data types, such as integers, strings, booleans, and complex numbers, each serving specific purposes.
    05:10 ➕ Using the correct data type is crucial to perform operations correctly in Python, as operations between different data types can cause errors.
    08:30 📜 Python has built-in data types, including numbers (int, float, complex), strings, booleans, lists, tuples, and dictionaries (mapped data).
    15:14 🧪 Everything in Python is an object, and objects are instances of classes. Understanding classes and objects is essential for more advanced programming concepts.
    Made with HARPA AI

  • @ShailendraDubey-qs3th
    @ShailendraDubey-qs3th Год назад +43

    What a way of teaching...Really impressive. I am not from tech background however everything is crystal clear to me... Thanks a lot Harry!!

  • @ramanarc
    @ramanarc Год назад +36

    I never skip the intro music because it's so cool. Great job with the tutorials Harry!

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

    at the age of 16 without knowing the single 'c' of coding. Trying to become master in coding with the help of harry bhai..

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

      I am 15 I am also learning phyton and I dont know anything

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

      keep going guys

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

      well i am 18 and am i cooked

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

      @@therealityff5915no you can learn at 30 too😅

  • @shantidavi655
    @shantidavi655 Год назад +55

    Harry is a legend, teaching Python at 2 A.M., Truly Respect ❤❤

  • @theallrounderkingdom-bypullock
    @theallrounderkingdom-bypullock Год назад +222

    Sir, A salute to you who is making us learn Python to job ready for free. Love From India🔥🇮🇳

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

      Bro wo India mein hi rehte hai. 🤣🤣

    • @nileshtayade3546
      @nileshtayade3546 Год назад +14

      Ye chand pe Beth ke love you from India likh sakta hai🤣🤣😅
      Sorry bro Dil pe mat le sirf joke hai

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

      can someone tell me is making notes siide by side necessary?

    • @AnkushKumar-bb7ip
      @AnkushKumar-bb7ip Год назад +1

      @@arushipoddar1379 Not necessary actually, but will be better to revise it again

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

      He is from India

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

    Basic ways of concatenating strings:
    print("hello" +"world")
    print("Hello" "india")
    v=("earth "
    "Mars "
    "Titan")
    print(v)

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

    Day2 of #100DaysOfCode. In this Video of Day 6, I learned about variables and data types in Python. A variable is like a container that holds data, and creating one involves assigning a value to a placeholder in memory. Data types specify the type of value a variable holds, which helps avoid errors during operations. Python has several built-in data types, such as numeric (int, float, complex), text (str), boolean, sequenced (list, tuple), and mapped (dict) data. Lists and tuples are ordered collections of data, but lists are mutable while tuples are immutable. Dictionaries are unordered collections containing key:value pairs. I look forward to building on these concepts in future lessons.
    Thank You Harry Bhaiya.

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

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

      ​@@mr4dulhow did u do it????

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

      @@exogaming3955 magic

    • @LoL-ij5dw
      @LoL-ij5dw 11 месяцев назад

      @@exogaming3955 ◕◪■■⩸

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

    Harry bhaiya aap se hi Maine saara html css and Javascript seekha h and now i am learning python....

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

      hi. yai sb seejhny ka apko kya faida hwa koi? i mean apny koi freelancing ya job mili?

  • @asimkhan5667
    @asimkhan5667 Год назад +47

    Hello Harry, I am from Pakistan and I love your videos and tutorials. I am fully motivated to accomplish this entire 100 days python tutorials with you.

  • @mariamhasan3733
    @mariamhasan3733 Год назад +78

    Day #6 done! Thanks a lot for your effort.

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

    My first own small project made by myself :-
    a = 67
    a1 = 678993455
    print ("The answer of 67 + 678993455 is", a + a1,"and the all 3 data types are:")
    b = False
    c = "Imortal"
    print("a = 67
    b = False
    c = \"Imortal\" ")
    print ("The type of a data type is:", type(a),"(Intiger)")
    print ("The type of b data type is:", type(b),"(Boolian)")
    print ("The type of c data type is:", type(c),"(String)")
    thanks for reading 🙂

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

    I AM WITH U HARRY SIR U EXPLAIN VERY WELL MY MOM WANT THAT I LEARN PROGRAMING SO I SEE UR CHANNEL AND THATS WAS SO GREAT I LOVE U SO MUCH FROM PAKISTAN

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

    Sir I'm only 16 but I don't have laptop But I'm Still Learning With You I'm So Happy & your leaning Mathod was So Superrrrrrrrr 🌹 !
    I'm already try to learn python & I think its hard after all i visit your playlist 100 days of python and I'm starting this
    I'm in 6th day & i really know python was so easy ✨
    I still learning! But my exam was coming so i think my parents getback my phone so after exam i will join again!!
    Print("love you bhai")

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

      Really I am also 16 and don't have any laptop or PC but still learning from phone

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

      ​@@anujprakashdixit2762 6th day.

  • @owaisnadeem2751
    @owaisnadeem2751 Год назад +71

    I was absent in class 3 - 6 . But today I've covered al lectures till yet . From tomorrow In Sha Allah I'll make my presence assure . You're great Harry Bhai . Love from Pakistan

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

    You explain coding so simple even our computer teachers back in school days can't explain like that.

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

    the way you say i'll see you next time is hilarious, btw, your videos can make our future bright. Divided by borders, united by coding Love from pakistan.

  • @akinator_guy
    @akinator_guy 11 месяцев назад +2

    Thank Sir For Teaching More Than 5 Lakhs of people for free
    I am in class 8th in Delhi Goverment School

  • @ZeshanMukhtar1
    @ZeshanMukhtar1 Год назад +65

    I already completed your python in 1 video ( approx 11 hrs ) but I'm going to watch your this entire course for the sake of revision 🌼

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

      Nice 😮

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

      don't just watch u need to practice a lot 1 hr learning and 100 hours practice that is the mantra

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

      What's the difference between one shot and this 100 days course

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

      Yeah me too bro

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

      Janab phyton KY bary my mojy tora guide kar do gy

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

    you are the best programming teacher!

  • @user-is4js9gh2i
    @user-is4js9gh2i Год назад +1

    i am a non technical person i have no idea about programming BUT yaqeen krien paa g maza aa raha hy sheekny maien or smj b aa rhi big respect from pakistan love you

    • @BeastF5-oq3mu
      @BeastF5-oq3mu Год назад

      Hey bro i am also a beginner can i get your insta id we will practice together and solve each other`s queries

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

      ​@@BeastF5-oq3muHow many languages you know

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

    The best teacher online for coding who teacher for free. Love from U.P.

  • @SanKalpselection475
    @SanKalpselection475 Год назад +38

    My 3rd python course of yours!!💕 Great Tutor for programming students 💕 👏

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

    Day 6 completed, thanks for sharing your skill with us 🥰🥰🥰

  • @manishpachauri369
    @manishpachauri369 11 месяцев назад +1

    You are my new Computer Science teacher who teach me better my school teacher 🧑‍🏫

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

    Bhai Main Class 9 Mein Hoon Aur Aap Se Coding Sikh Raha Hoon .
    Mere Ek Bhai Hain Jo Certified Ethical Hacker Hain , Unhaon Ne Bhi Aap Se Hi Python Sikhi Hai But Wo Course Ek Saal Purana Hai Aur Usmein Aap Ke Hand Written Notes Bhi Hain.
    But Mujhe Unhon Ne Ye Latest Course Karne Ko Bola.
    Thanks,

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

    what a teching skill you have.. such a super teacher

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

    Harry Bhaiya Your Teaching Skills Is Very Nice.Maine Aapke Python Tutorial Ke Saare Video Complete Kr Liye

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

    Very generous and your notes are better than ChatGPT.Thank you very very much for the free classes

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

    i want to meet you haaris bhai once :) i learned a lot from u thanks for everything(c,c++,html,css,js,php and python )

  • @apriooogaming8206
    @apriooogaming8206 Год назад +638

    I am only 14 And I already learned 5 language name=python,C, HTML,CSS, JAVASCRIPT AND I want to complete this course for revesion.😅😅🤣🤣😂

    • @clashingtv2527
      @clashingtv2527 Год назад +118

      Nice bro i I'm in 2nd year and I'm 18 😂😂😂😂 and already full stack developer with python all credit goes to Harry bhi 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍

    • @jitesh.
      @jitesh. Год назад +22

      Great .. hey.. me too done alll except C

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

      @@clashingtv2527 do you work with django?

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

      @@hemant3123 no node js and flask 👍

    • @roshansharma4453
      @roshansharma4453 Год назад +204

      Revision toh sahi likh {Pehle English language ki revision krke aa } 😅🤣🤣🤣

  • @user-es8si2qy1w
    @user-es8si2qy1w Год назад +7

    Thankyou Harry bhai I am 6 months old , and I am learning coding from you💞

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

    Hi Harry,
    I'm learning python for automation.
    thanks for motivating us

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

      @LeaRnWithSyeD I'm learning for the automation purpose on the first instance but now I'm watching it for new big things
      1. Automation by Raghab
      2. SDET - QA Techie
      3. MKT
      4. Rahul Shetty
      5. Geeksforgeeks
      6. NaveenAutomationLabs

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

    Thank you very much Harry Vai.... i m 40 yrs old learning Python.

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

    The way you teach is awsome.. make it so simple for us to understand… you are the Boss 🎉🎉🎉

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

    He is working so hard for teaching us.

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

      Thanks bro to teach us

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

      He earns a lot of money from it. But thanks to him for sharing the knowledge.

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

      @@Lenox6256 doesn't matter if he earns

  • @ShubhJoshi-zr3zp
    @ShubhJoshi-zr3zp Год назад +1

    Harry Bhai 6 day ka lecture dekh raha hun Thanks Harry Bhai python ka hurnder videos sikhane ke liye Thanks Harry Bhai

  • @kirtisahu5167
    @kirtisahu5167 8 месяцев назад +1

    ye video buhat acha hain mujhe isme list, tuple, dictionary ,set clear hua, only tuple immutable hoti hain set duplicate value rakh sakta hain baki sabhi duplicate valure nhi rakhe inke nottion thik se set{} tuple(), List[] and dictionary {}, sare non homogenous data structure ho te ahin main differents values, brackets and mutable and immutable mein aata hain

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

    Complex is use to defend the xyz axis position , ig i(hat),j(hat),k(hat)..
    Also use in vector 👍

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

    Thanks Harry Bhaiya. You are great. ❤👍❤

  • @rohitkumarmaharana3062
    @rohitkumarmaharana3062 7 месяцев назад +4

    Am 22 and am learning my first language Python ❤😢

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

    I wanted to learn python from longgg time but i wasn't sure and bit confused with the contents that are available everywhere. I asked my friend to suggest me one video from which i can start learning from 0 to hero but guess what I am here 😂😂 enjoying the content, learning in fun mode. i hope in shaa Allah will complete the 100th days challenge also as i did the 6th day today. Thank Harish Ali khan bhai jazakallah for the content and your priceless efforts behind this valuable content. ❤❤❤❤❤love from Nepal ❤❤❤

  • @thisismayank1
    @thisismayank1 Год назад +8

    Bro I'm in class 9th and btw this course is so amazing. Thanks for that Harry sir

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

      @Mnk Edits I'm too in 9 std but learning to code from 8th std😁

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

      bhai me college 2nd yr me start kar raha hu . mere time pe mere ghar me internet hi nahi tha yr.

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

      @@superhitragini hmm bro padh to kisi bhi age me sakte hai

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

      @@superhitragini us bro us🥲

  • @raghavtandon5735
    @raghavtandon5735 Год назад +8

    Harry Bhai, no doubt the python videos are going great, but your JS playlist was godly af coz of the humour...xD

  • @user-jv9je5cy6g
    @user-jv9je5cy6g 7 месяцев назад

    i am only age of 14 and i am learning python from you sir thanku

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

    Padhane ka method Excellent hai❤❤

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

    Please arrange those replets in a folder
    it will be easier when u add more replets of other courses since they can mix up if u dont do it

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

    05:49 A slight thing to add here, you can actually concatinate a string and integer if you use syntax print(a,+b), where a and b are variables with already assigned values

    • @harshadityab.4886
      @harshadityab.4886 Год назад +1

      Hey can you explain how does this happen? and is it for all values if i want to concatenate different types of variables or only for these two

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

      Can you please tell me how to access notes that are on left side.

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

      ​@@deepanshutolani4851go to the repl link in the description....you will then see the left side...better use laptop if you are gonna try on smartphone

    • @sanvyverma
      @sanvyverma 8 месяцев назад

      click on Link to the repl link given in the description. @@deepanshutolani4851

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

    This is my Day 3,In this Day 6 video we learned about variables which are containers that store data in which the value can be changed then there is a type function for finding out what is the data type of a variable,there are 5 types which is Numerical Data(Complex,INT,Float),Boolean Data(True/False),Text Data:str(String) like "hello world", and Sequenced Data which are divided into 2, List and Tuple. List is like a normal list of Data and Tuple is like a immutable list (immutable means it cannot be changed). There Is also Dictionary which maintains the collection of data. Fun Fact:-Everything in Python is a object(Lists are enclosed in square brackets,Tuple in normal brackets and dictionary in curly brackets). This is what i understood sir.

  • @abhijeetbhaisare6870
    @abhijeetbhaisare6870 5 месяцев назад +1

    thanks you sir for free course on youtube love from pune

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

    Thanks for this course 😊

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

    day 6 completed. thanks harry brother

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

    You are teacher of lakhs of dedicated students for programming
    Love from Punjab💪💪💪

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

    Harry bhai I like and love ur videos....and aap world ke sabse best teacher ho...aapse accha teacher is duniya mein koi nhi h...bhaiya magar aapne escape sequence characters acche se nhi samjhaya...plss use ek video bnayiye harry bhaiya..plsss

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

    Brilliant as always. Take love Harry vai.

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

    Tanks for making such informative videos ❤️❤️

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

    Kasam se bhai agar aap nahi hote to Python hame Zinda nigal jata🐍 They Way you explaind Mutable and Immutable was understandable even to the one who never knew about Biology. You are great sir

  • @WARDEN_BOY.7
    @WARDEN_BOY.7 6 месяцев назад +1

    yuor are my fav techer of digital thig like computer and programing and the main thing is in my school i'm in class ix and the computer knowledge is very less and school have lots computer but they didn't tech about programming and any digital things they only take us and go at computer lab and then say
    On the computers and then Open paint say draw what you want

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

    great effort for editing,like variables,we are lucky to learn from harry bhai🥰🥰

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

    I am in class 9th so I will learn complex numbers after some years
    btw your course is amazing ❤❤

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

    Everything looks easy and understandable till now ;)

  • @aimansheikh6275
    @aimansheikh6275 11 месяцев назад +2

    you are awesome bro the way u teach is amazing examples n all thank u so muchhhh

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

    anyone biology student

  • @AnuragSingh-yh9ew
    @AnuragSingh-yh9ew Год назад +3

    I AM PRESENT SIR!!!, Practiced the code which you taught, I AM CONSISTENT for 100daysofcode. Thanks & Regards. :)

  • @SANIYA-t6q
    @SANIYA-t6q 4 часа назад

    Really impressive the way u teach
    Appreciate u brooo

  • @user-xm8ed2hw2x
    @user-xm8ed2hw2x Год назад +1

    Starting this Python course today!!!!!!! Lesgoooo harryyy brooooo

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

    bro is soo good at teaching and im so waiting for practice / test questions of python
    on the content which has been taught... !

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

    Harry sir recorded this video at 2:20 AM . Hats off sir .❤️❤️❤️❤️

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

    dude's making videos at 2:30 am in the morning. woah

  • @IbrahimKhan-r5f
    @IbrahimKhan-r5f Месяц назад

    Harry, how you teach feels like you are putting salt in a container. Love the way!

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

    Harry bhai aap hand written note de Diya kariye

  • @navjotsingh-hl1jg
    @navjotsingh-hl1jg Год назад +4

    sir your lecture is awesome sir . can you share notes of yours

  • @SaadAli-tm9ku
    @SaadAli-tm9ku 2 месяца назад

    harry bhai jan ap ki sare batan sumjh a jate han q k mare 10th class k sir itna acha tha onho na huma c++ ma practical karwaya howa ha is lya c++ ka ya data typ variable or comments sub mujha python ma sumjh a rehe ha or harry bhai ap ka bhe bht bht shukrya ap na ya ply lost post ki ha u tub pa 🥰🥰🥰🥰🥰

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

    Zehar Series h abhi tak !! toh
    future Secure h. Upcoming Generation will also Learn through this Channel
    Excellent Content With Lot of Efforts and Hardwork
    I really Appreciate

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

    This course is awesome 🔥🔥

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

    Hey, Thank you so much Harry for the amazing YT learning sessions.
    I am a non-coder and learning coding
    Doubt:
    How to use list1 and dict1
    why different brackets are used for both list1 and dict1
    why its named list1 and dict1..We could name it anything after all it is just a variable?

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

      Hi bro, list1 one and dict1 are just names and yes you can totally use any other names which is not already a built in function in python. And the reason for using different brackets is cleared in upcoming videos by harry sir.

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

      @@jatinraghuwanshi6094 Thank you will surely check those

  • @VarinderBhandari-cl9wd
    @VarinderBhandari-cl9wd 24 дня назад

    I am 9 and I know 8 languages they are: French, hindi, English, Dutch, Japanese, Python, Punjabi, Scratch 1,2,3

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

    Day #6 done ✅ sirrr thank you sooo much 💖

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

    i liked my own comment 😃

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

    #HarryBhai, had a quick question: Can you please explain the working and development of Drag and Drop website builders (Ex. Wix, Blogger) and app builders (Ex. Kodular, Android Builder, Appcreator 24, Appsgeyser).

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

      Why only him? You can search up anywhere else on the internet

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

      Relax aarizish bro

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

      @@andrejohnv Oh yah! 😌

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

      @@swapneel9276 Tried but failed

  • @NatureLOVER-gi5cs
    @NatureLOVER-gi5cs Год назад +1

    day 6 completed. Thank u broda.

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

    Hi Harry ,
    You are the best teacher in my world ...May be in all over the world you are best .

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

    love your good work harry you are my most intelligent teacher from now

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

    Thnku sir really...👍

  • @ProgrammingOskar-nm4iw
    @ProgrammingOskar-nm4iw Год назад +1

    day 6 done 😊

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

    Yayy! Got to Day-6 and when he said "aap 1x pe he dekh rhe ho is video ko" LOL I was watching it on 1.5x because I was brushing up my concepts so that totally caught me off-guard😂

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

    literally yaar you are the best trainer ever in my programming study..👍👍

  • @ParavSharma-p5h
    @ParavSharma-p5h 19 дней назад

    Thanku for teaching us in a simple way bro. ❤❤ and content is so osam

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

    Bro the way you are explaining the topics is next level thank you for giving us these kinds of lectures but the only one problem is words little small see comfortably

  • @SagarYadav-eo1iv
    @SagarYadav-eo1iv 10 месяцев назад

    never knew coding will be this easy, thanks dude. have any one told you, look like Rohit Sharma Indian cricket team captain.

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

    I clearly understand the python program you are talking about. What I am asking you is, would it be possible to send the topic explanation notes on your computer?

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

    bhai intro ne dil le liya.. pure din ke kaam ke baad 11:30 baje aya or ye intro dekh le boost aagaya..💓

  • @komalpreetkaur4634
    @komalpreetkaur4634 11 месяцев назад +1

    This man being an expert still knows very well that how a student thinks ...This is the real teaching .....he is teaching with student point of view...Thank you brother

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

    present sir and i learn this class very honestly

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

    you doing a fantastic job boss

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

    I am Present

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

    sir i am in class 1oth and your explnation is too good , i think if any another class of student like 6th or 7th student want to learn python ,they can do it easily

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

      i AM a 7th grader

  • @SURESHKUMAR-rr2ng
    @SURESHKUMAR-rr2ng Год назад

    very excellant teacher i am in class 9 but i am able to understand all things my brother that is now IIT kerala suggested you and now i am with you thankx a lot for your time🥰🥰🥰🥰🥰🥰🥰🥰🥰😍😍😍😍😍😍and i am a boy kabi emoji to dakar girl samaj lo hahhahahaha