Archive for the ‘python’ Category
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!
Posted in python | No Comments »
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?
Posted in python | No Comments »
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 ...
Posted in python | 1 Comment »
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?
Posted in python | 2 Comments »
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.
Posted in python | 1 Comment »
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
Posted in python | 1 Comment »
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.
Posted in python | 2 Comments »
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 ...
Posted in python | 2 Comments »
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 ...
Posted in python | 2 Comments »
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.
Posted in python | 1 Comment »
Wednesday, April 4th, 2012
No idea what to do please help!
Posted in python | 2 Comments »
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
Posted in python | 1 Comment »
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
Posted in python | 1 Comment »
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.
Posted in python | 1 Comment »
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?
Posted in python | 1 Comment »
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?
Posted in python | 1 Comment »
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 ...
Posted in python | 4 Comments »
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.
Posted in python | 1 Comment »
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 ...
Posted in python | 1 Comment »
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.
Posted in python | 2 Comments »