Python Programming Course in Hindi (Advanced) 🔥

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

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

  • @CodeWithHarry
    @CodeWithHarry  4 года назад +669

    This is the advanced python tutorial for everyone who knows python to some extent.
    I have covered the python basics in another video (12hr video).
    If you share this video on instagram, dont forget to tag me in your story: instagram.com/CodeWithHarry

    • @2dboys230
      @2dboys230 4 года назад +16

      Sir pls shoutout me I am biggest fan pls list ke in your students list

    • @karruramesh9798
      @karruramesh9798 4 года назад +10

      Bro learning python near u perfectly

    • @ritesh1480
      @ritesh1480 4 года назад +6

      Please read my comment

    • @Rahul-cq6bh
      @Rahul-cq6bh 4 года назад +7

      😇

    • @atharvayadav3242
      @atharvayadav3242 4 года назад +5

      Very intresting...🎉🔥

  • @aryamansharmaxinonmedical3474
    @aryamansharmaxinonmedical3474 4 года назад +206

    So hard working man on RUclips. You always deserve 1 m views

    • @aerospacebriefcase2290
      @aerospacebriefcase2290 4 года назад +2

      @@tricksworld5101 not 1 million but 900K surely till the end of 2020!

    • @akgang602
      @akgang602 3 года назад +1

      Yeha

    • @aerospacebriefcase2290
      @aerospacebriefcase2290 3 года назад

      @@akgang602 hi qubix

    • @sw_2421
      @sw_2421 3 года назад +2

      Not 1m he got 2m views

    • @llawliet9045
      @llawliet9045 3 года назад +4

      Not only 1m 10000000000000000000000000x10000000000000000000000000m subscribe

  • @samiulkhan3744
    @samiulkhan3744 4 года назад +1064

    Sir jii app doremon ho mera liye.. zindagi sawar diye appne.,.❤️

  • @prakhars962
    @prakhars962 2 года назад +17

    1:36:59 For those who don't understand the usage of '>' while writing the requirements to txt file. '>' is a bash syntax used to write the output from the left side command to filename on right side of the command. To append contents instead of overwriting the existing file use '>>'. But of course don't use '>>' while making a requirements file for a virtualEnv.

    • @ujjwal2473
      @ujjwal2473 2 года назад +2

      Thank you!

    • @prakhars962
      @prakhars962 2 года назад +1

      @@ujjwal2473 oh you went that far. Try to finish the video

    • @ujjwal2473
      @ujjwal2473 2 года назад +1

      @@prakhars962 yes surely will :)

    • @ushayadav8614
      @ushayadav8614 2 года назад

      COMPLETE 🐍 PYTHON NOTES IN ONE PDF
      LINK ***
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html

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

    Completed this course 10 December 2022 - (Time:- 17:58)
    Thanks A Lot Harry!

  • @codifyit5567
    @codifyit5567 3 года назад +84

    56:00
    This course is really really helpful. I will recommend this to all my friends. I salute the hardwork that you made for making this video.

    • @rakeshmanjunath1119
      @rakeshmanjunath1119 2 года назад

      56:00 thank you v much harry sir ..very very nice of you

    • @ushayadav8614
      @ushayadav8614 2 года назад

      COMPLETE 🐍 PYTHON NOTES IN ONE PDF
      LINK ***
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html

  • @amishibansal
    @amishibansal 3 года назад +218

    Just finished the video it took me 15 days to get through both the python videos. Hats off to your efforts in making these detailed videos. I had an amazing learning experience!

    • @Hiroshi_Yo
      @Hiroshi_Yo 3 года назад +1

      Now what's your plan ..

    • @SuperANEET
      @SuperANEET 3 года назад +12

      @@Hiroshi_Yo lol uska plan jaan ke kya krega

    • @Hiroshi_Yo
      @Hiroshi_Yo 3 года назад +30

      @@SuperANEET tu ye jaan ke kya karega ki mein uska plan jaange kya karunga 😝😝😂😂

    • @SuperANEET
      @SuperANEET 3 года назад +12

      @@Hiroshi_Yo wah beta wah, moj krdi

    • @DP-qk9sl
      @DP-qk9sl 2 года назад +3

      @@Hiroshi_Yo तुम तो बड़े हेवी सारकेस्टर हो😂

  • @ayushparmar454
    @ayushparmar454 3 года назад +15

    3:22:29
    print("Thank you harry bhai for teaching us this course")
    it was really helpful..
    i have completed this course and printed the notes copy and also i have created/written my own notes..
    thank you so much for everything.
    i was zero before this course...
    but now i can say i will always get better and be a hero some day.
    thank you once again.

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

    1:02:15
    lis=[1,2,3,4,5,6,7]
    newList=[]
    for index, item in enumerate(lis):
    if index in [2,4,6]:
    newList.append(item)

    print(newList)

  • @vaishnavimokadam9060
    @vaishnavimokadam9060 3 года назад +49

    Dear Harry Sir!!
    I attend this course from beginning and reached upto this level, the content of course and your teaching is really amazing, worth to learn it from you, it's really very well. Thank you so much ❤

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

    00:01 Advanced Python Programming Course with chapter 2 projects
    02:01 Using exception handling in Python programming
    06:40 Handling exceptions in Python programming
    08:57 Handling errors in Python programming
    13:21 Different types of roles have to be handled in Python programming.
    15:31 Exception handling in Python allows you to handle errors or exceptions that may occur during program execution.
    20:09 Handling different roles in Python programming
    22:11 Python Programming Course - Advanced Concepts
    26:32 Python Programming Course in Hindi (Advanced)
    28:51 Deal with garbage heaps in TRAI
    32:52 Python programming course in Hindi
    35:09 The video discusses various topics related to Python programming.
    39:23 Python programming with a focus on modules and entry points
    41:20 Understanding global and local variables in Python
    45:49 Python Global Variables and Enumerate Function
    47:49 Reducing hard work in Python programming
    51:58 Taking only even numbers from a list in Python
    54:13 List comprehension is a concise way to create lists in Python.
    58:19 Reading and printing file contents in Python.
    1:00:14 Python Programming Course in Hindi (Advanced) 🔥
    1:04:29 Learn how to print multiplication tables in Python
    1:06:37 Python Programming Course in Hindi (Advanced)
    1:10:51 Advanced Python Programming Techniques
    1:12:51 Python Programming Course in Hindi (Advanced) 🔥
    1:16:48 Python Programming Course in Hindi (Advanced)
    1:18:56 Virtual PNB is a package that helps enhance the Python environment.
    1:23:07 Windows Powershell
    1:25:03 Activating and using the system environment for projects
    1:29:16 Understanding the usage of system interpreter and micro ATM in Python programming
    1:31:07 Python programming commands and installations explained.
    1:35:03 Installation of necessary tools and packages for Python programming
    1:37:07 Installed an extension named Edison Kaun for funny icons.
    1:41:15 Installing Python packages and creating a new environment
    1:43:17 Learn about land of functions and calendar functions
    1:47:35 Learn about the join method in Python programming
    1:50:17 Using join() function to combine elements of a list into a single string
    1:54:36 Formatting and printing strings in Python
    1:56:45 Exploring coding and using the index
    2:01:23 Creating and using functions to manipulate lists in Python
    2:03:46 Explaining the process of folding a sequence and making corrections.
    2:08:00 Python programming course in Hindi, covering advanced topics
    2:10:07 Introduction to advanced Python programming concepts.
    2:14:10 Installing Python packages with requirements and tasty
    2:16:07 Requirements for Tasty package
    2:20:31 Generate Multiplication Table Vertically
    2:22:48 Label anything with force name
    2:27:30 The video discusses the use of the reduce function in Python programming.
    2:29:37 Creating a web server and using modules in Python
    2:33:50 Learn advanced Python programming in Hindi
    2:35:45 Python Programming Course in Hindi (Advanced) 🔥
    2:39:39 Creating a library class to store and display books
    2:41:42 Python programming course covers advanced topics
    2:45:41 Creating functions and handling book availability in the library
    2:48:03 Python Programming Course in Hindi (Advanced)
    2:52:32 Creating a library management system in Python
    2:54:38 Developing a library to manage student records and books
    2:59:16 Listing all books and implementing return gift feature
    3:01:39 Creating and returning a book object in Python programming
    3:07:34 Availability of Books
    3:11:25 Learn Python for web development with HTML, CSS, and JavaScript
    3:13:14 Learn HTML CSS and JavaScript for web development
    3:16:48 Python Programming Course in Hindi (Advanced) 🔥
    3:18:39 Resources on Pimple or Machine Learning
    3:22:06 Python Programming Course in Hindi (Advanced)

  • @payelpal8775
    @payelpal8775 2 года назад +6

    56:03 This course is one of the best python advanced tutorials. Hats off for making this course and also giving notes and questions for free.

  • @Aniket-dalvi07
    @Aniket-dalvi07 2 года назад +1

    02:21:02 shortcut for this
    a = input("enter the name:
    ")
    b = input("Enter the marks:
    ")
    c = input("Enter the phone number:
    ")
    print("The name of student is {}, his marks are {} and the phone number is {}".format (a, b, c))

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

    Chapter 12
    Exception handling 2:00
    try = 4:55
    except = 8:48
    raising exception = 22:20
    try with else clause = 27:18
    try with finally = 29:45
    __name___ = main 34:00
    global keyword = 41:30
    enumerate function 51:10
    List comprehension = 51:1
    Virtual environment = 1:15:25
    Pip freezs command 1:36:05
    Lambda functiony 1:43:23

  • @cryptofacts5833
    @cryptofacts5833 4 года назад +4

    a=input('Enter a number:')
    a=int(a)
    square=(a*a)
    print('Square of a is ',square)

    • @YO-zl7tm
      @YO-zl7tm 4 года назад

      squre=lambda x: x*x
      a=int(input('Enter a number:'))
      print(squre(a))

  • @southpawsailor4443
    @southpawsailor4443 4 года назад +21

    Bhagwan Harry bhai aur unki family ko lambi umar dein.😊 What an easy way of teaching with excellent content and notes that too without any charges. Hats off.🎩

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

    1:07:26
    def divide(a,b):
    c=a/b
    return f"the division is {c}"
    try:
    a= int(input("Enter the first Number: "))
    b= int(input("Enter the Second Number: "))
    print(divide(a,b))
    except ZeroDivisionError as e:
    print("You enter 0 as denomenator and result is infinite..")
    finally:
    print("Programe is completed..")

  • @ashishashish-di3cg
    @ashishashish-di3cg 4 года назад +97

    Meme Bina course ko dekhe like kiya kyuki muje biswas he ki course damdar he

  • @rajanprasad1213
    @rajanprasad1213 3 года назад +21

    My passion is coding and Harry sir you made my dreams come true, hope God will always keep you happy and healthy, thank you so much!!!!!!!

  • @thecreatorsorav-tcs
    @thecreatorsorav-tcs 2 года назад +5

    56:18 amazing I am done basic of python today morning and on a way to complete advanced python ..
    Thank you so much bro 💞

  • @dhairyavasavada740
    @dhairyavasavada740 2 года назад

    2:24:05
    def multiplication(num):
    l2=[]
    for i in range(1,11):
    l2.append(print(i*num))

    multiplication(7)

  • @nullpointer500
    @nullpointer500 4 года назад +112

    56 Dislikes are from the people who had already spent money to buy python course from udemy and coursera 😂😂

    • @qwertyphysics
      @qwertyphysics 3 года назад

      I hacked both of them and accessed all the courses for free of cost

    • @devilgaming5543
      @devilgaming5543 3 года назад

      @@qwertyphysics you cracked by bruteforce lmfao

    • @ruchirlimaye
      @ruchirlimaye 3 года назад +1

      @@devilgaming5543 is it possible ? i think u can access the course but cant get a certificate

    • @preetirani9108
      @preetirani9108 3 года назад

      I am regretting to purchase a identify course for 455

    • @Vulkitssingh
      @Vulkitssingh 3 года назад +1

      Realy who can dislikes this video 😩

  • @MiyaBhai-dj4on
    @MiyaBhai-dj4on 4 года назад +276

    2 min silence for udemy,coursera users ....LOL😂😂

    • @Channel-gv2gw
      @Channel-gv2gw 4 года назад +9

      😂😂why only two minute 🤣

    • @MrBOB-bo8fw
      @MrBOB-bo8fw 4 года назад +9

      Don't waste your time😂

    • @ruchitagoel6986
      @ruchitagoel6986 4 года назад +8

      If you keep silence whole year than also they will not get peace 😂

    • @artishsharma7859
      @artishsharma7859 4 года назад +3

      @@ruchitagoel6986 😂😂THUF LIFE

    • @ruchitagoel6986
      @ruchitagoel6986 4 года назад +1

      @@artishsharma7859 I am her son Ashu

  • @samarthbehl4190
    @samarthbehl4190 3 года назад +5

    NEVER THOUGHT THAT I WOULD BE ABLE TO FINISH YOUR PYTHON COURSE THANKS A LOT!

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

    56:06
    def greet(name) :
    Print(f"Haa yaar {str(name) } maja arha he")
    greet("harry bhai")
    Output:
    Haa yaar harry bhai maja arha he

  • @a.kproductions8343
    @a.kproductions8343 3 года назад +9

    56:02
    Enjoying the course very much. Thanks for creating this type of programming video's for beginners, this help me a lot.👌👌

  • @garvsawa7352
    @garvsawa7352 4 года назад +70

    And the genius arrives with another one!!!!!!😎😎

    • @garvsawa7352
      @garvsawa7352 4 года назад +4

      Harry bhai reply bhi kr dete....😍

    • @kisuuu8086
      @kisuuu8086 4 года назад +3

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @seldon1198
      @seldon1198 3 года назад

      @@kisuuu8086 how you make

  • @ashutoshsahu9499
    @ashutoshsahu9499 2 года назад

    1:00:35
    Chapter -12 practice question 1 , another way
    i=1
    for i in range(1,4):
    try:
    with open(f"{i}.txt","r") as f:
    print(f"The file name {i}.txt exists")
    i+=1
    except:
    print(f"The file {i}.txt does not exist")

  • @rajnishyadav5842
    @rajnishyadav5842 4 года назад +67

    ROADMAP FOR 4TH YEAR STUDENTS TO GET PLACED IN IT COMPANIES ♥️ like you made last video on data scientist
    Guys give like if you want too ✌️

    • @tech_wizard9315
      @tech_wizard9315 4 года назад

      2020 batch k liye roadmap chhaiye

    • @RedmiA-tv8oe
      @RedmiA-tv8oe 4 года назад

      I'm 14 year

    • @kisuuu8086
      @kisuuu8086 4 года назад +1

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @AryanKumar-lv9qx
      @AryanKumar-lv9qx 4 года назад +1

      @@kisuuu8086 Ok then tell me

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@AryanKumar-lv9qx Go to Channel " K14 Coder " it's my channel & there you will find that video , you can easily find that video in my channel because few videos are thers just scroll down the video section & Subscriber & like if you like that !

  • @asolutezero1304
    @asolutezero1304 3 года назад +42

    Truely , finding a teacher like him is more than finding true master.

    • @amitshukla.program
      @amitshukla.program 2 года назад

      Correct

    • @ushayadav8614
      @ushayadav8614 2 года назад

      COMPLETE 🐍 PYTHON NOTES IN ONE PDF
      LINK ***
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html

    • @ushayadav8614
      @ushayadav8614 2 года назад

      COMPLETE 🐍 PYTHON NOTES IN ONE PDF
      LINK ***
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html
      ruclips.net/video/JrUlT0Khn84/видео.html

  • @kapilyadav8705
    @kapilyadav8705 3 года назад +5

    55:59 yes bro I really enjoy it thank you so much for make easier to learn all programming languages

  • @shubhamaing
    @shubhamaing 2 года назад

    num = int(input("Enter a number to make table of it : "))
    table = [num*i for i in range(1, 11)]
    with open("table.txt", "w") as f:
    f.write(str(table))
    print(table)

  • @abhishekjoshi5928
    @abhishekjoshi5928 2 года назад +18

    56:00
    This course is so, so awesome that even a beginner like me is able to make programs in Python now. Thank you Harry bhaiya !! 😇😇

  • @MuhammedHaseen
    @MuhammedHaseen 2 года назад +4

    Daily mission
    Sixteenth day
    Overview - Advanced Python Course: 00:00:00 : (completed)
    Chapter 12 - Advanced Python 1: 00:01:12 : (completed)
    Chapter 12 - Practice Set: 00:56:12 : (completed)
    The only one to, go lets goooooooooo!!!!!!!!!!!!!!!
    Eighteenth day
    Chapter 13 - Advanced Python 2: 01:14:52 : (completed)
    Chapter 13 - Practice Set: 02:10:49 : (completed)
    now the time has come that me to finish it
    Project 3 - Library Management System: 02:37:29 :(completed)
    Man I am so happy right now that I can't explain 15 hours, of course, finished in 18 days

    • @yesname96
      @yesname96 2 года назад

      Congratulations :D

  • @valeedinamdar5630
    @valeedinamdar5630 3 года назад +4

    56:06 Already enjoying this course Harry bhai....
    Thank you for such a great course.

  • @TheComputerScience09
    @TheComputerScience09 3 года назад +5

    Chapter 13 - Advance Python 2
    Time Step : 1:28:38
    ModuleNotFoundError : No module 'pygame'

  • @pratik5648
    @pratik5648 4 года назад +84

    Disclaimer: Udemy, Coursera etc Not Harmed In this Video😅😅

    • @ultraodia4492
      @ultraodia4492 4 года назад

      😅😅😅😅😅

    • @rahilgaming4825
      @rahilgaming4825 4 года назад +3

      Aisa kuch nahi hai lekin bo certificate dete hai isliye paise lete hai idiot

    • @Kannwal_Siingh
      @Kannwal_Siingh 4 года назад +9

      @@rahilgaming4825 udemy ka certificate kahi nai chalta

    • @deveshyadav7830
      @deveshyadav7830 3 года назад

      Coursera pe to koi bhi course dekh skte ho free me audit krke paisa bas certificate ka dena hota hai. There are some good courses there also.

    • @ishaangupta2927
      @ishaangupta2927 3 года назад

      100% harmed

  • @kunalmarathe3472
    @kunalmarathe3472 2 года назад +4

    I finally completed the entire 15 hr video...Damn! , this feels great.
    Thanks a lot, Harry bhaiya.

  • @devchauhan6638
    @devchauhan6638 2 года назад

    2:28:38 I have done this problem by another method .
    def fun(a,b):
    if a

  • @Diversifiedknowledge
    @Diversifiedknowledge 3 года назад +5

    55:59 Ha, Bahoot maja aa raha hai! You are teaching really well. Advance bas naam se lag raha hai but after your explanation that's looking easy!

  • @anubhavjha7704
    @anubhavjha7704 2 года назад +12

    55:59 Really very enjoyable!
    I am also writing down your notes in a fresh copy, all in a systematic way 😊

  • @coolsai
    @coolsai 4 года назад +17

    55:00 this course is op 🔥❤️

  • @shubhamaing
    @shubhamaing 2 года назад

    56:40
    try:
    with open("1.txt", "r") as f:
    print(f.read())
    except Exception as e:
    print(e)
    try:
    with open("2.txt", "r") as f:
    print(f.read())
    except Exception as e:
    print(e)
    try:
    with open("3.txt", "r") as f:
    print(f.read())
    except Exception as e:
    print(e)

  • @txicyt9949
    @txicyt9949 3 года назад +5

    56:04 bahut mazedar hai yeh course harry bhai!!!!!!!!!!!!!!!

  • @rasselnijam
    @rasselnijam 3 года назад +4

    56:05 yes you make the programming enjoyable.. Thanks Harry

  • @tyson1019
    @tyson1019 4 года назад +4

    You r the most valuable gem of RUclips

  • @SheikhAtifiOS
    @SheikhAtifiOS 2 года назад

    01:06:38 table={key:value for (key,value) in zip(range(1,11), [val*i for i in range(1,11)])}

  • @rvr781
    @rvr781 4 года назад +5

    Dear Harry, I am falling short of word to admire you. You simplified concepts!! Genius👍

  • @salmantahir4770
    @salmantahir4770 4 года назад +8

    "This Advance Python course is Helpful"

  • @bhupeshrawat
    @bhupeshrawat 4 года назад +56

    This Advanced Python Course is Helpfull.

    • @kisuuu8086
      @kisuuu8086 4 года назад +2

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @bhupeshrawat
      @bhupeshrawat 4 года назад +1

      @@kisuuu8086 yes

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@bhupeshrawat Okk Bro A Channel Of My small brother " He founded that projects " when upload that video then I inform you ...Okkk Bro.." I'm also shocked to see that projects " Wonderful project forever,
      One thing, You know GUI Tkniter beacuse projects based on that

    • @bhupeshrawat
      @bhupeshrawat 4 года назад

      @@kisuuu8086 no I'am going to start OOP.

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@bhupeshrawat Okk

  • @niteshsoni2282
    @niteshsoni2282 2 года назад +1

    sabse sahi kaam aap kr rhe ho.............i love your way of teaching.............

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

    3:23:32 finally completed your python course Harry Bhai !!!
    Thank you so much for this WONDERFUL course!
    Now I am feeling confident about learning HTML , Js , And CSS ..
    And also i will soon start machine learning
    THANKYOU again o7 :D

  • @mdmatiurrahman7373
    @mdmatiurrahman7373 4 года назад +5

    3:23:28 at last again....
    And I will see you next time...bye...
    Now Python is clear tome...thank you.....every concept is clear like water......
    thanks sir....love you.....😘😘😘😘😘❤❤❤❤❤🧡🧡🧡🧡🧡

  • @ishaanpatil418
    @ishaanpatil418 3 года назад +48

    I really appreciate Harry's effort in this. He not only made such long videos but also made notes for us that too for free. All i want to say is: Thank you Harry for such an amazing course ❤

  • @inspriongaming4992
    @inspriongaming4992 2 года назад

    Q1 -
    def readfile(filename):
    try:
    with open(filename,"r")as f:
    print(f.read())
    except FileNotFoundError:
    print("The File Was Not Found In Your Computer Press 'w' To Make It Existing")
    readfile("1.txt")
    readfile("2.txt")
    readfile("3.txt")
    jk =input("")
    if jk =="w":
    with open("2.txt","w") as f:
    f.write("Created ok")
    print(jk)

  • @tonystark8493
    @tonystark8493 4 года назад +7

    i am 12 years old and was able to learn python because of you thank you 😁😁

    • @gamerambuj2001
      @gamerambuj2001 4 года назад +1

      Me 13 year old and it is easy to learn

    • @tonystark8493
      @tonystark8493 4 года назад

      @@gamerambuj2001 Agreed it was easy for me too

    • @tonystark8493
      @tonystark8493 4 года назад

      @@gamerambuj2001 do you play valorant

    • @gamerambuj2001
      @gamerambuj2001 4 года назад

      @@tonystark8493 yes

    • @tonystark8493
      @tonystark8493 4 года назад

      @@gamerambuj2001 will you play with me

  • @rushipankade1882
    @rushipankade1882 3 года назад +7

    Just finished both py courses. I had an amazing experience learning python from your notes and teachings. I am already looking forward to jumping on project of yours....jarvis AI, real estate ML videos. Great work bhaiya!

  • @mdmatiurrahman7373
    @mdmatiurrahman7373 3 года назад +18

    3:22:06
    Best video ever...Love you, sir...Bye And I will see you in the playlist of Django...Assalamualaikum....

  • @shilpagupta53
    @shilpagupta53 2 года назад +2

    55:59 Haan maja aa raha hai and this python course is very helpful
    1:28:44 It will throw an error as pygame is installed in venv and not in system interpreter. Now u are using system interpreter
    I really thanks Harry for his effort in teaching python full course for free. Hats off to "Harry"

  • @davidmiller3579
    @davidmiller3579 3 года назад +6

    Harry bro deserves not just subscribers but all the love we shower on him, who does this kind of selfless help to others and impart the knowledge I always had a challenge with coding but this is now a really important skill, I able to write small scripts now only after I watched his beginner course in Hindi with notes (I printed all of them), and now we have the advance course as well, cheers bhai thanks for this.

  • @underworld-of-gaming
    @underworld-of-gaming 3 года назад +5

    3:22:00 khatam ho gaya aaj pura course thanq ❤️ sar ji🥰😘😁

  • @rutvikrana512
    @rutvikrana512 4 года назад +5

    Very good Course, very informative 💕
    One request is you have missed few topics, which should be considered as Advanced:
    1. Recursion
    2. Custom Iterator classes making
    3. Generators and yield keyword
    4. Full reference of Dunder methods
    5. Assertion

    • @kisuuu8086
      @kisuuu8086 4 года назад

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @vishalkumawat9146
      @vishalkumawat9146 4 года назад

      @@kisuuu8086 tell me bro

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@vishalkumawat9146 Okk Now I'm happy that You are excited, So go on my small brother's youtube Channel which names " K14-coder" & go into video section and a video is available Okk, Goo ! Now & Subs Pleaseee if You like that 😀 Thanks

    • @vishalkumawat9146
      @vishalkumawat9146 4 года назад

      @@kisuuu8086 can you please give me link

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@vishalkumawat9146 Okk Bro wait A minute

  • @inspriongaming4992
    @inspriongaming4992 2 года назад

    Q3-
    li=int(input("Enter The Number"))
    table =str([li*i for i in range(1,11) ])
    print(table)
    print("If You Want To Save This Table In Your Computer As A Form of Txt File Press 'w' ")
    jk =input("")
    if jk =='w':
    with open("Table.txt2","w") as f:
    str(f.write(table))

  • @avinashkashyap51
    @avinashkashyap51 3 года назад +6

    I've been trying to learn python since long. Every time I pick up a book, I read it till 3-4 chapters and I get bored.
    Harry is the one who kept the interest and thrill persists, throughout the course.
    I've completed Harry's full Python tutorial for beginners and now on the Advance Python course.
    After completing this I'm planning to do his DJango course and eventually want to develop my own interactive website.
    And not to forget Josh is still high.
    while True:
    print("Thank you so so much Harry bro")

  • @bashuriyan8429
    @bashuriyan8429 4 года назад +65

    This channel is my second home

    • @akashbhade1305
      @akashbhade1305 4 года назад +3

      @Vyas Rudra I think you are on wrong place . You should watch mia Khalifa and sunny leones videos.

    • @yashbansal1414
      @yashbansal1414 4 года назад +2

      @Vyas Rudra Kasam se bhai mai bhi yhi bolne vala tha inn chuu logo ko 😂😂😂

    • @VanitaMahajan_1985
      @VanitaMahajan_1985 4 года назад

      @Code With Me hi

    • @alokkumar5123
      @alokkumar5123 3 года назад +1

      Tharki.........

  • @anitasrivastava344
    @anitasrivastava344 4 года назад +7

    Sir,if possible Data Structures and Algorithm with python ke bhi videos upload kr de.That would be very helpful

  • @shubhamaing
    @shubhamaing 2 года назад

    a = int(input("Enter first number : "))
    b = int(input("Enter second number : "))
    try:
    print(a/b)
    except ZeroDivisionError as e:
    print("Infinite")
    except Exception as e:
    print("Some other error occured.")

  • @030_souravbhattacharyya4
    @030_souravbhattacharyya4 3 года назад +4

    Just now completed this whole python series. And literally Harry bhai has made it amazinggg for me ( who really finds it hard to understand programming) . Thank you so much Harry bhai :)

  • @CHAITANYASHRIVASTAVARA
    @CHAITANYASHRIVASTAVARA 3 года назад +5

    Learned a lot from your videos, appreciate your efforts. Can't thank you enough 💖

  • @gauravkhampariya6081
    @gauravkhampariya6081 4 года назад +5

    Aage bhai - harry bhai
    Pichhe bhai -harry bhai
    Thanks for this video bro❤🙏
    Ps- only for wasseypur lovers😁

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

    56:00
    Yeah! Enjoying 😎😎😍😍❤❤.
    1:28:41
    since pygame was installed in venv but not in system, it will cause error- "ModuleNotFoundError: No module named 'pygame'".

  • @accm3229
    @accm3229 4 года назад +26

    Legend of roasting - carry
    Legend of coding - harry

    • @gauthampracharya9592
      @gauthampracharya9592 4 года назад

      teko python ka p pata hai kya?

    • @kisuuu8086
      @kisuuu8086 4 года назад +1

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @gauthampracharya9592
      @gauthampracharya9592 4 года назад

      @@kisuuu8086 i would love to! But i think i can help myself with online tutorials like this one. Thanks for the offer!

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

    3:06:23
    modify/better code of library
    class Library:
    def __init__(self,ListOfBooks):
    self.books = ListOfBooks
    s = "
    ".join(self.books)
    with open("list of books.txt","w") as f:
    f.write("0")
    with open("list of books.txt","r") as f:
    data = f.read()
    if data in self.books:
    pass
    else:
    with open("list of books.txt","w") as f:
    f.write(s)
    def DisplayAvailableBooks(self):
    print("Available books in library are ")
    for books in self.books:
    print(f" *"+books)
    def Borrow(self, Bookname):
    if Bookname in self.books:
    print(f"You have issued {Bookname}, please keep it safe and return in 7 days")
    self.books.remove(Bookname)
    return True
    else:
    print("Sorry the book is not available for current period of time")
    return False
    def ReturnBook(self, ReturnBook):
    with open("list of books.txt","r") as f:
    content = f.read()
    if ReturnBook in content:
    if ReturnBook in self.books:
    print("the book is already present")
    else:
    self.books.append(ReturnBook)
    return True
    else:
    print("this is not the correct book")
    return False

    class Student:
    def RequestBook(self):
    self.book = input("Enter the book name: ")
    return self.book

    def Returnbook(self):
    self.book = input("Enter the book name you want to return: ")
    return self.book
    if __name__ == "__main__":
    CentralLibrary = Library(["karma", "quantum", "geeta", "ramayan", "rigved"])
    student = Student()
    welcomemsg = '''
    ====== Welcome to Central Library ======

    Please choose an option:
    1. List all the books
    2. Request a book
    3. Add/Return a book
    4. Exit the Library'''
    print(welcomemsg)
    while(True):
    try:
    a = int(input("Enter your choice: "))
    if a == 1:
    CentralLibrary.DisplayAvailableBooks()
    elif a == 2:
    CentralLibrary.Borrow(student.RequestBook())
    elif a == 3:
    CentralLibrary.ReturnBook(student.Returnbook())
    elif a == 4:
    print("Thanks for choosing our library system. ")
    exit()
    else:
    print("Enter valid choice")
    except ValueError as e:
    print("invalid")

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

    Amazing teacher man!!
    Seriously...the best advanced python tutorial on youtube
    And you put in all this effort to make notes and make them available to us Harry sir. You are amazing!!
    Huge Respect and Love
    ❤️

  • @shivanshujha3970
    @shivanshujha3970 4 года назад +98

    The 49 people who disliked it are from whitehat jr., vedantu, toppr etc.....😆

    • @abhi_2104
      @abhi_2104 3 года назад +4

      True...bro😂😂😂

    • @koushik1947
      @koushik1947 3 года назад +3

      Yes XDDDD

    • @originaldoomgaming8178
      @originaldoomgaming8178 3 года назад +7

      They are children who copy code from harrys video in notepad and say code doesn't work

    • @KyaKarogeJaanKe54
      @KyaKarogeJaanKe54 3 года назад +3

      aaji sahi pakde hai

    • @parthmaheshwari9349
      @parthmaheshwari9349 3 года назад +3

      No I am from vedantu but still I watch all videos of harry and also likes them

  • @PSVibesYT
    @PSVibesYT 2 года назад

    54:31
    a = [2,1,3,4,8,6,32,543,34,54,123,453]
    b =[]
    # for item in a:
    # if item%2==0:
    # b.append(item)
    # print(b) normal method to appen list
    #shortcut to write the same output :
    # for finding the even number in list
    b = [i for i in a if i % 2 == 0]
    print(b)
    # for item greater than 8
    b = [i for i in a if i > 8]
    print(b)

  • @captainjacksparrow690
    @captainjacksparrow690 3 года назад +5

    29:40 Thank you for your concern towards us.

  • @raaga_rockz4317
    @raaga_rockz4317 3 года назад +4

    Huge shout out for "Harry"
    Lo, hamein Thankyou bol rehe hein
    Thanks to you man
    while (True) :
    Print("Thank you Harry, we love you, you are Amazing")

    • @1adrick
      @1adrick 3 года назад

      Syntax error

  • @ziauddinchouhan9051
    @ziauddinchouhan9051 4 года назад +4

    """
    People who are watching and learning this course
    They will remember this guy on their good career days of programming
    """

    • @kisuuu8086
      @kisuuu8086 4 года назад +1

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @VVan595
      @VVan595 4 года назад

      @@kisuuu8086 In what language ?

    • @manasdubey3081
      @manasdubey3081 4 года назад +1

      @@kisuuu8086 ok help me please

  • @abhinavpaliwal8432
    @abhinavpaliwal8432 2 года назад

    1:07:00 TABLE PROGRAM USING LIST COMPREHENSION
    a=int(input("Enter a Number: "))
    [print(f"""{a} * {i} = {a*i} """) for i in range(1,11)]

  • @chsworld2044
    @chsworld2044 3 года назад +20

    56:00 Han Maza aa raha h. "Appreciation from Pakistan"

  • @apexdaniyal1328
    @apexdaniyal1328 2 года назад +4

    56:05 bro I am 15 and I started following your course by recommendation from a friend...And there is no way I can believe myself being able to actually code!!! You are more than just a teacher and yesss I am freakin loving this and am optimistic and confident that soon I will be able to make awesome projects on my own!!!! Words cannot thank you much....Keep inspiring and lov u🤠

  • @vermaastha
    @vermaastha 3 года назад +6

    2:07:29 when do we use only "import reduce", and when do we use "from functools import reduce"?

    • @Hiroshi_Yo
      @Hiroshi_Yo 3 года назад

      Reduce is not any module it's a function in functools so we use from functools import reduce 👍👍 it will only import reduce function from functools.. 😁😁

    • @Hiroshi_Yo
      @Hiroshi_Yo 3 года назад

      Any another query ?? 🧐

  • @RakibulIslam-xy8tt
    @RakibulIslam-xy8tt 2 года назад +1

    1:24:55
    It throws an error to me as a Windows user. And I use this command 'Set-ExecutionPolicy Unrestricted -Scope Process' and after perfectly running virtualenv project then I use this command again to safe further process ''Set-ExecutionPolicy Default -Scope Process' and everything is worked fine. But while I'm trying to use pip in virtualenv project then Windows Security Scanner prompted me to run scanner but I ignored it.
    Thanks, Mr. Harry.
    We enjoyed your class.

  • @Diversifiedknowledge
    @Diversifiedknowledge 3 года назад +4

    1:28:27 It imports pygame in the system module if installed or throws an error and has nothing to do with the virtualenv.

  • @akmashikul1021
    @akmashikul1021 4 года назад +5

    sir bless for me I am going to participate in nationl programming contest . I have learnt python from your course. Bless for me so that I can made a good result and make your hard work sucessful. I am from Bangladesh.

    • @kisuuu8086
      @kisuuu8086 4 года назад

      Bro If You want to create a search engine like google that can search everything then...Reply me bro...I can help You because I made that search engine Okk..Bro !! Reply If you intrested.

    • @akmashikul1021
      @akmashikul1021 4 года назад

      @@kisuuu8086 inrested

    • @kisuuu8086
      @kisuuu8086 4 года назад

      @@akmashikul1021 Okk, My small brother have a channel, Okk !! He had found that project after a long time ...When He uploaded it, then I inform You, But One Thing!! You know GUI Tkniter ?? beacuse project based on it..?? Reply me

  • @kashyapsantoki4889
    @kashyapsantoki4889 4 года назад +7

    Great🔥

  • @jaypawar6217
    @jaypawar6217 2 года назад

    Hello Harry bhaiyaa..aapke knowledge aur aapke teaching ki mai kya hee baat karu...sabhko pata hai aap kya cheez ho.
    Pata hai iss video ke aakhir ke 12 minute aapke baare mai bohot kuch bata gae.. Aapki niyat , mehnat..woh bhi aise logo ke lie jinhe aap jaante tak nahi! Yeh baat aapki parvarish and aapke baare mai bohot kuch batati hai...
    Have been a big fan of your work...please aise hee rahie...aapko lambi umar lage yahi bhagwaan se prarthna taaki aise hee aap laakho baccho ko sikha paae...Literally aap jab batate hona..aisa lagta hai koi aisa insaan hai jisko aapke baare mai chinta hai aur ekdam bade bhai ki tarah samjhate ho.
    Thank you so much yaar...BHAIYAA!

  • @avaniavijit6951
    @avaniavijit6951 4 года назад +10

    while(True):
    print("This Advanced Python Course Is Helpful")

  • @shankarkarande4817
    @shankarkarande4817 3 года назад +7

    Finally All the joyful and invaluable lessons that you shared will always stay with us. I’m so thankful that you my teacher! Harry sir you are GOAT.

  • @AshokSharma-it8me
    @AshokSharma-it8me 2 года назад +3

    49:47 sir hamare yahan 4 rupaya mein ek page hota hai

  • @hitenmakwana7411
    @hitenmakwana7411 2 года назад +1

    Anyone facing problem to activate virtualevn then.......
    Window+I
    Update & security
    For developer
    Scroll down to bottom go to powershell
    Tick (change execution........)
    Hit apply
    It will be activate easily...

  • @mdmatiurrahman7373
    @mdmatiurrahman7373 4 года назад +6

    55:51 I am realy having fun......

  • @gururaj2199
    @gururaj2199 4 года назад +6

    2:29 to 2:30 . Kachra hai !!🤣🤣😂😂

  • @SalmanKhan-in3hl
    @SalmanKhan-in3hl 3 года назад +4

    55:59
    Mza aa rha hai bro

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

    56:00
    You made a computing language like python easier to a 12 year old child like me ❤❤

  • @parthmaheshwari9349
    @parthmaheshwari9349 3 года назад +4

    56:02 Haan maza aa rha hai

  • @gauravmasand
    @gauravmasand 4 года назад +4

    8:39 Harry bhai please 🙏🙏🙏 batana ki ap line ki starting ma space kasa Salta ho.

  • @abhi_2104
    @abhi_2104 3 года назад +11

    I'm chasing a very big dream of a start up and the only person helping me in this is HARRY❤️....Dil se THANK U🙏...

    • @Mayank-lf2ym
      @Mayank-lf2ym 3 года назад

      What will be the start up do ?

    • @abhi_2104
      @abhi_2104 3 года назад

      @@Mayank-lf2ym it's an social media app.. I've got some ideas which current social media platform don't have...

    • @indiccause2506
      @indiccause2506 3 года назад

      so basically you have an idea which is of horizontal scale not like 0 to 1 ideas, but still All the best

    • @jivanotkarshprerna1062
      @jivanotkarshprerna1062 3 года назад

      Best of Luck. . . . . . Thanks to Herry Guru ji.

  • @saikrishnac1354
    @saikrishnac1354 2 года назад +2

    55:59 Harry sir aapke python course dekh ke bilkul maza aa gaya. Thank you so much for such awesome explanation