Python 3 is the latest version of the Python programming language and was formally released on December 3rd, 2008.
4
votes
2answers
80 views
Looping dictionary values
I currently have a program which reads a text file and answers a set of queries based on the input inside. It serves to figure out who the mothers are of the children questioned. I'm now taking it one ...
1
vote
0answers
52 views
List index out of range? Python
So I'm having trouble with my coding homework, I'm trying to make a GPA calculator and I think that it is complete for the most part, but it won't work because it keeps telling me that there list ...
0
votes
0answers
4 views
Difference between python3 and python3m executibles
What is the difference between the /usr/bin/python3 and /usr/bin/python3m executibles?
I am observing them on Ubuntu 13.04, but Google suggests that they exist on other distributions too.
The two ...
0
votes
1answer
2k views
Python 3.x: urllib.request error
My code:
import urllib.request, urllib.parse, urllib.error
def login():
url = 'http://rsbot.lt/news.php'
values = {'user_name' : 'Name',
'user_pass' : 'Password' }
data = ...
0
votes
9answers
1k views
How to use multiple versions of Python without uninstallation
I am faced with a unique situation, slightly trivial but painful.
I need to use Python 2.6.6 because NLTK is not ported to Python 3 (that's what I could gather).
In a different code(which am ...
3
votes
3answers
529 views
python urllib usage
I imported two libraries urllib and from urllib.request import urlopen.
The second one is contained in the first
When I went over the code and tried to remove the from urllib.request import ...
5
votes
2answers
2k views
argparse missing in python 3
does somebody know, why the argparse module didn't make it in python 3? it's new in python 2.7, but the 2.x branch is running out with 2.7. it makes no sense to me not to support it in the actual ...
-3
votes
2answers
46 views
Am I allowed to distribute my python program for a price? [closed]
Right now I am a student, and I have a wonderful idea that I am currently working on in python, but I was wondering if python is compatible with any licensing option that would allow me to sell it ...
0
votes
1answer
26 views
How do I change the same parameter on multiple objects efficiently in Blender?
Starting with a single cube, I have changed some properties (material, color, reflection attributes), and then duplicated the object into a dozen cubes, placing them in the scene. After rendering, I'd ...
0
votes
2answers
71 views
Python: How can I create a Python project compatible to Python 2 and Python 3?
I want to create a package which should be compatible to Python 2.7 and Python 3.3.
The logic should exist only once.
How do you normally represent the programming logic - in Python 2.7 or Python ...
0
votes
4answers
53 views
Iterate between bits in a binary number
How can I iterate and evaluate the value of each bit given a specific binary number in python 3?
For example:
00010011
--------------------
bit position | value
--------------------
[0] ...
1
vote
2answers
31 views
Python 3 dynamically assign base class
I am writing a simple chess program to practice my OOP in python 3 and was wondering how to dynamically change (before class creation) the base class for a class definition. My class structure is ...
0
votes
1answer
11 views
How to empty DBM file in Python efficiently?
There is a command in DBM module to delete the value stored at a key.
del d[key] # delete data stored at key (raises KeyError # if no such key)
But I cannot even iterate with this command, ...
0
votes
1answer
38 views
Unable to successfully dump emails retrieved from gmail to mbox file using python
I have written below 2 code snippets. Second one work's as expected but not the first one.I am unable to find out why output list of print(msg_obj.keys()) at line #22 in first snippet doesn't contain ...
0
votes
0answers
10 views
Writing a program to read postfix expressions
Assume a machine that has a single register and six instructions.
LD A-------which places the operand A into the register
ST A-------which places the contents of the register into the variable A
AD ...
0
votes
2answers
49 views
In Python 3.3.2 how do I have the code wait for the user to press the “w” key?
The question pretty much says everything. I've seen answers to similar questions, but not this question precisely, and it seems I need a more precise answer. Keep in mind that I am relatively new to ...
0
votes
2answers
105 views
Utilising Python dictionaries
I have a program which writes a text file containing names and some queries. The first four lines start by defining a parental figure on left and their children after the colon; think of it as a ...
0
votes
3answers
26 views
Tkinter: String variables not working
I have made a program for science which asks you a symbol of n element and you must type in the element but the problem is that it can't tell if you got the answer wrong it just keeps saying CORRECT!,
...
-2
votes
0answers
30 views
Neural network Libraries for python 3? [closed]
Are there any good neural network libraries for python 3? I was looking at PyBrain, but it doesn't seem to be compatible with the 3.x series. Any suggestions? Remember Python 3!
0
votes
1answer
21 views
Python 3 ValueError deleting from list
I'm creating a new game using Python 3 and PySide. The game is a simple UI for the game Password, and basically pulls a random value from a list, displays it, and once done with the value(word), ...
0
votes
1answer
117 views
Flow control in a simple Python script
I am trying to make a simple game.
The logic is like this: "There are five doors, each numbered 1 to 5. Users will be asked to input any one number. For example, if they enter "1", the GoldRoom will ...
0
votes
3answers
34 views
Empty list variable stored as type 'None'
I am trying to write a short function in Python 3.3.2. Here's my module:
from math import sqrt
phi = (1 + sqrt(5))/2
phinverse = (1-sqrt(5))/2
def fib(n): # Write Fibonacci numbers up to n using ...
-1
votes
4answers
78 views
how to use let python use negative numbers
I've been making a linear equation calculator and I'm wondering how to let python use negative numbers. Like int(), float() etc...
here is my code.
import time
print("Hello and welcome to the ...
1
vote
3answers
99 views
Exporting items from a model to CSV Django / Python
I'm fairly new to django and Python and want to be able to export a list of items in my model i.e products. I'm looking at the documentation here - ...
1
vote
2answers
51 views
python: adding a reset function to a threaded application
My python code runs a function that takes a long time:
Navigation()
During this execution I'd like to have a reset button. For reset button to work, I used threading and I managed to get my code ...
15
votes
5answers
10k views
How to strip all whitespace from string
How do I strip all the spaces in a python string? For example, I want a string like strip my spaces to be turned into stripmyspaces, but I cannot seem to accomplish that with strip():
>>> ...
3
votes
3answers
46 views
Given f, is there an automatic way to calculate fprime for Newton's method?
The following was ported from the pseudo-code from the Wikipedia article on Newton's method:
#! /usr/bin/env python3
# https://en.wikipedia.org/wiki/Newton's_method
import sys
x0 = 1
f = lambda x: x ...
0
votes
2answers
20 views
image changing to another image changing in pygame
i made a program in pygame ware a mine turtle runs in a sqare but when you click in the box he explodes but when i change the image to an explodtion it shows th mineturtle first
here's my code:
...
0
votes
1answer
31 views
Why is the compileall module not working?
I'm testing compiling Python code, but when I run the compileall module on a directory with a test file in it, it skips the directory and goes and compiles the Standard Library for some reason. Why is ...
0
votes
1answer
17 views
CMake find_package(PythonLibs) not working
I am trying to use Python.h in a C++ project compiled with g++. I am using CMake to generate proper include/lib links. I am using the built-in feature
find_package(PythonLibs REQUIRED)
but cannot ...
0
votes
2answers
47 views
Filter list to remove similar, but not identical, entries
I have a long list containing several thousand names that are all unique strings, but I would like to filter them to produce a shorter list so that if there are similar names only one is retained. For ...
0
votes
1answer
19 views
Metaclass - cannot replace class dict
Running this (Python 3.3.1):
from collections import OrderedDict
class MyType(type):
@classmethod
def __prepare__(*args):
return OrderedDict()
class MyClass2(metaclass=MyType):
...
0
votes
2answers
31 views
Set the same width to an entry and text tkinter label
I would like to put an entry and a text label one under the other and with the same width.
Here is my code :
from tkinter import *
root = Tk()
title = StringVar()
title_entry = Entry(root, ...
0
votes
0answers
11 views
Sending python logger info or messages to client through UDP or TCP connection
i want to send the logger info/messages of a python script to vb.net application via UDP or TCP. can anyone help me finding the right way to do so ?
Here is my work roughly done : Its just log the ...
3
votes
4answers
67 views
string.lower in Python 3
I had a working python script, but something must have changed in python 3.
For example if I wanted to convert argument 1 to lowercase:
import string
print(string.lower(sys.argv[1]))
It says that ...
0
votes
3answers
51 views
Verifying If key or value exists in dictionary, works for char and fails for number
Why is below program returns nothing when I provide input 1 or 3. And works in case of c.
#!/usr/local/bin/python3
d = {'a':1, 'b':3, 8:'c'}
x = input()
if x in d.values():
print('In a ...
0
votes
0answers
15 views
access to Sybase ASE 15.5 from Python3 64bit
I need to access to Sybase ASE 15.5 from Python3 64bit.
I have the sybclient64 on my PC.
I tried with python-sybase-0.40, but the installer does not work.
Please, could you tell me what libraries to ...
0
votes
1answer
25 views
Local variable is not accessible
I have this code:
def findwordfiles(title):
name =[]
chekname =[]
title = title.strip()
found = 0
searchdir = '/Volumes/public/auryn/Marketing/Metadata/Auryn Reader'
for ...
-3
votes
0answers
24 views
How do you make a pygame code run on IDLE.? [closed]
I tried to copy paste a code from a python game and run it on Python 3.3 but I got an error
10
votes
8answers
15k views
How to instantiate a class in python
So, I'm trying to learn Python. It seems pretty easy, but evidently, I don't understand how classes are used. The following code gives me an error when I try to use the class.
class mystuff:
...
1
vote
2answers
45 views
relative import in Python 3 not working
I have the following directory:
mydirectory
├── __init__.py
├── file1.py
└── file2.py
I have a function f defined in file1.py.
If, in file2.py, I do
from .file1 import f
I get the following ...
0
votes
2answers
42 views
command line arguments PYTHON
Code
import sys
def main()
print(sys.argv)
Version - 3.3
File name Pytest.py
running the file with syntax pytest.py aaa bbb ccc
But it didn't print anything and not giving any error also
1
vote
1answer
27 views
Efficient way to iterate through numpy arrays in parallel and create a new resultant array
I have 3 numpy arrays dm_w, dm_s and dm_p. I am in need of iterating through these arrays in parallel, do some computation based on a check condition as shown in code below.
My code works well for ...
1
vote
2answers
33 views
input error in python
from theano.tensor import stacklists, scalars, matrices
from theano import function
a, b, c, d = scalars('abcd')
X = stacklists([[a, b], [c, d]])
f = function([a, b, c, d], X)
f(1, 2, 3, 4)
...
0
votes
1answer
35 views
WebDriver claiming editable element is not editable
I'm running a simple test with Selenium WebDriver and Python to send/verify receipt of email.
Once I switch to the iframe containing the message body and locate the editable body element and try to ...
1
vote
1answer
16 views
Python3 PIL (Pillow) draw.pieslice bad arc
I'm dawing a simple pieslice with PIL
image = Image.new("RGBA", (256, 128), "#DDD")
draw = ImageDraw.Draw(image, image.mode)
draw.pieslice((0, 0 , 64, 64), 180, 270, fill="white)
del draw
...
0
votes
2answers
50 views
Why is Tkinter missing?
Started messing with Tkinter today, but when I tried to run my first program it crashed. It appears the reason is that I don't have Tkinter. This is a standard installation of Python 3.3 on Windows 7, ...
0
votes
1answer
24 views
Why am I getting this AttributeError ? (python3 , pygame)
Below is the error I am receiving and the code I have written. I know similar questions have been asked , but the solutions they are given do not relate to this case. And I can't seem to figure out ...
2
votes
3answers
68 views
Python writing binary files, bytes
Python 3. I'm using QT's file dialog widget to save PDFs downloaded from the internet. I've been reading the file using 'open', and attempting to write it using the file dialog widget. However, I've ...
0
votes
1answer
62 views
How can I make a ball move in pygame when dragged by mouse?
I am making a small game in python where balls are fired by a catapult, and then the balls destroy a structure of boxes and a snake. At the moment I have made the boxes and the snakes however, I am ...



