Top "Python-3.3" questions

For issues that are specific to Python 3.3. Use the more generic [python] and [python-3.x] tags where possible.

Python 3: ImportError "No Module named Setuptools"

I'm having troubles with installing packages in Python 3. I have always installed packages with setup.py install. But now, when …

python module package setup.py python-3.3
How to make program go back to the top of the code instead of closing

I'm trying to figure out how to make Python go back to the top of the code. In SmallBasic, you …

python python-3.3
How to install pip for Python 3 on Mac OS X?

OS X (Mavericks) has Python 2.7 stock installed. But I do all my own personal Python stuff with 3.3. I just flushed …

python macos python-3.x pip python-3.3
Writing to CSV with Python adds blank lines

I am trying to write to CSV file but there are blank rows in between. How can I remove the …

python csv python-3.3
Division in Python 2.7. and 3.3

How can I divide two numbers in Python 2.7 and get the result with decimals? I don't get it why there …

python python-2.7 python-3.3 division
SyntaxError: unexpected EOF while parsing

I have no idea why this does not work please help import random x = 0 z = input('?') int(z) …

python eclipse python-3.x pydev python-3.3
Meaning of end='' in the statement print("\t",end='')?

This is the function for printing all values in a nested list (taken from Head first with Python). def printall(…

python python-3.x python-3.3
Random word generator- Python

So i'm basically working on a project where the computer takes a word from a list of words and jumbles …

python random python-3.3
AttributeError: 'module' object has no attribute 'request'

When I run the following code in Python 3.3: import urllib tempfile = urllib.request.urlopen("http://yahoo.com") I get the …

python python-3.x python-3.3
Can't use chrome driver for Selenium

I'm having trouble using the Chrome driver for Selenium. I have the chromedriver downloaded and saved to C:\Chrome: driver = …

python google-chrome python-3.x selenium python-3.3