If a dictionary key has a Python list as its value!

2024-03-07 Thread Varuna Seneviratna via Python-list
If a dictionary key has a Python list as its value, you can read the values one by one in the list using a for-loop like in the following. d = {k: [1,2,3]} > for v in d[k]: > print(v) No tutorial describes this, why? What is the Python explanation for this behaviour? Varuna -- https://m

I installed Python 3 on Fedora 14 By Downloading python3.2 bziped source tarball and install it according to the README, Now How shall I uninstalled python 3.2?

2011-05-23 Thread Varuna Seneviratna
I installed Python 3 By Downloading python3.2 bziped source tarball and install it according to the README, Now How shall I uninstalled python 3.2? The README instructions are as below Build Instructions -- On Unix, Linux, BSD, OSX, and Cygwin: ./configure make make

I am not able to verify the integrity of python.2.5.4.msi

2010-12-25 Thread Varuna Seneviratna
Hello there! I downloaded python msi version for Windows from http://www.python.org/download/releases/2.5.4/ .At the bottom of the page it is said that "The signatures above were generated with GnuPG using release manager Martin v. Löwis's public key