Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Package to find Timezone from Latitude and Longitude
Post: Package to find Timezone from Latitude and Longitu...

Is there a package in python that can give me timezone in Hours:Minutes:Seconds from latitude and longitude?
pythoneer General Coding Help 1 3,131 Jun-09-2018, 01:47 PM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

any help on this one?
pythoneer General Coding Help 12 6,054 Jun-01-2018, 04:55 PM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

any help on this?
pythoneer General Coding Help 12 6,054 May-31-2018, 05:20 AM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

this dint work at all, not sure whether you got my question correctly or not
pythoneer General Coding Help 12 6,054 May-29-2018, 02:42 PM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

any help on this?
pythoneer General Coding Help 12 6,054 May-29-2018, 11:23 AM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

(May-26-2018, 09:57 PM)micseydel Wrote: You didn't post any code. What have you tried? Posted
pythoneer General Coding Help 12 6,054 May-29-2018, 03:48 AM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

any help on this?
pythoneer General Coding Help 12 6,054 May-29-2018, 02:01 AM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

(May-28-2018, 01:54 PM)DeaD_EyE Wrote: Oh, this is too complicated. You need zip() and a for-loop. Read first, what zip does. list3 = [] for list_element1, list_element2 in zip(list1, list2): ...
pythoneer General Coding Help 12 6,054 May-28-2018, 04:31 PM
    Thread: Creating new list from 2 lists after a custom sort
Post: Create a list from 2 lists after custom sort

I have 2 lists of ordereddict Quote:First list sample : OrderedDict([('Items', '1'), ('Itemspaid', 'Rutr'), ('First', 'Het'), ('Second', 'Fru'), ('Third', 'yurn'), ('Flip', 223.513353868968)...
pythoneer General Coding Help 12 6,054 May-28-2018, 10:24 AM
    Thread: Creating new list from 2 lists after a custom sort
Post: RE: Creating new list from 2 lists after a custom ...

any help on this?
pythoneer General Coding Help 12 6,054 May-26-2018, 04:31 PM
    Thread: Creating new list from 2 lists after a custom sort
Post: Creating new list from 2 lists after a custom sort

I have 2 lists Quote:list1=[25,54,68,78,12] list2=[35,11,18,70] i want to take every no from list2 and subtract that with every no in list1 and find the difference and place that list2 number in betw...
pythoneer General Coding Help 12 6,054 May-26-2018, 02:47 PM
    Thread: Organizing the output of 2 for loops
Post: RE: Organizing the output of 2 for loops

Any help on this?
pythoneer Data Science 6 3,851 May-20-2018, 06:46 AM
    Thread: Organizing the output of 2 for loops
Post: RE: Organizing the output of 2 for loops

(May-19-2018, 08:55 AM)ThiefOfTime Wrote: The first question that pops into my mind is: Why isn't that a database? :D But nonetheless, since your last column is somehow a key for your output (both t...
pythoneer Data Science 6 3,851 May-19-2018, 09:38 AM
    Thread: Organizing the output of 2 for loops
Post: Organizing the output of 2 for loops

I have 2 for loops that fetch data from 2 different data sources, one for loop prints an output of 15 rows and 6 columns and another for loop prints an output of 18 rows and 6 columns like below , sam...
pythoneer Data Science 6 3,851 May-19-2018, 04:53 AM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

Any help on how to get this code working with range?
pythoneer Homework 17 8,802 Apr-20-2018, 04:07 AM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

Any help on how to get this code working with range?
pythoneer Homework 17 8,802 Apr-04-2018, 12:56 PM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

any help on this?
pythoneer Homework 17 8,802 Mar-30-2018, 11:16 AM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

wow, it works well, i am slowly understanding python now. What should i do if i want to do the same operation in range of numbers range(500,504,2) with each range ending with that range number and the...
pythoneer Homework 17 8,802 Mar-28-2018, 08:34 AM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

it is working , i am trying to understand python through this forum, what will be the code if i want to get the output as follows, the change from the last time is the last column is accumulation of n...
pythoneer Homework 17 8,802 Mar-27-2018, 11:42 AM
    Thread: Divide a number - Multiple levels - Sum of all numbers equal to input number
Post: RE: Divide a number - Multiple levels - Sum of all...

yes, got it thanks, how can i use this with range of numbers instead of single number
pythoneer Homework 17 8,802 Mar-26-2018, 01:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020