fuzzylog1c-stuff-blog
fuzzylog1c-stuff-blog
Shut up and calculate.
4 posts
Don't wanna be here? Send us removal request.
fuzzylog1c-stuff-blog · 6 years ago
Link
Some simple tasks may take longer than necessary. Here some ready-to-use Python search function. Link: https://www.pisciottablog.com/2019/09/24/time-saving-python-search-functions/ #python #code #search #strings #programming #regex #data
0 notes
fuzzylog1c-stuff-blog · 6 years ago
Link
If you deal with a black-box function you are not able to use derivative to find its minimum. Hyperopt is a Python implementation of Bayesian Optimization approach.Link: https://www.pisciottablog.com/2019/09/21/using-hyperopt-in-python-to-minimize-any-function/#python #maths #optimization #hyperopt #bayes #numeric #algorihm
0 notes
fuzzylog1c-stuff-blog · 6 years ago
Link
How to get a programmer-friendly python environment which simplify your life as much as possible? https://www.pisciottablog.com/2019/09/20/installing-a-complete-python-environment/ #anaconda #conda #ipython #jupyter #jupyternotebook #software #tools #python #programming
0 notes
fuzzylog1c-stuff-blog · 6 years ago
Text
Best method for exact match in array with PHP?
Best method for exact match in array with PHP?
During a job interview one asked me: “how would you search for a word inside a very long array?”. I answered just by using the foreachloop and compare the single content with the searched word. But according to him it would not fit with very big sized arrays, so his suggestion was to flip the array (changing all keys and values) and then to input the word in the key field and see if it’s found.…
View On WordPress
1 note · View note