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.

uwsgi python3 plugin doesn't work

i compiled uwsgi with make and it's successfully done,and now i decide to run my django1.5 site with python3.3 . …

plugins python-3.x compilation uwsgi python-3.3
How to update values to the listbox under Combobox in ttk Python33

When I create the Combobox, it has no items in the list. Now when I click on the dropdown button …

combobox tkinter python-3.3 ttk
Removing everything except letters and spaces from string in Python3.3

I have this example string: happy t00 go 129.129 and I want to keep only the spaces and letters. All I …

python regex python-3.3 translate
Writing a .CSV file in Python that works for both Python 2.7+ and Python 3.3+ in Windows

EDIT: I put it in the title, but just realized I didn't mention it in the body. This seems to …

python python-2.7 csv python-3.x python-3.3
Empty space in between rows after using writer in python

I am using csv package now, and every time when I write to a new csv file and open it …

python csv python-3.3 writer
Using pySerial with Python 3.3

I've seen many code samples using the serial port and people say they are working codes too. The thing is, …

python pyserial python-3.3
Creating a WebSocket Client in Python

I am trying to learn about socket programming as well as the WebSocket protocol. I know that there are python …

sockets websocket tornado python-3.3 handshake
In Python 3.x make print work like in Python 2 (as statement)

I wonder if the print function can be made work (without changing the syntax all over the place) like in …

python function python-2.7 python-3.3
Can't catch mocked exception because it doesn't inherit BaseException

I'm working on a project that involves connecting to a remote server, waiting for a response, and then performing actions …

python exception-handling python-requests python-3.3 python-mock
print two dimensional list

I have a list, in which is another list and I want to doc.write(a) a = [[1, 2, "hello"], [3, 5, "hi There"], [5,7,"…

python python-3.x python-3.3