Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~270 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Salman. S

My code: [CODE] from MySQLdb import * sql_q = '("6 bandicoot crescent doolandella brisbane qld","inala","3","7"),("inala brisbane","forest lake brisbane","3","9")' connection = connect(host = 'localhost', user = 'python', passwd = '******', port = 3306, db = 'logbook') cursor = connection.cursor() cursor.execute('INSERT INTO log VALUES' + sql_q) cursor.commit() [/CODE] I seem to get …

Member Avatar for sergb
0
209
Member Avatar for Salman. S

Hi, I was wondering if there would be a way to use Python to retrieve information from Google Maps - e.g. I want to get the distance and time from place 1 to place 2. I don't necessarily want any code or anything I just want some information for a …

Member Avatar for slate
0
59