By Rachel Roumeliotis
October 4, 2012
Guido van Rossum is the creator of Python. I recently had the opportunity to talk with him about the state of the language. You probably don’t realize it, but Python’s capabilities are pushed every time you use YouTube and Dropbox. …
By donfox
October 4, 2012
I'm new to postgreSQL!
I'd like to use psql interactive commands like \d+ from inside python. Is there a way?
I'm trying to use SQL or a psql command to determine the primary key of a table.
Many thanks.
By deepika
September 28, 2012
Hi,
I am developing one application in which I need to update cookie for current session;
For example:
if the cookie key value is
Key1:value1
then I want to set it like
key1:value1|value2|value3
or something like this, means I want to set multiple values for one key.
Please let me know solution
Thank you,
Deepika
By venom19
September 24, 2012
Hi,
I have a windows 7 computer, and I am having trouble getting the command prompt in windows to work with python. Whenever I try to run a script file in the command prompt, I get the "No such file or directory error." [Errno2]
Does someone know how to fix this for a relative beginner? I am stuck on page 15 of Programming Python by Mark Lutz. Apparently you're supposed to see ...
By koqe3
September 18, 2012
1)Write a function that takes three numbers as parameters, and returns the
centrifugal force. The formula for centrifugal force is:
F = mrW2
F is force, r is radius, W is angular velocity.
.......................................
2) Write code to ask user for the three parameters in the above function, call the function and print out the result
...................................................
3)...
By Jonathan Zerox
August 25, 2012
Please i need some help, i would like you to help me make a program that asks the user to enter a password and when the user enters the password in the password field the password is not shown in text nor figures.
just like the linux kernel.( when you type sudo bash or sudo su )
i've searched everywhere and i found no help.
Am Doing Python! Hoping to hear from you.
More News – More Answers