Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: kivy
Post: kivy

Does anyone know any good websites or anywhere I can find some good information regarding kivy? I've searched directly on kivy's website and through their online documents, plus I've done more online ...
just_me GUI 1 11,401 Aug-23-2020, 02:23 PM
    Thread: output label
Post: output label

Hi everyone, I'm new to kivy and I'm trying to do something very simple that I can't get right and can't find any information anywhere. All I want to do is open a window that contains a text input an...
just_me GUI 0 2,517 Aug-02-2020, 03:21 PM
    Thread: code advice
Post: RE: code advice

Thanks again, I really appreciate your help and suggestions. You're right that is not the case here, but it is still good to know.
just_me General Coding Help 6 2,511 Jun-05-2020, 08:41 PM
    Thread: code advice
Post: RE: code advice

Thanks a lot buran. It is interesting to see how you changed the code. I also tried to modify my original code by adding the break and unindenting the else statement like you did in yours and it seems...
just_me General Coding Help 6 2,511 Jun-05-2020, 08:09 PM
    Thread: code advice
Post: RE: code advice

The code will only be present not more than once in the file
just_me General Coding Help 6 2,511 Jun-05-2020, 07:34 PM
    Thread: code advice
Post: code advice

Hi, I'm having a small issue with a code I wrote. What I'm trying to do is something small and simple. I want to open a .csv file, check if in that file there is a certain code and if it is, I want to...
just_me General Coding Help 6 2,511 Jun-05-2020, 07:20 PM
    Thread: issue with PIL
Post: RE: issue with PIL

That helps a lot and makes it all so much clear now! Thanks so much for taking the time to explain it to me.
just_me General Coding Help 2 1,937 May-18-2020, 05:58 PM
    Thread: issue with PIL
Post: issue with PIL

Hi, I was wondering if someone can explain this issue I'm having. So practically, when I run the following code: from PIL import Image from os import listdir for picture in listdir('New_folder'): ...
just_me General Coding Help 2 1,937 May-17-2020, 07:03 PM
    Thread: help
Post: RE: help

I would need to find a way to "recognize" which of the car_years in the dictionaries are the same. And at that point, for the ones that are the same, I could add them up.
just_me Homework 9 9,556 Mar-25-2020, 04:58 PM
    Thread: help
Post: RE: help

(Mar-25-2020, 02:43 PM)ndc85430 Wrote: What have you thought about? How would you do it on paper? I would do something like this sales_sum = sum(d['total_sales'] for d in cars if d) print(sales_sum)...
just_me Homework 9 9,556 Mar-25-2020, 03:05 PM
    Thread: help
Post: RE: help

Thanks perfringo, that helps a lot. But what I still can't understand is how can I go about add up the total sales for every car_year that is the same. ( like total sales for 1997, etc)?
just_me Homework 9 9,556 Mar-25-2020, 02:08 PM
    Thread: help
Post: RE: help

Hi buran, thanks for your reply. This is what I have so far. seq = [x['total_sales'] for x in cars] most_sales = max(seq) print(most_sales)This gives me the most sales of all the total_sales of cars....
just_me Homework 9 9,556 Mar-24-2020, 11:13 AM
    Thread: help
Post: help

Hey everyone, I'm struggling with something and I was wondering if someone could give me some advice. So I have something like this: Output:[{"id":1,"car":{"car_make":"Ford","car_model":"Club Wagon...
just_me Homework 9 9,556 Mar-24-2020, 10:42 AM

User Panel Messages

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