PEP 564 -- Add new time functions with nanosecond resolution: https://www.reddit.com/r/Python/comments/7bmolj/pep_564_add_new_time_functions_with_nanosecond/
reddit
PEP 564 -- Add new time functions with nanosecond... • r/Python
1 points and 0 comments so far on reddit
Matplotlib and imwrite - saving a png file in greyscale: https://www.reddit.com/r/Python/comments/7bmp7k/matplotlib_and_imwrite_saving_a_png_file_in/
reddit
Matplotlib and imwrite - saving a png file in greyscale • r/Python
Hey everyone. I'm coding in py 3.5 and using matplotlib 2.1.0, focusing on the imread and imwrite functions. I am loading a 256x256greyscale...
Can I have both Python 2 and 3 on the PC?: https://www.reddit.com/r/Python/comments/7bmz31/can_i_have_both_python_2_and_3_on_the_pc/
reddit
Can I have both Python 2 and 3 on the PC? • r/Python
Downloaded Python 2 by mistake as I believed it was the Python version we used at school, and when I tried to uninstall it through Control Panel,...
[Best Practice] How to implement parallelization in a library you are making available: https://www.reddit.com/r/Python/comments/7bn1ex/best_practice_how_to_implement_parallelization_in/
reddit
[Best Practice] How to implement parallelization in a... • r/Python
Hi all, I am often packaging resources and making them available on pypi (mostly NLP related resources but also Flask Plugins) and often I do not...
How to implement hyperparameter search in Tensorflow?: https://stackoverflow.com/questions/47127962/how-to-implement-hyperparameter-search-in-tensorflow
Stackoverflow
How to implement hyperparameter search in Tensorflow?
I would like to implement a hyperparameter search in Tensorflow, like the one presented in this video. Unfortunately I was not able to find any tutorials about it.
I've found some code which uses ...
I've found some code which uses ...
What Python developers need to know when working with designers [audio]: https://www.reddit.com/r/Python/comments/7bnnes/what_python_developers_need_to_know_when_working/
reddit
What Python developers need to know when working with... • r/Python
2 points and 0 comments so far on reddit
I made an adversarial back-propagating neural network. this example trains on the MNIST handwritten digits dataset: https://www.reddit.com/r/Python/comments/7bogcq/i_made_an_adversarial_backpropagating_neural/
reddit
I made an adversarial back-propagating neural network.... • r/Python
2 points and 0 comments so far on reddit
How to get full javascript/html code from a url using python?: https://www.reddit.com/r/Python/comments/7bp3cl/how_to_get_full_javascripthtml_code_from_a_url/
reddit
How to get full javascript/html code from a url using... • r/Python
How to get full javascript/html code from a url using python? I used beautifulsoup to try to get full javascript/html code from a url. But I...
Faiss: A library for efficient similarity search, via Facebook AI Research. Comes with bindings for Python 2 and 3: https://www.reddit.com/r/Python/comments/7bplmj/faiss_a_library_for_efficient_similarity_search/
reddit
Faiss: A library for efficient similarity search, via... • r/Python
1 points and 0 comments so far on reddit
I just finished up making a short series on the basics of NumPy and thought I would share it: https://www.reddit.com/r/Python/comments/7bpzop/i_just_finished_up_making_a_short_series_on_the/
reddit
I just finished up making a short series on the basics... • r/Python
https://www.youtube.com/watch?v=FxMS9I49HL8&list=PLmp4AHm0u1g3KQWb_z0b4CzSkyZpIqpe5 Hi everyone, I just finished putting together a quick...
xl_link Pandas Magic for Excel Spreadsheets`: https://www.reddit.com/r/Python/comments/7bqczy/xl_link_pandas_magic_for_excel_spreadsheets/
reddit
xl_link Pandas Magic for Excel Spreadsheets` • r/Python
https://github.com/0Hughman0/xl_link install with `pip install xl_link` This is the first release of xl_link. It aims to act as a go-between...
Which ml algorithm should I use?: https://www.reddit.com/r/Python/comments/7brnoi/which_ml_algorithm_should_i_use/
reddit
Which ml algorithm should I use? • r/Python
I am a beginner in machine learning with python with some basic knowledge of how to write simple programs (like the iris program from the...