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: "long int too large to convert to float" when calculating pi

I get this error when using a python script that calculates pi using the Gauss-Legendre algorithm. You can only use …

python python-3.x pi python-3.3
Catching a jira-python exception

I am trying to handle jira-python exception but my try, except does not seem to catch it. I also need …

python jira python-3.3 python-jira
Coderunner uses old 2.71 version of Python instead of 3.2 on OSX 10.7.5

I am trying to use the newer version of Python but when I type: import sys print sys.version_info …

python macos python-2.7 python-3.3 vscode-code-runner
Using bisect in a list of tuples?

I'm trying to figure out how to use bisect in a list of tuples for example [(3, 1), (2, 2), (5, 6)] How can I bisect …

python python-3.3
Is python package virtualenv necessary when I use python 3.3?

I was looking in Cristoph Gohlke's python packages and I noticed that there is a package Virtualenv for Python 3.3. Since …

python virtualenv python-3.3
Passing the library path as a command line argument to setup.py

modules = [Extension("MyLibrary", src, language = "c++", extra_compile_args=["-fopenmp", "-std=c++11", "-DNOLOG4CXX"], # log4cxx is not currently used …

python distutils python-3.3 setup.py
whats the difference between python 3.3 and 3.3m

What's the difference between python 3.3 and 3.3m I'm using Ubuntu 13.04 Raring and on my system I have python2.7 and python3.3 (…

python python-3.3