Numpy: What is special about division by 0.5?: http://stackoverflow.com/questions/42027585/numpy-what-is-special-about-division-by-0-5
  
  Stackoverflow
  
  Numpy: What is special about division by 0.5?
  This answer of @Dunes states, that due to pipeline-ing there is (almost) no difference between floating-point multiplication and division. However, from my expience with other languages I would exp...
  access data in sharded JSON files on S3 from Blaze: http://stackoverflow.com/questions/42603299/access-data-in-sharded-json-files-on-s3-from-blaze
  
  Stackoverflow
  
  access data in sharded JSON files on S3 from Blaze
  I am trying to access line delimited JSON data on S3.
From my understanding of the docs I should be able to do something like
print data(S3(Chunks(JSONLines))('s3://KEY:SECRET@bucket/dir/part-*.js...
  From my understanding of the docs I should be able to do something like
print data(S3(Chunks(JSONLines))('s3://KEY:SECRET@bucket/dir/part-*.js...
Inspect internal variables as scipy.optimize.minimize runs?: http://stackoverflow.com/questions/42657931/inspect-internal-variables-as-scipy-optimize-minimize-runs
  
  Stackoverflow
  
  Inspect internal variables as scipy.optimize.minimize runs?
  I usually inspect my variables with pdb as my program runs. Now I wish to debug my scipy.optimize.minimize by inspecting the variables as the optimization runs.
result = scipy.optimize.minimize(fu...
  result = scipy.optimize.minimize(fu...
How would you create a string with two back slashes (\\) without it being interpreted as an escape of the second slash?: https://www.reddit.com/r/Python/comments/5yi03o/how_would_you_create_a_string_with_two_back/
  
  reddit
  
  How would you create a string with two back slashes... • r/Python
  I've tried adding more slashes but I thought about it and I'm not sure it makes sense... My IDE also is freaking out a little when I do it, it...
  Matplotlib animations not working on IPython: https://www.reddit.com/r/Python/comments/5yi2tb/matplotlib_animations_not_working_on_ipython/
  
  reddit
  
  Matplotlib animations not working on IPython • r/Python
  I can't get the IPython console to display a simple animation (http://matplotlib.org/examples/animation/animate_decay.html, for example). The...
  Which companies use python for machine learning: https://www.reddit.com/r/Python/comments/5yi9ld/which_companies_use_python_for_machine_learning/
  
  reddit
  
  Which companies use python for machine learning • r/Python
  I had used python for some data analysis and machine learning. Namely anaconda (data science platform) ,matplotlib,pandas,scikit-learn , a few...
  Decode Stream to CSV in Python by Byte (Translate from C# code): http://stackoverflow.com/questions/42660691/decode-stream-to-csv-in-python-by-byte-translate-from-c-sharp-code
  
  Stackoverflow
  
  Decode Stream to CSV in Python by Byte (Translate from C# code)
  I am trying to consume a streamed response in Python from a soap API, and output a CSV file. The response outputs a string coded in base 64, which I do not know what to do with. Also the api
  How can I get a fast estimate for the distance between a point and a bicubic spline surface in Python?: http://stackoverflow.com/questions/42634704/how-can-i-get-a-fast-estimate-for-the-distance-between-a-point-and-a-bicubic-spl
  
  Stackoverflow
  
  How can I get a fast estimate for the distance between a point and a bicubic spline surface in Python?
  How can I get a fast estimate for the distance between a point and a bicubic spline surface in Python? Is there an existing solution that I could leverage in SciPy, NumPy, or some other package?
I...
  I...
Beginner programmer needs help with Python on a Raspberry Pi for school: https://www.reddit.com/r/Python/comments/5ygdhi/beginner_programmer_needs_help_with_python_on_a/
  
  reddit
  
  Beginner programmer needs help with Python on a... • r/Python
  Hello /r/python. I am a student trying to learn Python for a mechanical design class. Im trying to program a Raspberry Pi B+ to do some basic...
  Known Python conflicts in Linux?: https://www.reddit.com/r/Python/comments/5yjg6x/known_python_conflicts_in_linux/
  
  reddit
  
  Known Python conflicts in Linux? • r/Python
  Xubuntu 16.04.1 - preinstalled 2.7//3.5 (I think, not sitting in front of my computer atm) About 2 weeks ago I started working on a small GUI...
  Wrote a new tool that makes beautiful dir() output: https://www.reddit.com/r/Python/comments/5ykbef/wrote_a_new_tool_that_makes_beautiful_dir_output/
  
  reddit
  
  Wrote a new tool that makes beautiful dir() output • r/Python
  347 points and 97 comments so far on reddit
  Pytest won't convert date field to datetime.date object in Django: http://stackoverflow.com/questions/42665416/pytest-wont-convert-date-field-to-datetime-date-object-in-django
  
  Stackoverflow
  
  Pytest won't convert date field to datetime.date object in Django
  I have this simple query written in Django and I want to run my tests with Pytest.
results = (self.base_query
.order_by('service_date')
.extra({'sd': "date(
  results = (self.base_query
.order_by('service_date')
.extra({'sd': "date(
How to force application version on AWS Elastic BeansTalk: http://stackoverflow.com/questions/39185570/how-to-force-application-version-on-aws-elastic-beanstalk
  
  Stack Overflow
  
  How to force application version on AWS Elastic Beanstalk
  I'm trying to deploy a new version of my Python/Django application using eb deploy.
It unfortunately fails due to unexpected version of the application. The problem is that somehow eb deploy screw...
  It unfortunately fails due to unexpected version of the application. The problem is that somehow eb deploy screw...