Kalliope - modular always-on voice controlled personal assistant designed for home automation: https://www.reddit.com/r/Python/comments/5mlmhf/kalliope_modular_alwayson_voice_controlled/
reddit
Kalliope - modular always-on voice controlled personal... • /r/Python
Hello guys, With a friend we are making for fun an open source, modular and multilanguage voice controlled personnal...
Feedback on a simple, easy-to-remember pseudorandom password generator: https://www.reddit.com/r/Python/comments/5mlnth/feedback_on_a_simple_easytoremember_pseudorandom/
reddit
Feedback on a simple, easy-to-remember pseudorandom... • /r/Python
Hi all, I've been working on a small project that attempts to create pseudorandom, complex passwords with two easy-to-remember phrases. The first...
This video helped me think of recursion in a new, and innovative way!: https://www.reddit.com/r/Python/comments/5mlr3u/this_video_helped_me_think_of_recursion_in_a_new/
reddit
This video helped me think of recursion in a new, and... • /r/Python
0 points and 0 comments so far on reddit
PySignal: A Pure Python Implementation of the Qt signal/slot system: https://www.reddit.com/r/Python/comments/5mmbpi/pysignal_a_pure_python_implementation_of_the_qt/
reddit
PySignal: A Pure Python Implementation of the Qt... • /r/Python
1 points and 1 comments so far on reddit
Storing tensorflow models in memory: http://stackoverflow.com/questions/41421117/storing-tensorflow-models-in-memory
Stackoverflow
Storing tensorflow models in memory
The program I'm writing involves switching between models during run-time.
I am currently using Saver to save/load models from the disk as specified here: https://www.tensorflow.org/api_docs/python/
I am currently using Saver to save/load models from the disk as specified here: https://www.tensorflow.org/api_docs/python/
(Interview) Morepath: A web framework with Super Powers!: https://www.reddit.com/r/Python/comments/5mmtds/interview_morepath_a_web_framework_with_super/
reddit
(Interview) Morepath: A web framework with Super Powers! • /r/Python
10 points and 0 comments so far on reddit
Getting all parent directories (/a/b/c/d -> [/a/b/c, /a/b, /a, /]): https://www.reddit.com/r/Python/comments/5mn9uu/getting_all_parent_directories_abcd_abc_ab_a/
reddit
Getting all parent directories (/a/b/c/d -> [/a/b/c,... • /r/Python
1 points and 2 comments so far on reddit
timy - Minimalist measurement of python code time: https://www.reddit.com/r/Python/comments/5mnej1/timy_minimalist_measurement_of_python_code_time/
reddit
timy - Minimalist measurement of python code time • /r/Python
1 points and 0 comments so far on reddit
lambda function with multiple ifs using pandas df: http://stackoverflow.com/questions/41325854/lambda-function-with-multiple-ifs-using-pandas-df
Stackoverflow
lambda function with multiple ifs using pandas df
I have a simple df with revenue and cost figures. The cost can be negative in my case.
I want to compute the revenue to cost ratio as follows:
if ((x['cost'] =0 )):
...
I want to compute the revenue to cost ratio as follows:
if ((x['cost'] =0 )):
...
lazysort: abusing Python iterators to procrastinate doing real work: https://www.reddit.com/r/Python/comments/5mpmj8/lazysort_abusing_python_iterators_to/
reddit
lazysort: abusing Python iterators to procrastinate... • /r/Python
1 points and 0 comments so far on reddit