Top "Python-3.2" questions

For issues that are specific to Python 3.2. Use the more generic [python] and [python-3.x] tags where possible.

Python center string using format specifier

I have a string called message. message = "Hello, welcome!\nThis is some text that should be centered!" And I'm trying …

python python-3.x formatting string-formatting python-3.2
Usage of pickle.dump in Python

I'm trying to learn how to use the pickle module in Python: import pickle x = 123 f = open('data.txt','w') …

python serialization pickle python-3.2
How to put a variable in x/y label using matplotlib module pyplot

I am generating a stacked bar graph in Python3.2 and using 'Matplotlib' module 'pyplot'. The only problem is that in …

python label matplotlib python-3.2
input() vs sys.stdin.read()

import sys s1 = input() s2 = sys.stdin.read(1) #type "s" for example s1 == "s" #False s2 == "s" #True Why? How …

python python-3.x input python-3.2
Python 3.2 installation on Ubuntu 12.04

I am trying to install python 3.2.3 on my ubuntu machine, which is 12.04, but I do not want to disturb the …

python ubuntu-12.04 failed-installation python-3.2
Python3 and pandas

I have checked some other SO answers and googled somewhat extensively and cannot seem to find someone who has asked/…

ubuntu pandas python-3.2
Identifying the data type of an input

Hi I am trying to print the data type of a user input and produce a table like following: ABCDEFGH = …

python python-3.x types user-input python-3.2
Uninstall python 3.2 on mac os x 10.6.7

According to the documentation from python.org, python 3.2 install on mac os requires an upgrade to tcl/tk 8.5.9 (for use …

macos uninstallation python-3.2
Sending mail error with python smtplib

I am attempting to use the python 3.2 SMTPlib.sendmail() function to send a message, after some modifcation of the SMTP …

python email smtp python-3.2 yahoo-mail
How to convert a month number into a month name in python

How do you get a list to correspond with a user input. If I had a list like: month_lst = […

list numbers python-3.2