Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Create a dynamic Menu from a editable Dictionary.
Post: Create a dynamic Menu from a editable Dictionary.

I am trying to create a dynamic menu system that will produce menu items based on what items are specified in the _number_ranges dictionary. I would the result to be Please Select a Range: 1 - 549...
KiNeMs General Coding Help 1 2,332 Jan-28-2020, 01:09 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

So no I am on to my next part of this. Please let me know if you would prefer me to create a new thread. But it is a continuation of this project for me. I am trying to create a dynamic menu syste...
KiNeMs General Coding Help 18 7,244 Jan-24-2020, 06:19 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

Forgive my stupidity. I added calling of check_range and it worked a treat. You are a Guru.
KiNeMs General Coding Help 18 7,244 Jan-06-2020, 05:56 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

So if I run this as a file it doesn't ask for input. Only if I run check_range() function will it ask for input and return a true value. Which is amazing mind you. Well done. >>> %Run fi...
KiNeMs General Coding Help 18 7,244 Jan-06-2020, 03:24 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

So my code is complaining that Line 20 has unused argument for 'n' # Define Site Ranges Dictionary _number_ranges = { "549StKilda" : { 'start' : 61392697000, 'end' : ...
KiNeMs General Coding Help 18 7,244 Jan-06-2020, 02:59 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

Thankyou Ichabod801. Im going to try and understand your sorcery here. # Defining function in_range that looks at Dict start and end range and determines if number is in between value. This return...
KiNeMs General Coding Help 18 7,244 Jan-06-2020, 02:15 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

Am I on the right track here? # Define Site Ranges Dictionary _number_ranges = { "549StKilda" : { 'start' : 61392697000, 'end' : 61392697999, 'name' : "5...
KiNeMs General Coding Help 18 7,244 Jan-02-2020, 11:20 PM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

Ok. SO lets say I have the following and I want to return the range that the number falls in. How do I define the find range function to search in each range? _range_549stkilda = {'start': 6139269700...
KiNeMs General Coding Help 18 7,244 Jan-02-2020, 10:08 PM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

You are brilliant. So now how do I add another rnage to the top. _range_549stkilda = {'start': 61392697000, 'end': 61392698000, 'name': "549 StKilda Rd"} _range_rhodes = {'start': 61298166000, 'en...
KiNeMs General Coding Help 18 7,244 Jan-02-2020, 02:13 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

Thanks Ichabod. I am trying your suggestions. What do you think of my approach this way. Im starting simple and just going for a user input and performing a comparison on variable numbers. But I ...
KiNeMs General Coding Help 18 7,244 Jan-02-2020, 01:28 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: RE: Define a range, return all numbers of range th...

I Suppose I d0nt know where to start with this kind of code. I have built a part of script that asks the user to enter a number then return the row of that number within the csv file. I would like ...
KiNeMs General Coding Help 18 7,244 Dec-31-2019, 03:10 AM
    Thread: Define a range, return all numbers of range that are NOT in csv data
Post: Define a range, return all numbers of range that a...

Hi There, I have a CSV file that contains the following data "LineURI";"Type";"Number";"Extension" "tel:+61383997000;ext=97000";"csuser";"+61383997000";"97000" "tel:+61383997001;ext=97001";"csuser"...
KiNeMs General Coding Help 18 7,244 Dec-31-2019, 02:12 AM

User Panel Messages

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