Looking to help out on an open source library? Here is an easy bugfix for pyparsing: https://www.reddit.com/r/Python/comments/a848ex/looking_to_help_out_on_an_open_source_library/
reddit
r/Python - Looking to help out on an open source library? Here is an easy bugfix for pyparsing
2 votes and 0 comments so far on Reddit
Local_md: Serve local markdown/rst files in browser: https://www.reddit.com/r/Python/comments/a84q95/local_md_serve_local_markdownrst_files_in_browser/
reddit
r/Python - Local_md: Serve local markdown/rst files in browser
1 vote and 1 comment so far on Reddit
Problem Solving with Algorithms and Data Structures Using Python: http://interactivepython.org/runestone/static/pythonds/index.html
Show /r/Python: A Flake8 Lint to Warn about Assign and Then Return: https://www.reddit.com/r/Python/comments/a85mfd/show_rpython_a_flake8_lint_to_warn_about_assign/
reddit
r/Python - Show /r/Python: A Flake8 Lint to Warn about Assign and Then Return
1 vote and 0 comments so far on Reddit
Python GUI: How do I create a dashboard with dropdowns, buttons, a plotting area, and a text area?: https://www.reddit.com/r/Python/comments/a85myy/python_gui_how_do_i_create_a_dashboard_with/
reddit
r/Python - Python GUI: How do I create a dashboard with dropdowns, buttons, a plotting area, and a text area?
0 votes and 0 comments so far on Reddit
Check if file ends with anything other than whats in list of extensions: https://www.reddit.com/r/Python/comments/a86gbl/check_if_file_ends_with_anything_other_than_whats/
reddit
r/Python - Check if file ends with anything other than whats in list of extensions
1 vote and 0 comments so far on Reddit
Build a Twitter bot in Python ( Thug life style): https://www.reddit.com/r/Python/comments/a87t6l/build_a_twitter_bot_in_python_thug_life_style/
reddit
r/Python - Build a Twitter bot in Python ( Thug life style)
0 votes and 0 comments so far on Reddit
We made a tool to automate DigitalOcean snapshots using free CI services: https://www.reddit.com/r/Python/comments/a87zu6/we_made_a_tool_to_automate_digitalocean_snapshots/
reddit
r/Python - We made a tool to automate DigitalOcean snapshots using free CI services
1 vote and 0 comments so far on Reddit
Implementing Classification ML Using Python and Sklearn: https://www.reddit.com/r/Python/comments/a881it/implementing_classification_ml_using_python_and/
reddit
r/Python - Implementing Classification ML Using Python and Sklearn
2 votes and 0 comments so far on Reddit
Second-order cooccurrence of terms in texts: https://stackoverflow.com/questions/53833387/second-order-cooccurrence-of-terms-in-texts
Stack Overflow
Second-order cooccurrence of terms in texts
Basically, I want to reimplement this video.
Given a corpus of documents, I want to find the terms that are most similar to each other.
I was able to generate a cooccurrence matrix using this SO
Given a corpus of documents, I want to find the terms that are most similar to each other.
I was able to generate a cooccurrence matrix using this SO