Eliot 1.0: Causal Logging for Complex and Distributed Systems: https://www.reddit.com/r/Python/comments/65r5qg/eliot_10_causal_logging_for_complex_and/
reddit
Eliot 1.0: Causal Logging for Complex and Distributed... • r/Python
1 points and 0 comments so far on reddit
StackOverflow command line interface: added more interactivity.: https://www.reddit.com/r/Python/comments/65r8u5/stackoverflow_command_line_interface_added_more/
reddit
StackOverflow command line interface: added more... • r/Python
1 points and 0 comments so far on reddit
We had a discussion with a mate if this "one-liner" decorator is Pythonic, any opinions?: https://www.reddit.com/r/Python/comments/65rwmt/we_had_a_discussion_with_a_mate_if_this_oneliner/
reddit
We had a discussion with a mate if this "one-liner"... • r/Python
One-liner in quotes because it still spans on multiple lines: def event_filter(*funcs, **attributes): """Filter events through...
Celery beat sometimes stops working: http://stackoverflow.com/questions/43419541/celery-beat-sometimes-stops-working
Stack Overflow
Celery beat sometimes stops working
I'm using latest stable Celery (4) with RabbitMQ within my Django project.
RabbitMQ is running on separate server within local network. And beat periodically just stops to send tasks to worker wit...
RabbitMQ is running on separate server within local network. And beat periodically just stops to send tasks to worker wit...
Automate the Boring Stuff with Python by Al Sweigart – Book Review: https://www.reddit.com/r/Python/comments/65ttxg/automate_the_boring_stuff_with_python_by_al/
reddit
Automate the Boring Stuff with Python by Al Sweigart –... • r/Python
1 points and 0 comments so far on reddit
Multithreading PyQt applications with QThreadPool: https://www.reddit.com/r/Python/comments/65uais/multithreading_pyqt_applications_with_qthreadpool/
reddit
r/Python - Multithreading PyQt applications with QThreadPool
142 votes and 10 comments so far on Reddit
Need some advice for the HTML canvas plot tool I've been working on.: https://www.reddit.com/r/Python/comments/65ud34/need_some_advice_for_the_html_canvas_plot_tool/
reddit
Need some advice for the HTML canvas plot tool I've... • r/Python
Currently I'm writting a language tool that enables HTML canvas plot method for other languages and platforms. It is...
Image Analysis for Scientists with Python (Interview): https://www.reddit.com/r/Python/comments/65uqaq/image_analysis_for_scientists_with_python/
reddit
Image Analysis for Scientists with Python (Interview) • r/Python
1 points and 0 comments so far on reddit
Five steps to add the 'bling' factor your Python package · Tjelvar Olsson: https://www.reddit.com/r/Python/comments/65v1kx/five_steps_to_add_the_bling_factor_your_python/
reddit
Five steps to add the 'bling' factor your Python... • r/Python
2 points and 1 comments so far on reddit
Parse C/C code and extract function: https://www.reddit.com/r/Python/comments/65vk69/parse_cc_code_and_extract_function/
reddit
Parse C/C++ code and extract function • r/Python
Hi, I am writing a program in Python and need to extract the code of some specific functions from a C or C++ source file. I only know the name of...
Rethinking Python's concurrency in the age of async / await with project Curio [audio]: https://www.reddit.com/r/Python/comments/65vsqk/rethinking_pythons_concurrency_in_the_age_of/
reddit
Rethinking Python's concurrency in the age of async /... • r/Python
1 points and 0 comments so far on reddit
How do you upgrade your user base to a new major release of Python.: https://www.reddit.com/r/Python/comments/65vtj9/how_do_you_upgrade_your_user_base_to_a_new_major/
reddit
How do you upgrade your user base to a new major... • r/Python
I work on an open-source Python 3.5 project. It is used by linux, mac, and windows users. There is about 2k users in total and the project is...