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
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.
COMPLETE 🐍 PYTHON NOTES IN ONE PDF LINK *** ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html
COMPLETE 🐍 PYTHON NOTES IN ONE PDF LINK *** ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html
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!
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.
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 ❤
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)
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))
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.🎩
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..")
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.
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")
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 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 !
COMPLETE 🐍 PYTHON NOTES IN ONE PDF LINK *** ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html
COMPLETE 🐍 PYTHON NOTES IN ONE PDF LINK *** ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html ruclips.net/video/JrUlT0Khn84/видео.html
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)
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
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)
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 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
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
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.....😘😘😘😘😘❤❤❤❤❤🧡🧡🧡🧡🧡
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 ❤
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)
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!
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"
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.
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
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 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
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))
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")
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.")
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 :)
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'".
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.
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")
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 ❤️
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)
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.
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🤠
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.. 😁😁
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.
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.
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 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
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!
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...
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
Sir pls shoutout me I am biggest fan pls list ke in your students list
Bro learning python near u perfectly
Please read my comment
😇
Very intresting...🎉🔥
So hard working man on RUclips. You always deserve 1 m views
@@tricksworld5101 not 1 million but 900K surely till the end of 2020!
Yeha
@@akgang602 hi qubix
Not 1m he got 2m views
Not only 1m 10000000000000000000000000x10000000000000000000000000m subscribe
Sir jii app doremon ho mera liye.. zindagi sawar diye appne.,.❤️
Same here
Mast joke mara.jpeg 😆
Same
ye wala badhiya tha guru
@@imadeyouwaste1.84secondsre6 Ur name😂😂😂😂😂
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.
Thank you!
@@ujjwal2473 oh you went that far. Try to finish the video
@@prakhars962 yes surely will :)
COMPLETE 🐍 PYTHON NOTES IN ONE PDF
LINK ***
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
Completed this course 10 December 2022 - (Time:- 17:58)
Thanks A Lot Harry!
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.
56:00 thank you v much harry sir ..very very nice of you
COMPLETE 🐍 PYTHON NOTES IN ONE PDF
LINK ***
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
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!
Now what's your plan ..
@@Hiroshi_Yo lol uska plan jaan ke kya krega
@@SuperANEET tu ye jaan ke kya karega ki mein uska plan jaange kya karunga 😝😝😂😂
@@Hiroshi_Yo wah beta wah, moj krdi
@@Hiroshi_Yo तुम तो बड़े हेवी सारकेस्टर हो😂
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.
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)
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 ❤
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)
Thanks bro
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.
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))
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
someone please pin this comment
a=input('Enter a number:')
a=int(a)
square=(a*a)
print('Square of a is ',square)
squre=lambda x: x*x
a=int(input('Enter a number:'))
print(squre(a))
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.🎩
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..")
Meme Bina course ko dekhe like kiya kyuki muje biswas he ki course damdar he
Reply nahi kiya 🤔
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!!!!!!!
My passion also
56:18 amazing I am done basic of python today morning and on a way to complete advanced python ..
Thank you so much bro 💞
2:24:05
def multiplication(num):
l2=[]
for i in range(1,11):
l2.append(print(i*num))
multiplication(7)
56 Dislikes are from the people who had already spent money to buy python course from udemy and coursera 😂😂
I hacked both of them and accessed all the courses for free of cost
@@qwertyphysics you cracked by bruteforce lmfao
@@devilgaming5543 is it possible ? i think u can access the course but cant get a certificate
I am regretting to purchase a identify course for 455
Realy who can dislikes this video 😩
2 min silence for udemy,coursera users ....LOL😂😂
😂😂why only two minute 🤣
Don't waste your time😂
If you keep silence whole year than also they will not get peace 😂
@@ruchitagoel6986 😂😂THUF LIFE
@@artishsharma7859 I am her son Ashu
NEVER THOUGHT THAT I WOULD BE ABLE TO FINISH YOUR PYTHON COURSE THANKS A LOT!
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
56:02
Enjoying the course very much. Thanks for creating this type of programming video's for beginners, this help me a lot.👌👌
And the genius arrives with another one!!!!!!😎😎
Harry bhai reply bhi kr dete....😍
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.
@@kisuuu8086 how you make
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")
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 ✌️
2020 batch k liye roadmap chhaiye
I'm 14 year
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.
@@kisuuu8086 Ok then tell me
@@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 !
Truely , finding a teacher like him is more than finding true master.
Correct
COMPLETE 🐍 PYTHON NOTES IN ONE PDF
LINK ***
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
COMPLETE 🐍 PYTHON NOTES IN ONE PDF
LINK ***
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
ruclips.net/video/JrUlT0Khn84/видео.html
55:59 yes bro I really enjoy it thank you so much for make easier to learn all programming languages
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)
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 !! 😇😇
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
Congratulations :D
56:06 Already enjoying this course Harry bhai....
Thank you for such a great course.
Chapter 13 - Advance Python 2
Time Step : 1:28:38
ModuleNotFoundError : No module 'pygame'
pip install pygame
Disclaimer: Udemy, Coursera etc Not Harmed In this Video😅😅
😅😅😅😅😅
Aisa kuch nahi hai lekin bo certificate dete hai isliye paise lete hai idiot
@@rahilgaming4825 udemy ka certificate kahi nai chalta
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.
100% harmed
I finally completed the entire 15 hr video...Damn! , this feels great.
Thanks a lot, Harry bhaiya.
2:28:38 I have done this problem by another method .
def fun(a,b):
if a
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!
55:59 Really very enjoyable!
I am also writing down your notes in a fresh copy, all in a systematic way 😊
Same bro
will you Share it ?
55:00 this course is op 🔥❤️
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)
56:04 bahut mazedar hai yeh course harry bhai!!!!!!!!!!!!!!!
56:05 yes you make the programming enjoyable.. Thanks Harry
You r the most valuable gem of RUclips
01:06:38 table={key:value for (key,value) in zip(range(1,11), [val*i for i in range(1,11)])}
Dear Harry, I am falling short of word to admire you. You simplified concepts!! Genius👍
"This Advance Python course is Helpful"
This Advanced Python Course is Helpfull.
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.
@@kisuuu8086 yes
@@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
@@kisuuu8086 no I'am going to start OOP.
@@bhupeshrawat Okk
sabse sahi kaam aap kr rhe ho.............i love your way of teaching.............
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
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.....😘😘😘😘😘❤❤❤❤❤🧡🧡🧡🧡🧡
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 ❤
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)
i am 12 years old and was able to learn python because of you thank you 😁😁
Me 13 year old and it is easy to learn
@@gamerambuj2001 Agreed it was easy for me too
@@gamerambuj2001 do you play valorant
@@tonystark8493 yes
@@gamerambuj2001 will you play with me
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!
3:22:06
Best video ever...Love you, sir...Bye And I will see you in the playlist of Django...Assalamualaikum....
Nice!!!.
Congo u have done it
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"
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.
3:22:00 khatam ho gaya aaj pura course thanq ❤️ sar ji🥰😘😁
Mera aaj hua h🙂
@@Donotknowu ab age kya karoge🤔
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
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.
@@kisuuu8086 tell me bro
@@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
@@kisuuu8086 can you please give me link
@@vishalkumawat9146 Okk Bro wait A minute
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))
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")
Good code
This channel is my second home
@Vyas Rudra I think you are on wrong place . You should watch mia Khalifa and sunny leones videos.
@Vyas Rudra Kasam se bhai mai bhi yhi bolne vala tha inn chuu logo ko 😂😂😂
@Code With Me hi
Tharki.........
Sir,if possible Data Structures and Algorithm with python ke bhi videos upload kr de.That would be very helpful
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.")
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 :)
Learned a lot from your videos, appreciate your efforts. Can't thank you enough 💖
Aage bhai - harry bhai
Pichhe bhai -harry bhai
Thanks for this video bro❤🙏
Ps- only for wasseypur lovers😁
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'".
Legend of roasting - carry
Legend of coding - harry
teko python ka p pata hai kya?
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.
@@kisuuu8086 i would love to! But i think i can help myself with online tutorials like this one. Thanks for the offer!
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")
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
❤️
The 49 people who disliked it are from whitehat jr., vedantu, toppr etc.....😆
True...bro😂😂😂
Yes XDDDD
They are children who copy code from harrys video in notepad and say code doesn't work
aaji sahi pakde hai
No I am from vedantu but still I watch all videos of harry and also likes them
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)
29:40 Thank you for your concern towards us.
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")
Syntax error
"""
People who are watching and learning this course
They will remember this guy on their good career days of programming
"""
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.
@@kisuuu8086 In what language ?
@@kisuuu8086 ok help me please
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)]
56:00 Han Maza aa raha h. "Appreciation from Pakistan"
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🤠
2:07:29 when do we use only "import reduce", and when do we use "from functools import reduce"?
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.. 😁😁
Any another query ?? 🧐
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.
1:28:27 It imports pygame in the system module if installed or throws an error and has nothing to do with the virtualenv.
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.
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.
@@kisuuu8086 inrested
@@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
Great🔥
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!
while(True):
print("This Advanced Python Course Is Helpful")
@name Abe IIT ROORKEE se hoon chutiye
@@avaniavijit6951 hello bro..
@@najafnajmi210 hello brother
@@avaniavijit6951 bro aap iit se ho kya
@@najafnajmi210 haan bro
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.
49:47 sir hamare yahan 4 rupaya mein ek page hota hai
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...
55:51 I am realy having fun......
2:29 to 2:30 . Kachra hai !!🤣🤣😂😂
55:59
Mza aa rha hai bro
56:00
You made a computing language like python easier to a 12 year old child like me ❤❤
56:02 Haan maza aa rha hai
8:39 Harry bhai please 🙏🙏🙏 batana ki ap line ki starting ma space kasa Salta ho.
He has covered it in "vs code in 30 mins"
Press tab for moving in under the block and shift tab to move it outside a block
Thank you
@@torpezaincreible8692 Thanks
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🙏...
What will be the start up do ?
@@Mayank-lf2ym it's an social media app.. I've got some ideas which current social media platform don't have...
so basically you have an idea which is of horizontal scale not like 0 to 1 ideas, but still All the best
Best of Luck. . . . . . Thanks to Herry Guru ji.
55:59 Harry sir aapke python course dekh ke bilkul maza aa gaya. Thank you so much for such awesome explanation