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...
Flask-AppMaker is a Flask Web App that writes Flask Web App code for you: https://www.reddit.com/r/Python/comments/62bvc9/flaskappmaker_is_a_flask_web_app_that_writes/
reddit
Flask-AppMaker is a Flask Web App that writes Flask Web... • r/Python
1 points and 1 comments so far on reddit
Enumerable - A rework of Python's map/filter/reduce.: https://www.reddit.com/r/Python/comments/62bvif/enumerable_a_rework_of_pythons_mapfilterreduce/
reddit
Enumerable - A rework of Python's map/filter/reduce. • r/Python
**tl;dr** Enumerable is a free, open source re-implementation of Python’s map, filter and reduce that offers more flexibility and a greater...