Problem : I am using this part of code to ping an ip address in java but only pinging localhost […]
Coding Discuss
Can I save a numpy array as a 16-bit image using “normal” (Enthought) python?
Question : Can I save a numpy array as a 16-bit image using “normal” (Enthought) python? Is there any way […]
Principal component analysis in Python
Question : Principal component analysis in Python I’d like to use principal component analysis (PCA) for dimensionality reduction. Does numpy […]
Slicing a numpy array along a dynamically specified axis
Question : Slicing a numpy array along a dynamically specified axis I would like to dynamically slice a numpy array […]
How do I perform query filtering in django templates
Question : How do I perform query filtering in django templates I need to perform a filtered query from within […]
How to visualize RNN/LSTM gradients in Keras/TensorFlow?
Question : How to visualize RNN/LSTM gradients in Keras/TensorFlow? I’ve come across research publications and Q&A’s discussing a need for […]
Keep other columns when doing groupby
Question : Keep other columns when doing groupby I’m using groupby on a pandas dataframe to drop all rows that […]
Why would one mark local variables and method parameters as “final” in Java? [closed]
Problem : As it currently stands, this question is not a good fit for our Q&A format. We expect answers […]
Why is lxml.etree.iterparse() eating up all my memory?
Question : Why is lxml.etree.iterparse() eating up all my memory? This eventually consumes all my available memory and then the […]
Running Python code contained in a string
Question : Running Python code contained in a string I’m writing a game engine using pygame and box2d, and in […]