Top "Python-3.4" questions

The version of the Python programming language released on March 16, 2014.

Python 3.4 and 2.7: Cannot install numpy package for python 3.4

I am using Ubuntu 12.04 and want to use python 3.4 side by side with python 2.7. The installation of python 3.4 worked properly. …

python numpy ubuntu pip python-3.4
Solving install issues with Python 3.4 on Windows

I have recently tried to install Python 3.4 as an alternative installation on my system in an attempt to familiarise myself …

pip python-3.4 windows64
Unable to install logging module (Python)

I'm trying to install the logging module for Python 3.4. I'm using pip3 install logging. Both times I run into a …

logging pip python-3.4
Please explain "Task was destroyed but it is pending!"

Python 3.4.2 I am learning asyncio and I use it to continously listen IPC bus, while gbulb listens to the dbus. …

python python-3.x python-3.4 python-asyncio
System Python conflict between Anaconda and existing Python installation

I've been going with a basic Python3.4 install that I've been installing many modules into for over the past month …

python installation python-3.4 anaconda
Reload a Module in Python 3.4

I know this might sound like a really stupid question but whatever. I've made a small script in Python and …

python python-3.x python-3.4 python-module
How to install xmlrpclib in python 3.4?

When I am trying to install xmlrpclib, I am getting following error in python version 3.4 Downloading/unpacking xmlrpclib Could not …

python xml-rpc python-3.4 xmlrpclib xmlrpcclient
Finding entries containing a substring in a numpy array?

I tried to find entries in an Array containing a substring with np.where and an in condition: import numpy …

numpy where python-3.4 string-comparison
Python 3 urllib.request.urlopen

How can I avoid exceptions from urllib.request.urlopen if response.status_code is not 200? Now it raise URLError or …

python exception httprequest urllib python-3.4
Python type hinting without cyclic imports

I'm trying to split my huge class into two; well, basically into the "main" class and a mixin with additional …

python pycharm python-3.4 python-3.5 type-hinting