Great example of a simple, pythonic API wrapper: https://www.reddit.com/r/Python/comments/9a17em/great_example_of_a_simple_pythonic_api_wrapper/
reddit
r/Python - Great example of a simple, pythonic API wrapper
1 vote and 0 comments so far on Reddit
ADVICE: Framework needed for python scripts to give visual output: https://www.reddit.com/r/Python/comments/9a177t/advice_framework_needed_for_python_scripts_to/
reddit
r/Python - ADVICE: Framework needed for python scripts to give visual output
2 votes and 1 comment so far on Reddit
Do more CPU cores help accelerate Python compilation time?: https://www.reddit.com/r/Python/comments/9a1z1m/do_more_cpu_cores_help_accelerate_python/
reddit
r/Python - Do more CPU cores help accelerate Python compilation time?
1 vote and 1 comment so far on Reddit
Websites that let non-techies make Django CMS websites?: https://www.reddit.com/r/Python/comments/9a3bn7/websites_that_let_nontechies_make_django_cms/
reddit
r/Python - Websites that let non-techies make Django CMS websites?
1 vote and 2 comments so far on Reddit
Notes on installing CUDA, CuDNN and Tensorflow on Manjaro: https://www.reddit.com/r/Python/comments/9a4g86/notes_on_installing_cuda_cudnn_and_tensorflow_on/
reddit
r/Python - Notes on installing CUDA, CuDNN and Tensorflow on Manjaro
1 vote and 0 comments so far on Reddit
These Python tutorials are suitable both for newbies and for people with Python background. The most complex topics are explained in a very simple way so everyone could understand and learn.: https://www.reddit.com/r/Python/comments/9a4pfb/these_python_tutorials_are_suitable_both_for/
reddit
r/Python - These Python tutorials are suitable both for newbies and for people with Python background. The most complex topics…
0 votes and 0 comments so far on Reddit
Implement a sigmoid function in python from scratch without numpy and math module?: https://www.reddit.com/r/Python/comments/9a5kjc/implement_a_sigmoid_function_in_python_from/
reddit
r/Python - Implement a sigmoid function in python from scratch without numpy and math module?
2 votes and 4 comments so far on Reddit
Pandas mask / where methods versus NumPy np.where: https://stackoverflow.com/questions/51982417/pandas-mask-where-methods-versus-numpy-np-where
Stack Overflow
Pandas mask / where methods versus NumPy np.where
I often use Pandas mask and where methods for cleaner logic when updating values in a series conditionally. However, for relatively performance-critical code I notice a significant performance drop
Mind boggling card trick: New draft Rosetta Code task • r/coding: https://www.reddit.com/r/Python/comments/9a6kr1/mind_boggling_card_trick_new_draft_rosetta_code/
reddit
r/Python - Mind boggling card trick: New draft Rosetta Code task • r/coding
3 votes and 0 comments so far on Reddit
I made a raycaster engine and game in 100% Python and Pygame. I was told you might find it interesting.: https://www.reddit.com/r/Python/comments/9a6z8l/i_made_a_raycaster_engine_and_game_in_100_python/
reddit
r/Python - I made a raycaster engine and game in 100% Python and Pygame. I was told you might find it interesting.
6 votes and 1 comment so far on Reddit
So far #macOS Mojave ships with Python 2.7.10: https://twitter.com/llanga/status/1004049256053764097
Twitter
Łukasz Langa
So far #macOS Mojave ships with Python 2.7.10. I don't even want to rant about how this should be 3.6 by now. What I'm disappointed by is that this is 2.7.10, a release from May 2015. Latest is 2.7.15. THREE YEARS of bugfixes since then! I hope Apple will…