0
How to connect sql server with python?
SQL server connection procedure.
3 odpowiedzi
+ 6
Try it with sqlite3:
https://code.sololearn.com/csyhsIovmZJ3/?ref=app
- 1
I dont know Bro I just started can you please explain for me what is hello world
- 1
download anaconda Python 3.6. after that open anaconda navigator. open Spyder IDE. type print("hello world") select the line and press Ctrl+ enter