Message from Python discussions

November 2018

— He guys friend of mine needs a 1-2-1 tutorial on ML for his College Project.

— 

Eventhough i have no idea i will try to google it.. actually I am trying to open grib2 file for meteorology data and it require gdal

— He will reward

— For the wheel use this link:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal

then install it using pip on cmd:

c:\Python27\Scripts\pip.exe install GDAL-X.Y.Z-cp27-none-win_XYZ.whl


for more see:
https://gis.stackexchange.com/questions/2276/installing-gdal-with-python-on-windows

Message permanent page

— How to take user input in sqlite3 in Python. 3.7.1

— What do u mean? explain it further pls

— Method not working

— Try this:
cur.execute("INSERT INTO details VALUES (NULL,?,?,?)", (name, address, contact))

— Ok trying this method

— Hi

— Same problem

— Not working