Message from Python discussions

November 2018

— Guys

— 

Guys, I need to update the records in my SQL server with the values in my Excel sheet. How can I do that? Using python? Or any other tool?

— That's up to you, I guess

— Ok admin. Any suggestions and resources which make it easy?

— I mean, if you want to use python, go ahead

— But if you're still unsure, I did a google search for you https://duckduckgo.com/?q=update+sql+with+excel&t=brave&ia=web

Message permanent page

— Ty. I will make a quick research on it and proceed further

— Hi there. How can I filter my methods in a certain class by name using inspect.getmembers()?

I need something like inspect.getmembers(my_object, predicate=lambda m: m.get_name() == 'foo_bar')? (there is no m.get_name() unfortunately). Thanks.

Message permanent page

— ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory

— Does anyone know how to solve this

— You need to install this lib 🤷🏻‍♂️

— Are you using tensorflow?
https://github.com/tensorflow/tensorflow/issues/15604