pipspect - simple cli tool to inspect your modules: https://www.reddit.com/r/Python/comments/4hzv1f/pipspect_simple_cli_tool_to_inspect_your_modules/
reddit
pipspect - simple cli tool to inspect your modules • /r/Python
2 points and 1 comments so far on reddit
Getting an empty ImmutableMultiDict object from jQuery request data: http://stackoverflow.com/questions/36995516/getting-an-empty-immutablemultidict-object-from-jquery-request-data
Stackoverflow
Getting an empty ImmutableMultiDict object from jQuery request data
Trying to upload a file to server but the ImmutableMultiDict object is returning empty.
upload.html
Upload File Ajax
<script
upload.html
Upload File Ajax
<script
Complicated or not? Quantom physics?: https://www.reddit.com/r/Python/comments/4i038u/complicated_or_not_quantom_physics/
reddit
Complicated or not? Quantom physics? • /r/Python
https://imgur.com/h1Enhfw Not sure what/how to do this so can someone show me the light. Ive tried to search forums and google, but havent found...
Python Weekly - Issue 242: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Close console window automatically: https://www.reddit.com/r/Python/comments/4i0hve/close_console_window_automatically/
reddit
Close console window automatically • /r/Python
So, I made one python script which ends with taking a screenshot. I made the script to run in a scheduler every 1 minute. When I run the script, a...
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