Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: pydev debugger: process 3442 is connecting when I run a program with ALT+COMMAND+R
Post: pydev debugger: process 3442 is connecting when I ...

Hi, Whenever I try to run a program I am getting an error that reads: pydev debugger: process 3442 is connecting The 3442 can be replaced with other numbers. This ONLY happens when I use the Mac ...
Seneca260 General Coding Help 1 2,653 Jan-04-2020, 12:40 PM
    Thread: Randomly assign values in List 1 to a value in List 2
Post: RE: Randomly assign values in List 1 to a value in...

Thanks for the replies everyone. These are helpful!
Seneca260 General Coding Help 7 5,005 Dec-12-2019, 10:19 AM
    Thread: Randomly assign values in List 1 to a value in List 2
Post: RE: Randomly assign values in List 1 to a value in...

Thanks buran, Yes, precisely. If they could be evenly distribute that would be great. I am just wondering how do I actually code this? I have been trying to find this online, but whenever I search Go...
Seneca260 General Coding Help 7 5,005 Dec-11-2019, 11:30 AM
    Thread: Randomly assign values in List 1 to a value in List 2
Post: Randomly assign values in List 1 to a value in Lis...

Hi all, I am learning Python and also teaching a class and I want to build a program that random assigns students a day to do their presentation. dates = ['Jan 6', 'Jan 8', 'Jan 10'] students = ['Jo...
Seneca260 General Coding Help 7 5,005 Dec-10-2019, 11:53 AM
    Thread: Adding items in a list (using loops?)
Post: RE: Adding items in a list (using loops?)

(Nov-21-2019, 12:08 PM)ThomasL Wrote: Your function is working but you need to call it with your list to get a result. And beware not to name a variable "sum" as this is an inbuild python function a...
Seneca260 General Coding Help 6 2,760 Nov-22-2019, 11:34 AM
    Thread: Adding items in a list (using loops?)
Post: Adding items in a list (using loops?)

Hi, Sorry if this is a dumb question, but I am only a week into coding. I have a list that is comprised of integers. I would like to add these all together, but I can't seem to do it correctly. bro...
Seneca260 General Coding Help 6 2,760 Nov-21-2019, 11:46 AM

User Panel Messages

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