Cryptohype - My first major project on python. Pulls positive data regarding crypto.: https://www.reddit.com/r/Python/comments/922d99/cryptohype_my_first_major_project_on_python_pulls/
reddit
r/Python - Cryptohype - My first major project on python. Pulls positive data regarding crypto.
1 vote and 0 comments so far on Reddit
Python Weekly - Issue 357: https://mailchi.mp/pythonweekly/python-weekly-issue-357
50 Free Machine Learning Datasets: Part Two — Financial and Economic Datasets: https://www.reddit.com/r/Python/comments/922nfa/50_free_machine_learning_datasets_part_two/
Reddit
From the Python community on Reddit: 50 Free Machine Learning Datasets: Part Two — Financial and Economic Datasets
Explore this post and more from the Python community
Advanced String Concepts: Type Codes and Extra Formatting Help!: https://www.reddit.com/r/Python/comments/922pda/advanced_string_concepts_type_codes_and_extra/
reddit
r/Python - Advanced String Concepts: Type Codes and Extra Formatting Help!
1 vote and 2 comments so far on Reddit
The PSF Jobs Volunteer Team: Community Service Award Q1 2018 Recipient: https://www.reddit.com/r/Python/comments/922opk/the_psf_jobs_volunteer_team_community_service/
reddit
r/Python - The PSF Jobs Volunteer Team: Community Service Award Q1 2018 Recipient
2 votes and 0 comments so far on Reddit
Porting Pycharm Project with interpretor to new computer: https://www.reddit.com/r/Python/comments/922uwr/porting_pycharm_project_with_interpretor_to_new/
reddit
r/Python - Porting Pycharm Project with interpretor to new computer
2 votes and 1 comment so far on Reddit
Solution for sys.path.append PEP8 import issues: https://www.reddit.com/r/Python/comments/923d9d/solution_for_syspathappend_pep8_import_issues/
reddit
r/Python - Solution for sys.path.append PEP8 import issues
0 votes and 1 comment so far on Reddit
Is there a python 2 -> python 3 tutorial for experienced programmer?: https://www.reddit.com/r/Python/comments/923otg/is_there_a_python_2_python_3_tutorial_for/
reddit
Is there a python 2 -> python 3 tutorial for... • r/Python
Up until recently I've been using only python 2.7. I'd like to start with python 3 and I'm trying to find something like "what's new in python 3.6...
Python has brought computer programming to a vast new audience: https://www.reddit.com/r/Python/comments/924c4x/python_has_brought_computer_programming_to_a_vast/
Reddit
From the Python community on Reddit: Python has brought computer programming to a vast new audience
Explore this post and more from the Python community
Any idea how to quickly search Skype (for business 2016): https://www.reddit.com/r/Python/comments/924w41/any_idea_how_to_quickly_search_skype_for_business/
reddit
r/Python - Any idea how to quickly search Skype (for business 2016)
1 vote and 0 comments so far on Reddit
Cut a polygon with two lines in shapely: https://stackoverflow.com/questions/39338550/cut-a-polygon-with-two-lines-in-shapely
Stack Overflow
Cut a polygon with two lines in Shapely
I am trying to cut a shapely.geometry.Polygon instance in two parts with two lines. For example, in the code below, polygon is a ring and if we cut it with line1 and line2 we should get two partial...