Distributed software, different packages?: https://www.reddit.com/r/Python/comments/4i0i5i/distributed_software_different_packages/
reddit
Distributed software, different packages? • /r/Python
I manage a few regular computers in the office that I work in. These are typical desktop Windows PC's. I typically develop some code on my own...
How to crop biggest rectangle out of an image: http://stackoverflow.com/questions/36982736/how-to-crop-biggest-rectangle-out-of-an-image
Stack Overflow
How to crop biggest rectangle out of an image
I have a few images of pages on a table. I would like to crop the pages out of the image. Generally, the page will be the biggest rectangle in the image, however, all four sides of the rectangle mi...
Pandas 0.18.1 released (.rolling() on .groupby()'s, method chaining etc.): https://www.reddit.com/r/Python/comments/4i10nt/pandas_0181_released_rolling_on_groupbys_method/
reddit
Pandas 0.18.1 released (.rolling() on .groupby()'s,... • /r/Python
4 points and 0 comments so far on reddit
PyDev 5.0.0: PyUnit view persists state across restarts, Java 8 now required: https://www.reddit.com/r/Python/comments/4i1bt6/pydev_500_pyunit_view_persists_state_across/
reddit
PyDev 5.0.0: PyUnit view persists state across... • /r/Python
1 points and 0 comments so far on reddit
Mypy (a PEP 484 type checker for Python 3) 0.4 released!: https://www.reddit.com/r/Python/comments/4i1o45/mypy_a_pep_484_type_checker_for_python_3_04/
reddit
Mypy (a PEP 484 type checker for Python 3) 0.4 released! • /r/Python
3 points and 0 comments so far on reddit
The Open Source Python "Arcade" Library -- Preview: https://www.reddit.com/r/Python/comments/4i1kfl/the_open_source_python_arcade_library_preview/
reddit
The Open Source Python "Arcade" Library -- Preview • /r/Python
The [Arcade Library](http://pythonhosted.org/arcade/) is a beginner-friendly library for creating 2D games in Python. It is designed for people...
List of commonly mispronounced Python packages: https://www.reddit.com/r/Python/comments/4i1uev/list_of_commonly_mispronounced_python_packages/
reddit
List of commonly mispronounced Python packages • /r/Python
What are some commonly mispronounced python packages or closely related libraries other than the below: * pypi = "pie-pee-eye" or "pip-ee" *...
Please help, beginner need help with code: https://www.reddit.com/r/Python/comments/4i2wh4/please_help_beginner_need_help_with_code/
reddit
Please help, beginner need help with code • /r/Python
Hi I am a beginner coder and I want to know how to add a new line after every word that is inputted by a user from...
Recognizing Snacks using Python and SimpleCV: https://www.reddit.com/r/Python/comments/4i32k7/recognizing_snacks_using_python_and_simplecv/
reddit
Recognizing Snacks using Python and SimpleCV • /r/Python
Continue on the snack watching series, this new article aims to provide the basic knowledge of how to recognize snacks by using Python and...
Cheap hosting for python scripts?: https://www.reddit.com/r/Python/comments/4i30t7/cheap_hosting_for_python_scripts/
reddit
Cheap hosting for python scripts? • /r/Python
I have a few python scripts that take a comma delimited file, process it and then output another one. I'd like to host them somewhere where I can...
Typed Python: new Mypy release: http://mypy-lang.blogspot.com/2016/05/mypy-04-released.html
RESTful Api framework that supports RethinkDB?: https://www.reddit.com/r/Python/comments/4i41d2/restful_api_framework_that_supports_rethinkdb/
reddit
RESTful Api framework that supports RethinkDB? • /r/Python
Does anyone know one? * eve doesn't support it: https://github.com/nicolaiarocci/eve/issues/668 These don't mention RethinkDB anywhere on their...
Speeding up the sound processing algorithm: http://stackoverflow.com/questions/37006960/speeding-up-the-sound-processing-algorithm
Stackoverflow
Speeding up the sound processing algorithm
I use the following code to do some immediate sound processing/analyzing. It works, but really slow (compared to the planned speed). I have added some time markers to find out where the problem is ...