Effect of Spectre/Meltdown slowdowns on run times: https://www.reddit.com/r/Python/comments/7oypbz/effect_of_spectremeltdown_slowdowns_on_run_times/
reddit
Effect of Spectre/Meltdown slowdowns on run times • r/Python
I updated my linux box and finally got around to benchmarking some code I have laying around. I've found significant slowdowns in the code...
Jupyter Client Connect to Running Kernel via Python: https://stackoverflow.com/questions/48122157/jupyter-client-connect-to-running-kernel-via-python
Stack Overflow
Jupyter Client Connect to Running Kernel via Python
I am trying to programmatically (with Python) interact with my running jupyter kernel as a prototyping experiment.
I have a jupyter notebook running in my browser and I got the connection info fro...
I have a jupyter notebook running in my browser and I got the connection info fro...
Issues on the development of a Flask API service that loop through data sources, cache the data, and give rapid feedback on a query.: https://www.reddit.com/r/Python/comments/7ozuxb/issues_on_the_development_of_a_flask_api_service/
reddit
Issues on the development of a Flask API service that... • r/Python
0 points and 0 comments so far on reddit
How to deal with DAG lib in airflow?: https://stackoverflow.com/questions/48079762/how-to-deal-with-dag-lib-in-airflow
Stack Overflow
How to deal with DAG lib in airflow?
I've got a little question about dependency management for packages used in python operators
We are using airflow in a industralized mode to run scheduled python jobs. it works well but we are fac...
We are using airflow in a industralized mode to run scheduled python jobs. it works well but we are fac...
Hints for debugging slow memory leaks in celery: https://www.reddit.com/r/Python/comments/7p0da3/hints_for_debugging_slow_memory_leaks_in_celery/
reddit
Hints for debugging slow memory leaks in celery • r/Python
I've got a fairly substantial python app (~40kloc) that I've been writing/maintaining for the past 4 years. Recently while debugging performance...
Did I not do something properly when filing this bug report?: https://www.reddit.com/r/Python/comments/7p0hgs/did_i_not_do_something_properly_when_filing_this/
reddit
Did I not do something properly when filing this bug... • r/Python
https://bugs.python.org/issue32004 Figured it's been long enough without activity that I might as well ask on here if I didn't do something I...
Django - default field value depends on other field value: https://stackoverflow.com/questions/39066086/django-default-field-value-depends-on-other-field-value
Stack Overflow
Django - default field value depends on other field value
I have a problem to set a default field value. What I want to do?I want that price in class Packages be a default value of priceNoTax in class Bill. As you can see, all three classes are
logically
logically
Sniper - A cloud enabled, terminal based snippet manager.: https://www.reddit.com/r/Python/comments/7p0y34/sniper_a_cloud_enabled_terminal_based_snippet/
reddit
Sniper - A cloud enabled, terminal based snippet manager. • r/Python
2 points and 0 comments so far on reddit
My Working YouTube Video Downloader: https://www.reddit.com/r/Python/comments/7p1ftc/my_working_youtube_video_downloader/
reddit
My Working YouTube Video Downloader • r/Python
Having browsed the internet for an adequate YouTube Video Downloader, I couldn't find any at all that I trusted wouldn't install malware or...
Finished writing a simple script that will save busy people some time.: https://www.reddit.com/r/Python/comments/7oznfl/finished_writing_a_simple_script_that_will_save/
reddit
Finished writing a simple script that will save busy... • r/Python
How the script works is pretty simple, it just takes some useless keys like 'Home', 'Page Up', 'Page Down', 'End', 'Insert, 'Pause break, and...
Where do I find projects to contribute to as a beginner?: https://www.reddit.com/r/Python/comments/7p1ltq/where_do_i_find_projects_to_contribute_to_as_a/
reddit
Where do I find projects to contribute to as a beginner? • r/Python
I am new to Python and would like to work with others, but I don't know where I can find projects that match my skill level.
Qgrid 1.0 - An interactive grid for sorting, filtering, and editing pandas DataFrames in Jupyter Notebook: https://www.reddit.com/r/Python/comments/7p3g4t/qgrid_10_an_interactive_grid_for_sorting/
reddit
Qgrid 1.0 - An interactive grid for sorting, filtering,... • r/Python
2 points and 0 comments so far on reddit
How to read two lines from a file and create dynamics keys in a for-loop using python? part II: https://stackoverflow.com/questions/42012730/how-to-read-two-lines-from-a-file-and-create-dynamics-keys-in-a-for-loop-using-p
Stackoverflow
How to read two lines from a file and create dynamics keys in a for-loop using python? part II
This question follows the problem in question: How to read two lines from a file and create dynamics keys in a for-loop using python?
But, the nature of the problem has evolved to certain complexity
But, the nature of the problem has evolved to certain complexity
using workflow tool to structure shell scripts: https://stackoverflow.com/questions/48124108/using-workflow-tool-to-structure-shell-scripts
Stackoverflow
using workflow tool to structure shell scripts
I have a bunch of shell scripts and I want to sequence them. I can write a master shell script. But I'm not so good at shell scripting.
I heard about drake as a job control flow tool. I want to se...
I heard about drake as a job control flow tool. I want to se...
Control-C handling in Python and Trio: https://vorpus.org/blog/control-c-handling-in-python-and-trio/