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.
with this 1 video I got a full clarification on my work .Thank you sir...
Easiest way to understand database connectivity ......Thank You sir
Excellent teaching 🎉
Thank you sir you make all the things so easy to understand 😊
Good explanation sir..
very insightful thank you . Good job
Nice to learn lot of things in this video, sir
thank you for the basics, this helped a lot to understand MYSQL connection using python.
thank you and congratulation sir
I am grateful that I found your video...to understand.....you make me to understand in very easy way. Thankyou so much 🥺
Good job sir 🙏
Very clear explanation. 👌
Thank you.
super sir 👍
really helpfull :)
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
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
th-cam.com/video/6dC0xjdIPZ0/w-d-xo.html
Tq sir
Sir same process will be work in oracle sql Plus also?
Sir, I am getting module not found error
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 U May Start. Upload the video on DBMS. Plzzzz start uploading the videos.....
Sir, please Make video on HTML and CSS
th-cam.com/play/PLLOxZwkBK52Bzp31ECPr_yk0tZfpBtGcX.html
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
Hi sir, can you provide full video for this course.
Thank you for providing valuable videos.
Sir, while I executing print (conn), I'm getting not supported error
Sir...Pls provide the Mysql installation guide for windows7
Hi sir, still I didn't complete Python for beginner. Shall I continue with this ?
No
Sir what is the difference between SQL plus and my sql
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
how to download that mysql connecter library
my python and mysql is not connecting...it just shows many error...i cant find a way
sir i am getting the below error , can u plz help me
Pycharm idle lo eala cheayali
Do for java also sir
Sir Do for java also
The main part was to creating the table and that was missing!!
jdbc connection to java videos pin me sir
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