Python Weekly - Issue 334: http://mailchi.mp/pythonweekly/python-weekly-issue-334
Tkinter App that finds fresh free proxies.: https://www.reddit.com/r/Python/comments/7xrk53/tkinter_app_that_finds_fresh_free_proxies/
reddit
Tkinter App that finds fresh free proxies. • r/Python
Hey! Last couple of days I wanted to experiment with Tkinter and wrote an app that gets you a list of free proxies that can be filtered and saved...
K-Nearest Neighbors Algorithm in Python and Scikit-Learn: http://stackabuse.com/k-nearest-neighbors-algorithm-in-python-and-scikit-learn/
Stack Abuse
Guide to the K-Nearest Neighbors Algorithm in Python and Scikit-Learn
In this detailed definitive guide - learn how K-Nearest Neighbors works, and how to implement it for regression, classification and anomaly detection with Python and Scikit-Learn, through practical code examples and best practicecs.
Cross-plat VS Code / Python now included in Anaconda Distro: https://www.reddit.com/r/Python/comments/7xscuw/crossplat_vs_code_python_now_included_in_anaconda/
reddit
Cross-plat VS Code / Python now included in Anaconda Distro • r/Python
12 points and 4 comments so far on reddit
Python 3’s range is more powerful than Python 2’s xrange: https://www.reddit.com/r/Python/comments/7xsrd6/python_3s_range_is_more_powerful_than_python_2s/
reddit
Python 3’s range is more powerful than Python 2’s xrange • r/Python
1 points and 0 comments so far on reddit
How could I graphically display a pathfinding algorithm in python?: https://www.reddit.com/r/Python/comments/7xt2lo/how_could_i_graphically_display_a_pathfinding/
reddit
How could I graphically display a pathfinding algorithm... • r/Python
Hey, I'm new to python and I want to program a pathfinding algorithm but I don't know how I could display it. Do you have any recommendation how I...
A curious case of non-transitive datetime comparison: https://www.reddit.com/r/Python/comments/7xstjy/a_curious_case_of_nontransitive_datetime/
reddit
A curious case of non-transitive datetime comparison • r/Python
2 points and 0 comments so far on reddit
Table Enforcer: an attempt to apply a "test driven development" workflow to data cleaning and validation.: https://www.reddit.com/r/Python/comments/7xtzeh/table_enforcer_an_attempt_to_apply_a_test_driven/
reddit
Table Enforcer: an attempt to apply a "test driven... • r/Python
4 points and 0 comments so far on reddit
GUI to use for pet project - Tkinter or other?: https://www.reddit.com/r/Python/comments/7xv0p2/gui_to_use_for_pet_project_tkinter_or_other/
reddit
GUI to use for pet project - Tkinter or other? • r/Python
Tl;Dr: Should I stay with Tkinter or switch to something else for GUI programming on a pet project with lots of GUI features? Background: I am an...