Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Having some issues, pls halp
Post: RE: Having some issues, pls halp

Ok so the reason i was failing was a hidden input that shouldn't have been given to the program, I told my prof. and he has removed the typo from his testing set. That was it.
Bidgey225 Homework 2 3,278 Apr-01-2017, 01:39 AM
    Thread: Having some issues, pls halp
Post: Having some issues, pls halp

So I'm taking a course, and I can't quite see what I'm doing wrong with this program. [Image: http://i.imgur.com/mb2zobw.png] Moderator snippsat: Post code in code tag look at BBcode help Sorry, here...
Bidgey225 Homework 2 3,278 Apr-01-2017, 12:13 AM
    Thread: CPU utilisation is confusing
Post: RE: CPU utilisation is confusing

I'm new to this stuff so it's nothing too impressive import random import math coprime = 0 cofactor = 0 sets = 0 while(sets<10000):     random1 = random.randint(1, 1000)     random2 = random.randin...
Bidgey225 General Coding Help 6 5,212 Mar-20-2017, 06:28 AM
    Thread: CPU utilisation is confusing
Post: RE: CPU utilisation is confusing

Surely the fact that it is using four cores mean that it's a multithreaded workload, but it's not using these threads effectively and I was wondering if that can be improved at all.  [Image: http://i....
Bidgey225 General Coding Help 6 5,212 Mar-19-2017, 09:38 PM
    Thread: CPU utilisation is confusing
Post: CPU utilisation is confusing

I have a question regarding the CPU utilisation of Python. When running a calculation, the CPU usage for Python sits at about 30%, which I initially thought would mean that only one of my four cores w...
Bidgey225 General Coding Help 6 5,212 Mar-19-2017, 08:16 PM

User Panel Messages

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