Four MLs and a Python (2015): https://thebreakfastpost.com/2015/04/22/four-mls-and-a-python/
The Breakfast Post
Four MLs (and a Python)
I wrote a small command-line text processing program in four different ML-derived languages, to try to get a feel for how they compare in terms of syntax, library, and build-run cycles. ML is a fam…
Gohlke's numpy mkl installation - Change MKL install directory on Windows: https://stackoverflow.com/questions/45757704/gohlkes-numpy-mkl-installation-change-mkl-install-directory-on-windows
Stackoverflow
Gohlke's numpy + mkl installation - Change MKL install directory on Windows
I've been trying to get a working fast numpy with BLAS on Windows, and so far, the only method that seems feasible is downloading the precompiled library with MKL from http://www.lfd.uci.edu/~gohlke/
Interview with Mariatta Wijaya in Castalio Podcast: https://www.reddit.com/r/Python/comments/6v3uup/interview_with_mariatta_wijaya_in_castalio_podcast/
reddit
Interview with Mariatta Wijaya in Castalio Podcast • r/Python
1 points and 0 comments so far on reddit
Continuum Analytics to Share Insights at JupyterCon 2017: https://www.reddit.com/r/Python/comments/6v3hts/continuum_analytics_to_share_insights_at/
reddit
Continuum Analytics to Share Insights at JupyterCon 2017 • r/Python
1 points and 0 comments so far on reddit
I want to make a "game physics engine" to use for a variety of things, including school particle and molecule simulations. Using Python.: https://www.reddit.com/r/Python/comments/6v3lu9/i_want_to_make_a_game_physics_engine_to_use_for_a/
reddit
I want to make a "game physics engine" to use for a... • r/Python
As title says, I need general assistance since I just started doing this. Especially on the front of numerical position update for my "Ball"...
Why don't we use Markdown to write documentation and generate README files?: https://www.reddit.com/r/Python/comments/6v496g/why_dont_we_use_markdown_to_write_documentation/
reddit
Why don't we use Markdown to write documentation and... • r/Python
1 points and 0 comments so far on reddit
Building a more ergonomic shell with Python (Interview): https://www.reddit.com/r/Python/comments/6v49da/building_a_more_ergonomic_shell_with_python/
reddit
Building a more ergonomic shell with Python (Interview) • r/Python
2 points and 0 comments so far on reddit
How to share a simple python script for simple text parsing task with non-techinical users: https://www.reddit.com/r/Python/comments/6v49t8/how_to_share_a_simple_python_script_for_simple/
reddit
How to share a simple python script for simple text... • r/Python
I'm an avid python user and am looking for simple solutions to sharing a python script that will convert a data file from one format to another. ...
I built a To-do app with a python backend. Here's the entire code, released under an MIT license. Feel free to self host or fork it to your hearts content: https://www.reddit.com/r/Python/comments/6v3yzj/i_built_a_todo_app_with_a_python_backend_heres/
reddit
I built a To-do app with a python backend. Here's the... • r/Python
I built this todo app mainly as an experiment to learn javascript, web development and back end Python work. I got it to a stage where I felt like...
Python Regular Expressions made Easy -part #11 - re.split: https://www.reddit.com/r/Python/comments/6v3rd4/python_regular_expressions_made_easy_part_11/
reddit
Python Regular Expressions made Easy -part #11 - re.split • r/Python
In this video series, we will be tackling Python Regular Expressions from beginners to advanced. This video goes over: 1) re.split -- how to...
Python code to predict reactions to text using a pretrained RNN on hundreds of thousands of Facebook Posts: https://www.reddit.com/r/Python/comments/6v4qep/python_code_to_predict_reactions_to_text_using_a/
reddit
Python code to predict reactions to text using a... • r/Python
20 points and 0 comments so far on reddit
"Fuzzy" correlating of nested dictionary items?: https://www.reddit.com/r/Python/comments/6v52wx/fuzzy_correlating_of_nested_dictionary_items/
reddit
"Fuzzy" correlating of nested dictionary items? • r/Python
Pardon any misuse of terms... I'm trying to write an automation mechanism for alarms we receive at work. Given a set of alarm entries in a...
Why should numpy.as_strided "be used with caution": https://stackoverflow.com/questions/45685772/why-should-numpy-as-strided-be-used-with-caution
Stackoverflow
Why should numpy.as_strided "be used with caution"
Will the results of numpy.lib.stride_tricks.as_strided depend on the dtype of the NumPy array?
This question arises from the definition of .strides, which is
Tuple of bytes to step in each dime...
This question arises from the definition of .strides, which is
Tuple of bytes to step in each dime...
need help with my scrabble cheating calculator: https://www.reddit.com/r/Python/comments/6v5kg5/need_help_with_my_scrabble_cheating_calculator/
reddit
need help with my scrabble cheating calculator • r/Python
so im doing the scrabble challenge from open hatch wiki http://wiki.openhatch.org/Scrabble_challenge#Step_2:_get_the_rack and i have this so...