Best tools to aggregate and store/plot metrics?: https://www.reddit.com/r/Python/comments/700h9q/best_tools_to_aggregate_and_storeplot_metrics/
reddit
Best tools to aggregate and store/plot metrics? • r/Python
I have certain events I'm logging. In some cases they are simply that an event took place (for example, a RabbitMQ/AMQP notification or that a...
Python Thread Scheduling Visualization [dabeaz]: https://www.reddit.com/r/Python/comments/700mti/python_thread_scheduling_visualization_dabeaz/
reddit
Python Thread Scheduling Visualization [dabeaz] • r/Python
1 points and 0 comments so far on reddit
Functional Programming in Python [pdf]: http://www.oreilly.com/programming/free/files/functional-programming-python.pdf
tutorial-- ignore this plz, i'm test a bot you can comment "tutorial" to help me out if you want: https://www.reddit.com/r/Python/comments/7010it/tutorial_ignore_this_plz_im_test_a_bot_you_can/
reddit
tutorial-- ignore this plz, i'm test a bot you can... • r/Python
0 points and 0 comments so far on reddit
How to plot timedelta data from a pandas DataFrame?: https://stackoverflow.com/questions/45892320/how-to-plot-timedelta-data-from-a-pandas-dataframe
Stackoverflow
How to plot timedelta data from a pandas DataFrame?
I am trying to plot a Series (a columns from a dataframe to be precise). It seems to have valid data in the format hh:mm:ss (timedelta64)
In [14]: x5.task_a.describe()
Out[14]:
count ...
In [14]: x5.task_a.describe()
Out[14]:
count ...
A timer for profiling a Python function or snippet.: https://www.reddit.com/r/Python/comments/701218/a_timer_for_profiling_a_python_function_or_snippet/
reddit
A timer for profiling a Python function or snippet. • r/Python
1 points and 0 comments so far on reddit
Searching Useful Python Scripts to Learn the Language: https://www.reddit.com/r/Python/comments/7012l6/searching_useful_python_scripts_to_learn_the/
reddit
Searching Useful Python Scripts to Learn the Language • r/Python
I want to download some python scripts and run them on my computer to see what are the tasks they do. I am only looking for scripts which perform...
How to filter out values after space in CSV and save as new excel sheet?: https://www.reddit.com/r/Python/comments/701ugr/how_to_filter_out_values_after_space_in_csv_and/
reddit
How to filter out values after space in CSV and save as... • r/Python
I am an adjunct professor in information systems, and I am relatively new to python having used mostly visual basic in the past. So my goal is to...
Datetime library Arrow is looking for maintainers: https://www.reddit.com/r/Python/comments/7020vb/datetime_library_arrow_is_looking_for_maintainers/
reddit
Datetime library Arrow is looking for maintainers • r/Python
2 points and 0 comments so far on reddit
Short Warning: Numpy random is not random by default when using multithreading!: https://www.reddit.com/r/Python/comments/702hjz/short_warning_numpy_random_is_not_random_by/
reddit
Short Warning: Numpy random is not random by default... • r/Python
Just a heads up because I came across this bug in a very unfortunate way... https://github.com/numpy/numpy/issues/9650
Python Weekly - Issue 312: http://mailchi.mp/pythonweekly/python-weekly-issue-312
Get python XLwings user-defined function on Excel to run at regular interval: https://stackoverflow.com/questions/46088382/get-python-xlwings-user-defined-function-on-excel-to-run-at-regular-interval
Stackoverflow
Get python XLwings user-defined function on Excel to run at regular interval
Suppose I have this UDF defined in python v3.6 xlwings v0.11 to run on Excel 2016.
import xlwings as xw
@xw.func
def random_val(x):
import random
return random.random()*x
The UDF is impo...
import xlwings as xw
@xw.func
def random_val(x):
import random
return random.random()*x
The UDF is impo...
Help with small project based on the youtube-dl library: https://www.reddit.com/r/Python/comments/702sr8/help_with_small_project_based_on_the_youtubedl/
reddit
Help with small project based on the youtube-dl library • r/Python
So the problem is the ID3 tags for the music downloaded. I started writing the code after getting tired of using online video and music...
Can Python check if some security cameras have been covered or saturated with artificial lights?: https://www.reddit.com/r/Python/comments/70366e/can_python_check_if_some_security_cameras_have/
reddit
Can Python check if some security cameras have been... • r/Python
Hi everyone, I'm working on a Debian server (version 8) that captures some h.264 streams from security cameras with ffmpeg, and stores them in...