I made a flask website to find similar movie posters, hope you'll like it, it is mostly python !: https://www.reddit.com/r/Python/comments/a0v01w/i_made_a_flask_website_to_find_similar_movie/
reddit
I made a flask website to find similar movie posters, hope you'll...
Hi guys, You might like a long-term project I try to build. It is a datavisualization that aims to cluster movie posters and propose the...
Pyspark data manipulation to vectorized format: https://stackoverflow.com/questions/53419008/pyspark-data-manipulation-to-vectorized-format
Stack Overflow
Pyspark data manipulation to vectorized format
I have a 900M row dataset that I'd like to apply some machine learning algorithms on using pyspark/mllib and I'm struggling a bit with how to transform my dataset into the correct format.
The dat...
The dat...
Python Automation Tutorial 5: Automating Opening Search Results in Search Engines: https://www.reddit.com/r/Python/comments/a0vkd5/python_automation_tutorial_5_automating_opening/
reddit
r/Python - Python Automation Tutorial 5: Automating Opening Search Results in Search Engines
1 vote and 0 comments so far on Reddit
How to implement method chaining of Selenium multiple WebDriverWait in Python: https://stackoverflow.com/questions/53467739/how-to-implement-method-chaining-of-selenium-multiple-webdriverwait-in-python
Stack Overflow
How to implement method chaining of Selenium multiple WebDriverWait in Python
I am looking to implement method chaining of Selenium WebDriverWaits.
To start with, this block of code implementing a single WebDriverWait works perfect:
from selenium import webdriver
from sele...
To start with, this block of code implementing a single WebDriverWait works perfect:
from selenium import webdriver
from sele...
How to take Python skills from semi-intermediate to advanced?: https://www.reddit.com/r/Python/comments/a0vdsw/how_to_take_python_skills_from_semiintermediate/
reddit
r/Python - How to take Python skills from semi-intermediate to advanced?
0 votes and 1 comment so far on Reddit
Extremely well written article about static, class and abstract methods: https://www.reddit.com/r/Python/comments/a0vov7/extremely_well_written_article_about_static_class/
reddit
r/Python - Extremely well written article about static, class and abstract methods
3 votes and 0 comments so far on Reddit
Easy way to append a number to duplicate numbers to make them unique?: https://www.reddit.com/r/Python/comments/a0vg4o/easy_way_to_append_a_number_to_duplicate_numbers/
reddit
Easy way to append a number to duplicate numbers to... • r/Python
I'm trying to pull data from a DB that was supposed to have unique ID's in the primary key field, but doesn't. Now I need to find an easy way to...
Interesting story about how company made interactive data science platform, especially the part with code reloading: https://www.reddit.com/r/Python/comments/a0yb9p/interesting_story_about_how_company_made/
reddit
r/Python - Interesting story about how company made interactive data science platform, especially the part with code reloading
1 vote and 0 comments so far on Reddit
how would you create a programme that allows a user to locate records that match a search string in a dictionary you made and allow them to sort it by name?: https://www.reddit.com/r/Python/comments/a0yffd/how_would_you_create_a_programme_that_allows_a/
reddit
r/Python - how would you create a programme that allows a user to locate records that match a search string in a dictionary you…
0 votes and 1 comment so far on Reddit
A warning to the person who ruins my test coverage: https://www.reddit.com/r/Python/comments/a0ykv2/a_warning_to_the_person_who_ruins_my_test_coverage/
reddit
r/Python - A warning to the person who ruins my test coverage
1 vote and 0 comments so far on Reddit
Best Practices for Using Functional Programming in Python: https://www.reddit.com/r/Python/comments/a0yl50/best_practices_for_using_functional_programming/
reddit
r/Python - Best Practices for Using Functional Programming in Python
1 vote and 0 comments so far on Reddit
Proposal to reduce noise from easy questions here: https://www.reddit.com/r/Python/comments/a0zje3/proposal_to_reduce_noise_from_easy_questions_here/
reddit
r/Python - Proposal to reduce noise from easy questions here
1 vote and 0 comments so far on Reddit
How to dynamically import an unsafe Python module with a timeout?: https://stackoverflow.com/questions/53472550/how-to-dynamically-import-an-unsafe-python-module-with-a-timeout
Stack Overflow
How to dynamically import an unsafe Python module with a timeout?
I need to dynamically load several potentially unsafe modules for testing purpose.
Regarding security, my script is executed by a low-access user.
Although, I still need a way to elegantly make the
Regarding security, my script is executed by a low-access user.
Although, I still need a way to elegantly make the
Python not recognizing modules unless I run idle as an admin: https://www.reddit.com/r/Python/comments/a10dr5/python_not_recognizing_modules_unless_i_run_idle/
reddit
r/Python - Python not recognizing modules unless I run idle as an admin
1 vote and 0 comments so far on Reddit