Archive for the ‘python’ Category

How to write a function in python that returns scrambled letters from a word?

Wednesday, April 17th, 2013

I am trying to use python 3 to write a function that uses a word in a string and returns the letters of that word in a randomized order. Basically the function would take a word and scramble its letters. Please help!

How hard is Python and what are some typical applications?

Friday, November 2nd, 2012

I am taking a computer science class next semester that teaches Python. Is Python typically used in industry or is it more of a learning language?

How do I get the mac Terminal to recognize the most recent version of Python?

Tuesday, April 17th, 2012

My mac has python 2.5 already installed on it, and I just downloaded the python 3.2 and for some reason when I type "python" into terminal, it is still using version 2.5. I have already tried to run the update shell profile command and terminal still says it is running ...

How to program a game in Python for kids?

Saturday, April 14th, 2012

My friend and I (11 years old) are trying to program a game. Any suggestions? I know the basics of python I'm just trying to make a simple game. Does anyone have a tutorial?

How do you put text onto a screen when using python and pygame?

Thursday, April 12th, 2012

I'm learning python and i can draw lines and stuff but i can't get text to work. Every time i try to use it an error pops up saying that Font or font wasn't dfined or something when i'm using font.render. So if you can help me please do.

How to install an python on pfsense?

Tuesday, April 10th, 2012

How to install python on pfsense? According to detail python can be install through ssh. I down know what is ssh and where i find ssh in pfsense. Please if you know explain me full detail

How can I find the smallest number in a list using a for or while loop in Python?

Monday, April 9th, 2012

I have a list of numbers entered by the user (there is no limit to how small or big the numbers can be) and I need to find the smallest one in the list by using a for or while loop. Any suggestions? Thanks.

What is the quickest way to learn Python?

Sunday, April 8th, 2012

I would like to learn the Python programming language a soon as possible. Right now; I am about to start reading "Python for the Absolute Beginner Part 2." The problem was the part one wasn't at my local bookstore, and I don't think I have enough time to read the ...

What is python ? Can anyone explain it to me in a simple way?

Friday, April 6th, 2012

I am a 13 and half year old boy who has a passion for computers. However, i have been watching Python tutorial on coding and can't really understand it. If someone is an expert , can you please tell me what's python and what it is used for? Can you ...

Can somebody help me write a function in Python that draws a simple triangle?

Thursday, April 5th, 2012

The function must use looping, not string repetition. The longest line in the middle should contain between 7 and 11 characters. Every other line contains 1 less character. The random module may be imported.

How to write a program in python 3 that computes the average word length of all words in a file?

Wednesday, April 4th, 2012

No idea what to do please help!

What are the colors you can type into python gui idle?

Monday, April 2nd, 2012

I'm programming python in school, and right now we're drawing pictures and animating things but im a little annoyed with using the same colors. Does anyone that knows python have any other colors? Here's a list of the ones i know: blue black yellow purple orange red green white skyblue aliceblue

How to create Python code to determine the maximum number in a file?

Saturday, March 31st, 2012

Code should create function that reads the numbers in a text file line by line and determine the maximum number in the file

How to make an app with Python?

Friday, March 30th, 2012

I want to know how to create an app like thing with python. I have only just learnt it so go easy on me.

How can i make this program using python?

Friday, March 30th, 2012

how can i make a program that will count the number of times each vowel appears in a string using python?

What is the best way to learn python programming language?

Thursday, March 29th, 2012

Are there any websites or good books, where I can learn. And also if there any good ways of finding problems to solve. so I have something to program and work on?

How do I learn Python programming?

Monday, March 26th, 2012

I just got this Python for dummies book and I'm very interested in learning them. Problem is I don't quite understand the book due to the fact that I'm practically a caveman. My question is where can I learn the foundation of Python, you know the meaning of this and ...

How to create Python code to print each word in a text file in a new text file?

Sunday, March 25th, 2012

If I have a text file with a list of words, how can I write the Python code to read the words line by line in this file and print them out in a new file? Each line should be no more than 50 characters including spaces.

How do I get someone to stay logged into a site when using Python as a serve sidescripting language?

Saturday, March 24th, 2012

I prefer to code my sites completely in Python, since I like it more that PHP, ASP, or any other CGI language. I have a login form, but when I log in and then leave the page, I'm logged out again. Is there any way to make someone stay logged ...

How to make python print the last result of a loop function?

Tuesday, March 20th, 2012

I am learning to code in python. When I use the for loop function, I get all the results one by one.But how do I make it print the final result only Any help is deep;y appreciated.