Hey guys
I am currently in the 3rd year of my Bsc Applied Mathematics and Computer Science at UNISA .My field of interest is Data science and/or Embedded systems.
My question is what do i need to know and be able to do ,to be able to apply for Junior roles in Data science specifically.Should...
In an attempt to interface with a webservice on a Windows 7 server I have started writing the following:-
#!/usr/bin/python
import time
from suds.client import Client
url = "http://192.168.0.10//CISWebService/Mediamanager.asmx?WSDL"
client = Client(url)
print client
result =...