Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sobam15

Hi, I am a college student who recently signed up for a Computer Science course despite being an utter mess when it comes to math or science (as an aspiring writer, I have a way with words instead). I needed the extra 3 credits and didn't really have any other …

Member Avatar for vkumar42
0
83
Member Avatar for Seagull One

I've been doing some more work on my robot today and I'm having a bit of trouble with calling a random function like so: [CODE=python] import speech import random import pythoncom running = 1 class OnTopic: topic = "nothing" def TopicChange(self): self.topic = "nothing" print OnTopic.topic class Know_Raptors: def RapYoung(self): …

Member Avatar for vkumar42
0
1K
Member Avatar for d-pabs

I am fairly new to python/programming (~6 months) and am trying to make a 3D volume using VolumeRendering.py as my base code. I need to try and render multiple volumes at once (VolumeRendering.py only allows for 1 volume at a time) and assign different RGB colours to each volume. I …

Member Avatar for vkumar42
0
83