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 #4K
~31.7K People Reached
Favorite Tags
Member Avatar for kiddo39

I have code that when executed will give me a long list output, which is fine, but how can I get it to print without the parenthesis and commas? example: answer =('7', 'Q', '5', 'H', '9', '4', '3', '8', 'L') but I'd like it to print like this: 7Q5H9438L I …

Member Avatar for TrustyTony
0
31K
Member Avatar for crono5788

I personally use Ruby for a lot of general scripting off of the web (e.g., creating GUIs with FxRuby). I went to try and find some Ruby info and the first place I went was the Software Development area. After I couldn't find a Ruby forum in there, I looked …

Member Avatar for ~s.o.s~
0
147
Member Avatar for chg

Hello all, I'll start by saying please bear with me, I am very new to python and I need some help takeing a string with mixed letters and numbers and converting it to a INT. For example [code=python] stringname = '105 mV' [/code] I would like '105 'striped from the …

Member Avatar for crono5788
0
148
Member Avatar for crono5788

Hello Daniweb, I've recently begun reading the e-book Squeak by Example. So far, I'm finding the Smalltalk language pretty interesting and much more stimulating than, say, Java. I'm on chapter 3 of the book. By now, since I'm much more used to creating runnable programs or scripts with other languages, …

0
81
Member Avatar for rjmiller

Ok, So i'm attempting to simulate diffusion through a 2-D plate of multiple concentrations of compounds and my program so far looks something like follows [code=python] from scipy import * from pylab import * #============================================================================== #simulation conditions #============================================================================== nx = 64 # The number of x nodes ny = 64 …

Member Avatar for rjmiller
0
104
Member Avatar for yelpy

i just got the latest version of python today and im finding it very difficult to understand. im only 15 and would greatly appreciate it if someone would help me understand the basics?

Member Avatar for vegaseat
0
152