Django Question: Resizing images on upload. Is there any reason I wouldn't do it this way?: https://www.reddit.com/r/Python/comments/99zcas/django_question_resizing_images_on_upload_is/
reddit
r/Python - Django Question: Resizing images on upload. Is there any reason I wouldn't do it this way?
1 vote and 1 comment so far on Reddit
Get Lines and Paragraphs, not symbols from Google Vision API OCR on PDF: https://stackoverflow.com/questions/51972479/get-lines-and-paragraphs-not-symbols-from-google-vision-api-ocr-on-pdf
Stack Overflow
Get Lines and Paragraphs, not symbols from Google Vision API OCR on PDF
I am attempting to use the now supported PDF/TIFF Document Text Detection from the Google Cloud Vision API. Using their example code I am able to submit a PDF and receive back a JSON object with the
A Practical Introduction to Artificial Neural Networks with Python: https://www.reddit.com/r/Python/comments/9a00vw/a_practical_introduction_to_artificial_neural/
reddit
r/Python - A Practical Introduction to Artificial Neural Networks with Python
4 votes and 0 comments so far on Reddit
More Efficient Way of Transforming Data From PyAudio Stream?: https://www.reddit.com/r/Python/comments/9a0w1b/more_efficient_way_of_transforming_data_from/
reddit
r/Python - More Efficient Way of Transforming Data From PyAudio Stream?
1 vote and 0 comments so far on Reddit
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