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.

~16.6K People Reached
Favorite Tags
Member Avatar for LanierWexford

I have Python 2.7 installed, and I need to use matplotlib, but it is only available for Python 2.6. Is there any way to have 2.6 and 2.7 installed at the same time or is this asking for trouble? The reason I need matplotlib is I am trying to run …

Member Avatar for richieking
0
167
Member Avatar for OurNation

Ok this is a game I juast thought of and don't know if its been done before or if it will work well but bare with me. Ok I start by stating a sentence. The next person will change [B]one[/B] word and repost the sentence. The new sentence has to …

Member Avatar for torham
0
14K
Member Avatar for LanierWexford

I am a EE student who took some C++ classes and is not trying to learn Java. I like to write my code in Notebook++ and want to know how to run in from the Cmd Promt. I was using Netbean, but I do not like all the code it …

Member Avatar for jbennet
0
109
Member Avatar for LanierWexford

I have been trying to learn HTML/CSS for about a year now as a hobby and I have developed a good base knowledge and I figured before I got to far ahead of myself I would learn all of the proper rules, so I have begin to read HTML 4.01 …

Member Avatar for LanierWexford
0
99
Member Avatar for LanierWexford

I was looking at the code snippets, specifically "Petals around the Rose” and I wanted to see how it runs, so I copy, pasted and saved the file in my text editor as Petals and now I am trying to figure out how to run the code. As always I …

Member Avatar for Freaky_Chris
0
81
Member Avatar for LanierWexford

The function below will take a string(s) and rotate it a given amount(num). i.e cheer rotated by 7(cheer,7) will return jolly, and (melon, -10) will return cubed. This is an attempt at exercise 8.10 from "How to think like a (Python) programmer, and it works just fine. The issue is …

Member Avatar for jrcagle
0
195
Member Avatar for LanierWexford

I am working on a home work assignment which is: "Write a program that will allow the user to enter an infix expression terminated by '=' your program will convert to Postfix notation" enter 3+7-6/2*8+7= prints 3 7 + 6 2 / 8 * - 7 + I have written …

Member Avatar for chalasesha
0
159
Member Avatar for LanierWexford

I have a modual(Is that the right term?)called WordPlay which has severl functions for exercises in Chapter 9 of "How to Think Like a (Python) Programmer". Below is my code for Ex9.3.2, which has the user input a string letters and then searches a .txt file(Attachment) for words that do …

Member Avatar for katharnakh
0
216
Member Avatar for LanierWexford

I was using my old C++ assignments to teach myself Python and ran into issues every other line of code. In my attempt to find another way to ease into the lang I found what I think is an awesome tool "How to Think Like a (Python) Programmer" I understand …

Member Avatar for LanierWexford
0
111
Member Avatar for LanierWexford

I have a file of cencus data that I need to read and then manipulate in several ways. The file looks like this. CountyName Population Housing Location Adams County 34340 15175 W Attala County 19661 8639 E Benton County 8026 3456 N Bolivar County 40633 14939 N Calhoun County 15069 …

Member Avatar for Ene Uran
0
104
Member Avatar for LanierWexford

Is there a function to remove punctuation from a string, or check to see if a char is a letter? This is a home work assignment to: 1 Write a class stack and a class queue 2 Test your classes by writing a program that will ask the user for …

Member Avatar for LanierWexford
0
1K
Member Avatar for LanierWexford

I posted some code that was poorly formated and I want to repost my newly formated code for easier read. Is there a way to edit a post to fix or do I just add to the thread? Thanx in advance Lanier

Member Avatar for bumsfeld
0
62
Member Avatar for LanierWexford

I am trying to learn Python by converting my C++ homework to Python. Below I am converting a Cobol file of employees to a comma delimited file. from: 00001JAMES ADAMSON 010104000014550324201021500067500040010011593 to: ID#,Last,First,Territory#,Office#,Salary,SSN,Department#,JobClass 00001,ADAMSON,JAMES,01,01,40000.00,145503242,01,02 I want to use EOF as my while loop control but I am getting a syntax …

Member Avatar for vegaseat
0
202