It was useful sir. There is no doubt about that. Thank you sir. Can we connect Oracle Live SQL and Python (Google Colab). If yes, how? Please tell sir.
sir, thanks for explanation in your example showed mysql connection within the script. but i dont want like that. I want add my database connection details in config or env file , from there i need to read my question in real time we cannot add like your example right. do you have any video or doc pls share
Awesome Sir!!
Amazing explanation, current generation students must need a professor like you SUNDEEP sir.
Thanks for this video.
Easiest way to understand database connectivity ......Thank You sir
Excellent teaching 🎉
with this 1 video I got a full clarification on my work .Thank you sir...
Nice to learn lot of things in this video, sir
Good explanation sir..
very insightful thank you . Good job
thank you and congratulation sir
Thank you sir you make all the things so easy to understand 😊
Good job sir 🙏
thank you for the basics, this helped a lot to understand MYSQL connection using python.
Very clear explanation. 👌
Thank you.
I am grateful that I found your video...to understand.....you make me to understand in very easy way. Thankyou so much 🥺
really helpfull :)
super sir 👍
def avg(marks):
assert len(marks) != 0,"List is empty."
return sum(marks)/len(marks)
mark1 = []
print("Average of mark1:",avg(mark1))
mark2 = [55,88,78,90,79]
print("Average of mark2:",avg(mark2))
Sir.. i need continuous Python classes from the beginner to the web application development
Thank you sir
Super sir
Tq sir
Sir U May Start. Upload the video on DBMS. Plzzzz start uploading the videos.....
It was useful sir. There is no doubt about that. Thank you sir. Can we connect Oracle Live SQL and Python (Google Colab). If yes, how? Please tell sir.
Sir....In previous video we studied statistical functions not MYSQL installation. Pl provide the installation video....Thnx & Regards
ruclips.net/video/6dC0xjdIPZ0/видео.html
Sir, please Make video on HTML and CSS
ruclips.net/p/PLLOxZwkBK52Bzp31ECPr_yk0tZfpBtGcX
Hi sir, can you provide full video for this course.
Thank you for providing valuable videos.
sir, thanks for explanation
in your example showed mysql connection within the script. but i dont want like that.
I want add my database connection details in config or env file , from there i need to read my question
in real time we cannot add like your example right. do you have any video or doc pls share
Sir can make a video of online bus reservation system project using mysql and database connectivity plzzzz
How to import table into python from MySQL database
Sir...Pls provide the Mysql installation guide for windows7
Sir is this connection work for hotel management app development for frontend and backend. Can I go with this connection for doing simple project.
hello sir.... why do we need to create cursor object while connecting sir..?
Sir same process will be work in oracle sql Plus also?
Sir, I am getting module not found error
Hi sir, still I didn't complete Python for beginner. Shall I continue with this ?
No
Sir, while I executing print (conn), I'm getting not supported error
my python and mysql is not connecting...it just shows many error...i cant find a way
Sir what is the difference between SQL plus and my sql
Do for java also sir
how to download that mysql connecter library
Sir Do for java also
jdbc connection to java videos pin me sir
The main part was to creating the table and that was missing!!
sir i am getting the below error , can u plz help me
Pycharm idle lo eala cheayali
How to install mysql
throw some error like (ModuleNotFoundError: No module named 'mysql')
In command prompt use " pip install pymysql" and then follow this
the sound is not good I am quite disappointed
Thank you sir