Python Topic Questions
Subscribe to the 'Python' topic to help and get support from people like you.
We found 29 unanswered questions associated with the 'Python' topic. Displaying results 21 - 30.
Write a menu driven program using functions to make a calculator?
the following operations: Add, Subtract, Multiply and Divide are to be performed.Give the user an option to restart the calculator.write the program ...
Posted 3+ months ago | 0 answers | | Open
Related topics: program, menu, write, calculator, divide, user, operation, python
I have some python files (.py) on my Ubuntu system?
For my assignment I have to do tasks below. For my assignment I have to do tasks below. Please help me on how I can achieve these? 1) Capture of raw ...
Posted 3+ months ago | 0 answers | | Open
Related topics: python, raw, system, file, capture, below, assignment, ubuntu
Write python in Xcode,but always get /usr/bin/python: can't find 'main' module in "xxx"?
I just wrote simple codes,like print 'hhh' but always get: /usr/bin/python: can't find 'main' module in "xxx" I ...
Posted 3+ months ago | 0 answers | | Open
Related topics: python
What are the advantages and disadvantages of QBE?
Please answer in a minimum of 100 words. It would help if you compare the advantages of QBE over MySQL. Thank you.
What's the similar function as select case in python ? Provide me an example if you know?
Google - hi..i am new to python. I am using pyqt to design my GUI. now I have a 40 rows of data in?
... csv and i want to display the data changing row by row in QtextEdit in my gui..how can i do it?
Posted 3+ months ago | 0 answers | | Open
Related topics: display, python, design, news, rows, google, data
Platform to run online/Offline Tasks?
Hello, I have a python script that extracts information from certain websites and stores them into a file. I want now to use some kind of platform ...
Posted 3+ months ago | 0 answers | | Open
Related topics: python, information, store, file, online, script, platform, website, offline
Im in a CS class and I have to make a Ctemp_to_ftemp_stub. where do I start?
basically just have to make a code that i can put in a number (Celsius) and it will (using the print function) show what that is in farenheit