Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Coding improvements
Post: RE: Coding improvements

You are right. Now with comments. import string import random import time random.seed(1059442) global max_load_factor max_load_factor = 0.6 #-------------------------------- def primeGreaterThan...
chris_drak Code Review 2 31,926 May-02-2020, 11:39 AM
    Thread: Coding improvements
Post: Coding improvements

Hello, I have the following code and I would like it to give results in about 20 seconds. Thanks... import string import random import time random.seed(1059442) global max_load_factor max_load_fact...
chris_drak Code Review 2 31,926 May-02-2020, 08:59 AM
    Thread: Application of dilute matrices
Post: Application of dilute matrices

I want to create 20,000 random value triples (i, j, val), belonging to a table of 100 lines x 10,000 columns with values for the val, from 1 to 99. Initialize the random number generator using 123456 ...
chris_drak General Coding Help 0 1,355 Mar-29-2020, 03:04 PM

User Panel Messages

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