Celery like task manager for new AsyncIO Python module. Still in alpha, but functional.: https://www.reddit.com/r/Python/comments/627a18/celery_like_task_manager_for_new_asyncio_python/
reddit
Celery like task manager for new AsyncIO Python module.... • r/Python
1 points and 0 comments so far on reddit
Require login in a Django Channels socket?: http://stackoverflow.com/questions/43033927/require-login-in-a-django-channels-socket
Stack Overflow
Require login in a Django Channels socket?
I'm trying out Channels in Django 1.10 and set up a few consumers.
I tried creating a login_required decorator for it that closes the connection before executing it to prevent guests from entering...
I tried creating a login_required decorator for it that closes the connection before executing it to prevent guests from entering...
Intermediate results from joblib: http://stackoverflow.com/questions/38483874/intermediate-results-from-joblib
Stack Overflow
Intermediate results from joblib
I'm trying to learn the joblib module as an alternative to the builtin multiprocessing module in python. I'm used to using multiprocessing.imap to run a function over an iterable and returning the
What's the best generic form sanitation library? (x-post with android dev): https://www.reddit.com/r/Python/comments/627sbw/whats_the_best_generic_form_sanitation_library/
reddit
What's the best generic form sanitation library?... • r/Python
It seems like there's a lot of plugins, but I'm just interested in a generic library, not a django, or flask, or etc. plugin. Any suggestions on...
GUI lib that supports asyncio?: https://www.reddit.com/r/Python/comments/627ljq/gui_lib_that_supports_asyncio/
reddit
GUI lib that supports asyncio? • r/Python
So I am currently working with tkinter (It's bad so I've been told) and I currently like what I have but the only problem is that I can't update...
Increasing performance of your python code: Tips: https://www.reddit.com/r/Python/comments/625j93/increasing_performance_of_your_python_code_tips/
reddit
Increasing performance of your python code: Tips • r/Python
2 points and 0 comments so far on reddit
Zappa Introduces Seamless Asynchronous Task Execution: https://www.reddit.com/r/Python/comments/628cbl/zappa_introduces_seamless_asynchronous_task/
reddit
Zappa Introduces Seamless Asynchronous Task Execution • r/Python
2 points and 0 comments so far on reddit
A python dashboard app with support for writing your own data modules?: https://www.reddit.com/r/Python/comments/628j7f/a_python_dashboard_app_with_support_for_writing/
reddit
A python dashboard app with support for writing your... • r/Python
A dashboard web app that let's me; * Essentially show one or more data tables with events. * Write my own python data modules to feed it events...
In Pycharm How to load code to interactive debugger?: http://stackoverflow.com/questions/40313960/in-pycharm-how-to-load-code-to-interactive-debugger
Stackoverflow
In Pycharm How to load code to interactive debugger?
I want to be able to load and run several line of code into interactive debugger, to make sure the code works fine. By doing so I don't need to rerun from the beginning of the code, which takes much
Not Excited About ISPs Buying Your Internet History? Dirty Your Data: https://www.reddit.com/r/Python/comments/629jbe/not_excited_about_isps_buying_your_internet/
reddit
Not Excited About ISPs Buying Your Internet History?... • r/Python
I wrote a short Python script to randomly visit strange websites and click a few links at random intervals to give whoever buys my network traffic...
Is there a python package for analyzing text in a video?: https://www.reddit.com/r/Python/comments/6235bf/is_there_a_python_package_for_analyzing_text_in_a/
reddit
Is there a python package for analyzing text in a video? • r/Python
I'm interested in video analytics and I was curious if it was possible to extract text from videos using python. Say, for instance, I wanted to...
Need help with simple assignment fix: https://www.reddit.com/r/Python/comments/625399/need_help_with_simple_assignment_fix/
reddit
Need help with simple assignment fix • r/Python
Just need to figure out how to make my 'return' give a random result of one of my three options, as opposed to all of them or one of them. (Code...
historical etherium prices - Coinbase API: http://stackoverflow.com/questions/43037896/historical-etherium-prices-coinbase-api
Stackoverflow
historical etherium prices - Coinbase API
Using the python coinbase API-- The functions-- get_buy_price, get_sell_price, get_spot_price, get_historical_data, etc... all seem to return bitcoin prices only. Is there a way of querying Ethereum
Looking for a parser generator: https://www.reddit.com/r/Python/comments/62amx0/looking_for_a_parser_generator/
reddit
Looking for a parser generator • r/Python
I'm working on writing a meta-language, interpreted by Python, where snippets of Python code can be embedded within it. So ideally, I'd like to...
How can I hide external library code in my traceback?: https://www.reddit.com/r/Python/comments/6244gr/how_can_i_hide_external_library_code_in_my/
reddit
How can I hide external library code in my traceback? • r/Python
1 points and 0 comments so far on reddit
Plotting multiple histograms that can be toggled on or off: https://www.reddit.com/r/Python/comments/62bfdx/plotting_multiple_histograms_that_can_be_toggled/
reddit
Plotting multiple histograms that can be toggled on or off • r/Python
Hey folks, I'm pretty new to doing data visualization in Python, beyond basic visualizations. I have about 20 categories of data, each with its...