Python is a dynamic, strongly typed, object-oriented, multipurpose programming language, designed to be quick (to learn, to use, and to understand), and to enforce a clean and uniform syntax. Two similar but incompatible versions of Python are in use (Python 2.7 or 3.x). For version-specific Python questions, please also use the [python-2.7] or [python-3.x] tags. When using a Python variant (Jython, Pypy, Iron-python, etc.) - please also tag the variant.
I am desiring to send an email in R with an attachment using gmail. I have found that sendmailR does not work
I'd like to use the Jython interpreter with IPython, so that I could use things like tab completion and p
I'm using PyDev under Eclipse to write some Jython code. I've got numerous instances where I need t
I am quite new in Python programming. While googling I found some of the Python related words. I just wanted t
No flame wars please. I am admittedly no fan of Java, but I consider the JVM to be a fairly decent and well-op
Several processes with the same name are running on host. What is the cross-platform way to get PIDs of those
I have been a Python programmer for almost two years, and I am used to writing small scripts to automate some
The other day I came across a Python implementation called Jython. With Jython you can write Java applications
According to Jython's documentation: Jython is an implementation of the Python language for the Jav
I just discovered a logical bug in my code which was causing all sorts of problems. I was inadvertently doing
I need to create a NumPy array of length n, each element of which is v. Is there anything better than: a = e
I have two numpy arrays of different shapes, but with the same length (leading dimension). I want to shuffle e
In numpy / scipy, is there an efficient way to get frequency counts for unique values in an array? Something
I have created an array thusly: import numpy as np data = np.zeros( (512,512,3), dtype=np.uint8) data[256,256
If I have a numpy dtype, how do I automatically convert it to its closest python data type? For example, num