Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: alternative to nested loops for large data set
Post: RE: alternative to nested loops for large data set

Great, thanks. Thats an interesting solution, I'll have to spend some time trying wrap my head around it.
JonnyEnglish General Coding Help 2 2,578 Feb-19-2020, 11:26 PM
    Thread: alternative to nested loops for large data set
Post: alternative to nested loops for large data set

Hi, I've created some terribly slow code and I'd like to learn how I can improve it. I want to turn the ownedcards dictionary of card id's and quantities into a list of card names and quantities. o...
JonnyEnglish General Coding Help 2 2,578 Feb-19-2020, 09:42 PM
    Thread: Requesting homework help and maybe a little code review…
Post: Requesting homework help and maybe a little code r...

Hi guys, Homework Help I want to put the numbers 0 - 3 around my game board to represent the row and column indexes like so: 0 1 2 3 0 * * * * 1 * * * * 2 * * * * 3 ...
JonnyEnglish Homework 0 1,592 Jan-16-2020, 04:34 PM
    Thread: number repeating twice in loop
Post: RE: number repeating twice in loop

Thank you
JonnyEnglish General Coding Help 3 3,317 Nov-23-2019, 09:40 PM
    Thread: number repeating twice in loop
Post: number repeating twice in loop

Hi, can you help me understand why the number 9 repeats twice when i run this loop? import math digits = 123456789 reversed_numbers = [] counter = 1 for digit in range(9): test = (digits / (10 ...
JonnyEnglish General Coding Help 3 3,317 Nov-23-2019, 07:08 PM

User Panel Messages

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