Go to advanced search

by tacit ronin
Wed Jan 08, 2014 9:25 pm
Forum: Python
Topic: Run multiple IDLE shells?
Replies: 1
Views: 1770

Re: Run multiple IDLE shells?

Thank you bertwert! Previously, I was going through IDLE and opening the other program instead of opening both programs directly from file manager. Thanks again!
by tacit ronin
Wed Jan 08, 2014 8:40 pm
Forum: Python
Topic: Run multiple IDLE shells?
Replies: 1
Views: 1770

Run multiple IDLE shells?

Hello, This may be a very silly question, but is it possible to run more than one IDLE (Python 2.7) shell window at a time in the desktop? I have two separate programs to read GPS coordinates and compass bearings, and I would like to run both at the same time. However, when I try to run more than on...
by tacit ronin
Fri Jan 03, 2014 1:05 pm
Forum: Python
Topic: Calculate Bearing Between 2 GPS coordinates
Replies: 4
Views: 5459

Re: Calculate Bearing Between 2 GPS coordinates

Thank you! I converted the coordinates to radians, and everything works well now. Thanks again for your response.
by tacit ronin
Fri Jan 03, 2014 6:57 am
Forum: Python
Topic: Calculate Bearing Between 2 GPS coordinates
Replies: 4
Views: 5459

Calculate Bearing Between 2 GPS coordinates

Hello all, I'm trying to use the Haversine formula to calculate the bearing between two GPS coordinates. I've been following this site's directions: http://www.movable-type.co.uk/scripts/latlong.html . This is my code so far: import math #coordinates1 lat1 = 53.32055 lon1 = -1.72972 #coordinates2 la...

Go to advanced search