Python 3 is the latest version of the Python programming language and was formally released on December 3rd, 2008.
1
vote
1answer
60 views
Progressbar (ttk.Progressbar) with python in tkinter not showing
Using the ttk.Progressbar in Python (in a tkinter GUI), I'm trying to have a progressbar appear when I press a button. Clicking the "Analyse" button on the gui calls the function analyze in the ...
0
votes
1answer
38 views
Link Fetching List
so I've asked many questions regarding this one subject, and I'm sorry. But this is it.
So I have this code:
import urllib
import urllib.request
from bs4 import BeautifulSoup
import sys
from ...
0
votes
3answers
81 views
Trouble with method inside of class in python
We are having trouble getting the gettot() method to work in side of our game class. When it is called inside of our game as a whole it comes back with an error saying that we dont have the correct ...
0
votes
1answer
26 views
How do I print these return values from function in Python 3?
I have a homework assignment for raquetball simulation. I'm trying to figure out how to expand the program to account for shutouts and return the number for each player. I added a loop into the ...
0
votes
2answers
48 views
Trouble with printing out of Classes in Python
We are supposed to use the code below to print out the parameters listed in it, currently however we are unable to do so and are using a round about method. This is supposed to print out things ...
0
votes
1answer
46 views
Accessing QT combo and textbox values
I'm using Python 3 and QT4 with pyqt. I've been unable to access data from qcomboboxes and qplaintextedits.
I've read the documentation here:
http://qt-project.org/doc/qt-4.8/qcombobox.html
...
-3
votes
1answer
86 views
Python - How is it used? [closed]
This may seem like a stupid question, but how is Python actually used? I'm new to the language and I'm wanting to learn how to use it in building web applications, but none of the tutorials I've seen ...
2
votes
2answers
46 views
Trying to understand optional, list and named arguments in Python
I'm a beginner at Python, trying to understand function arguments and their types and orders.
I tried to experiment a little with the different kinds of argument and here's my experiment
def main():
...
0
votes
2answers
35 views
Any reason not to just import CGI in Python?
Any reason to try and replace it with something else? I'm a beginner to python, but have encountered problems with C and importing CGI. List of instance where import cgi would not be the best option ...
0
votes
1answer
25 views
Filedialogue error in Tkinter
Question about Tkinter :
I want to basically create a browse along with a text display which will display the file that I pick from the browse button. Following is my code :
Edit 1.
button_opt = ...
0
votes
2answers
69 views
Normalizing Unicode
Is there a standard way, in Python, to "normalize" - so to speak - a unicode string, so that it only comprehends the simplest unicode entities that can be used to represent it ?
I mean, something ...
0
votes
1answer
43 views
How should negative time work?
I'm trying to create a Time -class which can handle times of format hh:mm:ss.
This is what I have:
class Time(object):
def __init__(self, h=0, m=0, s=0):
#private
self.__hours = ...
2
votes
0answers
77 views
Python dictionary editing entries
def replace_acronym(): # function not yet implemented
#FIND
for abbr, text in acronyms.items():
if abbr == acronym_edit.get():
textadd.insert(0,text)
#DELETE
name ...
0
votes
0answers
22 views
Get Python release version for ARM using Visual Studio 2012
I'm able to compile a Python 2.6.8 version for ARM systems using VS2012, but I get everything (all compiled files and exe files) on the same directory (for me: ARM/Release).
My project:
Get the ...
0
votes
1answer
28 views
BioPython Pubmed Eutils url?
I'm trying to run some queries against Pubmed's Eutils service. If I run them on the website I get a certain number of records returned, in this case 13126 (link to pubmed).
A while ago I bodged ...
0
votes
1answer
78 views
How to send bytes using python (example please!)
I'm trying to create a simple thingermajigger in python at the moment just to test out sending UDP packets over a socket. I think that I'm getting my script perfectly fine other than using the ...
0
votes
2answers
45 views
Updating default arguments in Python across calls [duplicate]
In the following function L stores the values during every call.
For example, if I call f(1), L is now [1]. When I call it again the previous L is appended with the new value. So now L is [1,1].
def ...
0
votes
1answer
56 views
Error when importing numba in Python 3
I have just installed numba in my Ubuntu 13.04 via pip-3.3, as an alternative to numpy and cython to make calculations, but every time i try to import it in Python i get a "Segmentation fault (core ...
-1
votes
4answers
66 views
How the program has control with the break statement [closed]
Could anybody explain this program and output of this? I am having doubt at if statement. I'm not able to understand how break statement works in this:
for n in range(2, 10):
for x in range(2, ...
1
vote
2answers
39 views
Returning error string from a function in python
I have a class function in Python that either returns a success or a failure, but in case of a failure I want it to send a specific error string back. I have 3 approaches in mind:
Pass in an ...
0
votes
0answers
19 views
Matplotlib: contourf3d_demo2 example doesn't work with python3.3
The current docs for the matplotlib mplot3d contourf function contain two examples:
mplot3d tutorial - Matplotlib 1.2.1 documentation
One of them, contourf3d_demo2.py works with python v2.7.3, but ...
0
votes
2answers
38 views
continued trouble with classes in python 3.2
In the below code, it is working at first but when I want it to tell me what card number the dealer has it is returning some sort encrypted stuff that I don't understand.
[<__main__.Card object ...
0
votes
3answers
52 views
trouble with classes in python
I am getting an error that reads this and no matter what I do I am unable to get rid of this code.
Traceback (most recent call last):
File "C:\Users\Ian\Desktop\BlackJack.py", line 226, in ...
2
votes
2answers
103 views
Python converting string to tuple without splitting characters
I am striving to convert a string to a tuple without splitting the characters of the string in the process. Can somebody suggest an easy method to do this. Need a one liner.
Fails
a = 'Quattro ...
0
votes
3answers
42 views
Counting number of columns in text file with Python
I have two text files composed of spaced-separated columns. These are excerpts of these two files:
FileA
1 1742.420 -0.410 20.1530 0.4190 1.7080 0.5940
2 1872.060 0.070 21.4710 ...
1
vote
1answer
51 views
Export libraries from python 2 from python 3
I am working with python 3. My problem is that each time I install a package, it installs it for python2.
For example, I want to use mapnik, so I've just installed it with homebrew, and then it ...
0
votes
1answer
51 views
Determining if a Part of a string is in a List
Given the input
Guess='1 5K'
and a list
playable=['AC','QS','5S','5K','KC']
How would I go about determining if the '5K' part of Guess is in playable? Also, if it is in playable, how would I go ...
0
votes
2answers
72 views
Installing distribute in Python 3.3 Ubuntu
I am running Ubuntu 12.04 and I have a distribution of Python 3.3.1 installed. I want to install some packages, so I first sought to install distribute-0.6.38. During the "install" phase, I am ...
1
vote
2answers
37 views
Proper usage of Python 3 ftp class
As a python newbie still learning the language, I struggled for a couple of days trying to do a simple ASCII file transfer (STOR/PUT) using the ftp class in ftplib (running Python 3.3).
After using ...
2
votes
1answer
68 views
C Code for Python's property function?
I am really curious as to how Python's interpreter makes an attribute x out of a method x through x=property(x). If I could take a look at the C code, I would feel much better.
5
votes
1answer
56 views
The difference between bash and python pipes
I have the following three python scripts:
parent1.py
import subprocess, os, sys
relpath = os.path.dirname(sys.argv[0])
path = os.path.abspath(relpath)
child = subprocess.Popen([os.path.join(path, ...
-1
votes
2answers
61 views
While Loop Complications
I'm writing a python program based on the Accordion style of solitaire. I've written the above code and have been playing around with it for the last couple hours but I can't seem to make the loop run ...
0
votes
0answers
25 views
Google API SSL error using customsearch from Python3
I am unable to query google from Python3 client in Windows.
Here is the script
import urllib.request, urllib.parse, urllib.error, re, os, sys
import json
searchterm="hello"
prefix = ...
-4
votes
1answer
86 views
Craps game simulation python? create a program in python based on the information below Craps game above and include the given requirements 1,2,3,4
Each round has two phases: "come-out" and "point". To start a round, the shooter makes one or more "come-out" rolls. A come-out roll of 2, 3 or 12 loses and is called "craps". Anyone betting on the ...
-3
votes
2answers
51 views
error<0x275b990> - what does this mean
I have this function, but i'm not familiar with the error or how to correct it.
def intify(file1):
numbers=range(0,10)
strnum=[]
for x in numbers:
strnum.append(str(x))
...
0
votes
2answers
67 views
Reading a binary file on backwards using python
I try to read a file backwards (from end to begin). The example below does this, but I would like to ask the community - is there a more elegant solution to my question?
import os, binascii
CHUNK = ...
0
votes
1answer
43 views
Which Django asset manager/compressor is Python 3 compatible?
I finally want to migrate a Django project to Python 3.3 but have some issues with django-compressor, because it is not Python 3 compatible (yet).
Out of the asset managers listed on ...
0
votes
3answers
73 views
logic in if statement flow in Python
def find_acronym():
# if search term in database returns acronym and expansion
for abbr, text in acronyms.items():
if abbr == search_analyte.get():
...
0
votes
0answers
16 views
Decode error in python3 in Debian (UnicodeEncodeError: 'ascii' codec can't encode characters in position)
I have problem with decode in Python3 script. I know that this problem has been discused but solutions I have found don't help.
Problem: I have xml in 'Unicode string' type (get from doc.toxml()) and ...
0
votes
1answer
65 views
When I run my program my if statements never return anything
I was trying to make a simple Ideal Gases calculator but for some reason I cannot seem to get any of my if statements to return any values.
def Ideal():
p = input("Pressure:")
v = ...
0
votes
2answers
26 views
Python 3.3 Console NameError
I'm getting a weird error occurring. I'm trying to run a text based game through the python console window, the code runs very well in IDLE but when I run in console it executes the step to ask for a ...
0
votes
1answer
65 views
ECG filter in python
I'm new to Python, I hope not to obvious questions, need some urgent help.
I have a file with the signal, I have to answer the questions:
a) present a statistical description of the original signal ...
1
vote
3answers
41 views
remember password functionality in python
basically, I want to have a login box, and the option to remember the password next time you log in. I know there are encryption modules out there, but they require a password to work in the first ...
1
vote
1answer
16 views
List of combinations not directly accessible
When I create a list by calling the list function on an iterator that was itself produced with the itertools.combinations function, sometimes I get an error like the following:
*** Error in argument: ...
0
votes
1answer
41 views
Django import error - bad argument to internal function
I'm making a basic time-card program. I'm getting an error while importing views from urls.py. The other files in the app (models, forms, etc) can be imported, but any call to import views returns an ...
3
votes
2answers
78 views
Python memory leak in big data structes (lists, dicts) — what could be the reason?
The code is extremely simple. It shouldn't have any leaks since all is done inside the function. And nothing is returned.
I have a function which goes over all lines in a file (~20 MiB) and puts them ...
3
votes
3answers
57 views
print progress counter of python in DOS
test_count = 0
while test_count <= 100:
print test_count
test_count +=1
Currently this counter is printing on next line but I am looking for way to overwrite it on "0".
0
votes
2answers
69 views
Using Monte Carlo method to find a specific probability of a certain dice output in Python 3.2
I'm in a statistics class and we are constantly being given "dice problems" with various constrains. This is a probability problem, where I need to evaluate the probability of an event by using the ...
0
votes
2answers
44 views
How to find specific elements in XML using ElementTree
I'm trying to parse XML string which I get from youtube video feeds, using Python 3.3.1. Here is the code:
import re
import sys
import urllib.request
import urllib.parse
import xml.etree.ElementTree ...
0
votes
0answers
23 views
python and E01 files
Are there any modules for python for accessing the content of Expert Witness/EnCase E01 file?
E01 file is a forensic image of a harddrive, thumdrive etc. They are created with the help of programs ...



