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.

hash function in Python 3.3 returns different results between sessions

I've implemented a BloomFilter in python 3.3, and got different results every session. Drilling down this weird behavior got me to …

python security hash python-3.3 hash-collision
sum of nested list in Python

I try to sum a list of nested elements e.g, numbers=[1,3,5,6,[7,8]] should produce sum=30 I wrote the following code : …

python list python-3.3
Installing pip for python3.3

I downloaded pip from Package Index > pip 1.2.1 Then I installed it using sudo python3.3 setup.py install Still, when …

python macos unix pip python-3.3
Import arbitrary python source file. (Python 3.3+)

How can I import an arbitrary python source file (whose filename could contain any characters, and does not always ends …

python python-3.x python-3.3
Installing newest Python on openSUSE

I installed Python on an openSUSE system (see version below) using the Zypper package manager. This gives me Python 3.2, but …

python python-3.3 opensuse suse
Using Pillow with Python 3

I'm not having much luck using Pillow with Python 3.3.2 and I'd be grateful for some help. My problem is that …

python-3.3 pillow
Tkinter Not Found

I'm running Windows 7 32-bit. I've installed Python 3.2.2 and selected every module for installation (including Tcl/Tk). On my computer, I …

python python-3.x tkinter python-3.3 importerror
Using the crypt module in Windows?

In IDLE and Python version 3.3.2, I try and call the python module like so: hash2 = crypt(word, salt) I import …

python windows python-2.7 python-3.3 crypt
Python 3.3 - Connect with Oracle database

Is there a module for python 3.3 to connect with Oracle Databases? Which is the easiest to use? Something like the …

python oracle python-3.3
How to choose a random line from a text file

I am trying to make a lottery program for my school (we have an economic system). My program generates numbers …

python file random python-3.3