Recommended Python ScreenCasts?: https://www.reddit.com/r/Python/comments/7oyej4/recommended_python_screencasts/
reddit
Recommended Python ScreenCasts? • r/Python
Hi everyone, So I'm fairly new to Python (but I do have experience with other languages before like C# and Ruby). I wrote couple of small Python...
Announcement of Authlib: A Python library for creating OAuth servers.: https://www.reddit.com/r/Python/comments/7oyk3g/announcement_of_authlib_a_python_library_for/
reddit
Announcement of Authlib: A Python library for creating... • r/Python
3 points and 1 comments so far on reddit
Graphical user interface with TK - button position and actions: https://stackoverflow.com/questions/48128099/graphical-user-interface-with-tk-button-position-and-actions
Stackoverflow
Graphical user interface with TK - button position and actions
I started using TK in python to build a graphical interface for my program.
I'm not able to fix 2 issues concerning (1) the position of a button in the window and (2) use a value of a radiobutton ...
I'm not able to fix 2 issues concerning (1) the position of a button in the window and (2) use a value of a radiobutton ...
Problem with Gunicorn and long running tasks: https://www.reddit.com/r/Python/comments/7oys31/problem_with_gunicorn_and_long_running_tasks/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
docCLI - A command line interface for Google Docs/Drive/Sheets.: https://www.reddit.com/r/Python/comments/7oz9gv/doccli_a_command_line_interface_for_google/
reddit
docCLI - A command line interface for Google... • r/Python
1 points and 0 comments so far on reddit
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...