Just starting with Python. Advice?: https://www.reddit.com/r/Python/comments/81f9z2/just_starting_with_python_advice/
reddit
Just starting with Python. Advice? • r/Python
I was hoping you guys would have ideas for a good starting project to help me kick things off. I’m afraid I would get too deep into an...
Help! Measuring distance of a colour form Picamera using a colour marker and RaspberryPI picamera: https://www.reddit.com/r/Python/comments/81fa7s/help_measuring_distance_of_a_colour_form_picamera/
reddit
Help! Measuring distance of a colour form Picamera... • r/Python
Hi guys, below is my current code where I’ve attempted to incorporate distance tracking in a colour detection for the colour blue in a live stream...
How to correctly use ioloop in multithread environment?: https://www.reddit.com/r/Python/comments/81ffl7/how_to_correctly_use_ioloop_in_multithread/
reddit
How to correctly use ioloop in multithread environment? • r/Python
0 points and 0 comments so far on reddit
How to compare metrics between two large texts - cosine, Jaccard similarities, Sim_MinEdit (Sim_String) and Sim_Simple in Python: https://stackoverflow.com/questions/49035812/how-to-compare-metrics-between-two-large-texts-cosine-jaccard-similarities-s
Stackoverflow
How to compare metrics between two large texts - cosine, Jaccard similarities, Sim_MinEdit (Sim_String) and Sim_Simple in Python
I am working on text analytics project comparing two different financial reports at a time and saving the results into pandas data frame.
I was able to get cosine and jacard similarities, but need...
I was able to get cosine and jacard similarities, but need...
Simple program to get magnet links for various things: https://www.reddit.com/r/Python/comments/81gr9z/simple_program_to_get_magnet_links_for_various/
reddit
Simple program to get magnet links for various things • r/Python
4 points and 1 comments so far on reddit
Exploring REST and GraphQL together with aiohttp: https://www.reddit.com/r/Python/comments/81g9za/exploring_rest_and_graphql_together_with_aiohttp/
reddit
Exploring REST and GraphQL together with aiohttp • r/Python
1 points and 0 comments so far on reddit
Python: How to Build and Export a Calculator using Tkinter (Part 1): https://www.reddit.com/r/Python/comments/81gb7f/python_how_to_build_and_export_a_calculator_using/
reddit
Python: How to Build and Export a Calculator using... • r/Python
5 points and 0 comments so far on reddit
How can I draw lines into numpy arrays?: https://stackoverflow.com/questions/31638651/how-can-i-draw-lines-into-numpy-arrays
Stack Overflow
How can I draw lines into numpy arrays?
I would like to be able to draw lines into numpy arrays to get off-line features for on-line handwriting recognition. This means I don't need the image at all, but I need for some positions in a nu...
Best way to deploy DevOps code?: https://www.reddit.com/r/Python/comments/81hthc/best_way_to_deploy_devops_code/
reddit
Best way to deploy DevOps code? • r/Python
I work in a dev ops roll and I’m looking for an elegant solution to deploy python scripts which I’ve written to do a number of automation...
Detecting which version of Django a website is running: https://www.reddit.com/r/Python/comments/81i5o9/detecting_which_version_of_django_a_website_is/
reddit
Detecting which version of Django a website is running • r/Python
1 points and 0 comments so far on reddit
Using an Animated and Interactive Visualisation for Parameter Optimisation using Plot.ly (how-to in comments): https://www.reddit.com/r/Python/comments/81igz8/using_an_animated_and_interactive_visualisation/
reddit
Using an Animated and Interactive Visualisation for... • r/Python
53 points and 3 comments so far on reddit
I made a program that applies a palette to an image: https://www.reddit.com/r/Python/comments/81j9kv/i_made_a_program_that_applies_a_palette_to_an/
reddit
I made a program that applies a palette to an image • r/Python
0 points and 0 comments so far on reddit
How Python evolves (a conversation with Nick Coghlan): https://www.reddit.com/r/Python/comments/81j95b/how_python_evolves_a_conversation_with_nick/
reddit
How Python evolves (a conversation with Nick Coghlan) • r/Python
0 points and 0 comments so far on reddit
Bisection search for a cube root when the cube is a decimal.: https://www.reddit.com/r/Python/comments/81l46t/bisection_search_for_a_cube_root_when_the_cube_is/
reddit
Bisection search for a cube root when the cube is a... • r/Python
I am struggling to figure out how to do a bisection search for a cube root when the cube is a decimal. Example the cube is 0.25, what is the cube...