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 ...
Ok, so every time I run this and out in either of the options for 'a' it doesn't recognize them. Can someone help?: https://www.reddit.com/r/Python/comments/4i4lt2/ok_so_every_time_i_run_this_and_out_in_either_of/
reddit
Ok, so every time I run this and out in either of the... • /r/Python
0 points and 2 comments so far on reddit
Python3 resources for a Python2 programmer?: https://www.reddit.com/r/Python/comments/4i536e/python3_resources_for_a_python2_programmer/
reddit
Python3 resources for a Python2 programmer? • /r/Python
So the project I am on uses Python3. I guess it is now time that I get up to speed and actually learn it. I'll be honest, being an avid Python2...
Fast Python networking: Implementation of asyncio event loop on top of libuv: https://www.reddit.com/r/Python/comments/4i5ikn/fast_python_networking_implementation_of_asyncio/
reddit
Fast Python networking: Implementation of asyncio... • /r/Python
3 points and 0 comments so far on reddit
Crowdsourced comparison of Python IDEs with detailed pros and cons for each.: https://www.reddit.com/r/Python/comments/4i5i9m/crowdsourced_comparison_of_python_ides_with/
reddit
Crowdsourced comparison of Python IDEs with detailed... • /r/Python
5 points and 0 comments so far on reddit
Formatting a text file that already contains a table with rows columns: https://www.reddit.com/r/Python/comments/4i5tu6/formatting_a_text_file_that_already_contains_a/
reddit
Formatting a text file that already contains a table... • /r/Python
Hello Reddit community, from what I'm reading Python can be a handy tool to format text so I thought I would give it a try. In my text sample I...