What service would I use for hosting a Python script that runs at a specific time every day?: https://www.reddit.com/r/Python/comments/4g8fon/what_service_would_i_use_for_hosting_a_python/
reddit
What service would I use for hosting a Python script that runs at...
Edit: I am aware of AWS Lambda, but would like to try some free service.
Can you help me solve few tasks?: https://www.reddit.com/r/Python/comments/4g8l0t/can_you_help_me_solve_few_tasks/
reddit
Can you help me solve few tasks? • /r/Python
Heya guys, i recently start learning Python program and in few days i have my first test, so can you help me solve this 4 tasks? A. Write a...
Anaconda and where I should be installing packages...: https://www.reddit.com/r/Python/comments/4g8tux/anaconda_and_where_i_should_be_installing_packages/
reddit
Anaconda and where I should be installing packages... • /r/Python
So I'm new at this, so I apologize if this doesn't make sense. I installed Anaconda2 for Windows and I had some issue with my PATH not being set...
Recommended resources for learning python as second language?: https://www.reddit.com/r/Python/comments/4g94y6/recommended_resources_for_learning_python_as/
reddit
Recommended resources for learning python as second... • /r/Python
Hello everyone, I'm looking to learn some Python for a Junior Dev interview in about a fortnight's time, I'm pretty comfortable with Ruby and OO...
What are the most prestigious Python diploma/qualification online?: https://www.reddit.com/r/Python/comments/4g8xuv/what_are_the_most_prestigious_python/
reddit
What are the most prestigious Python... • /r/Python
What are the best(most recognised/respected/highest valued) online courses/programmes. Free or Paying, I don't mind investing in myself.
How to remove an extension to a blob caused by morphology: http://stackoverflow.com/questions/36800444/how-to-remove-an-extension-to-a-blob-caused-by-morphology
Stackoverflow
How to remove an extension to a blob caused by morphology
I have an image that I'm eroding and dilating like so:
kernel = np.ones((5,5),np.float32)/1
eroded_img = cv2.erode(self.inpainted_adjusted_image, kernel, iterations=10)
dilated_img =
kernel = np.ones((5,5),np.float32)/1
eroded_img = cv2.erode(self.inpainted_adjusted_image, kernel, iterations=10)
dilated_img =
Please help edit opensource software: https://www.reddit.com/r/Python/comments/4g9a2w/please_help_edit_opensource_software/
reddit
Please help edit opensource software • /r/Python
Hey guys, I recently started using a note taking software called Cherry Tree, of which the Python source-code is available. This software allows...
A community site for Python programmers: https://www.reddit.com/r/Python/comments/4g9nd3/a_community_site_for_python_programmers/
reddit
A community site for Python programmers • /r/Python
Hello all! My name is Dorian, and I am 15 years old. I'm fairly new to reddit, and even newer to the Python subreddit. I've been programming with...
Goodnight, I needed a sleep timer for my FM Tuner and done: https://www.reddit.com/r/Python/comments/4g9v0b/goodnight_i_needed_a_sleep_timer_for_my_fm_tuner/
reddit
Goodnight, I needed a sleep timer for my FM Tuner and done • /r/Python
0 points and 0 comments so far on reddit
Sorting a dictionary highest to lowest?: https://www.reddit.com/r/Python/comments/4ga3c7/sorting_a_dictionary_highest_to_lowest/
reddit
Sorting a dictionary highest to lowest? • /r/Python
I am trying to sort a dictionary, "Highest" and "Average" from highest to lowest, but I can not get the dictionary to sort, from the text file. I...
Python: using multiprocessing on a pandas dataframe: http://stackoverflow.com/questions/36794433/python-using-multiprocessing-on-a-pandas-dataframe
Stack Overflow
Python: using multiprocessing on a pandas dataframe
I want to use multiprocessing on a large dataset to find the distance between two gps points. I constructed a test set, but I have been unable to get multiprocessing to work on this set.
import pa...
import pa...
How do I create a logical relationship between variables?: https://www.reddit.com/r/Python/comments/4gbh4y/how_do_i_create_a_logical_relationship_between/
reddit
How do I create a logical relationship between variables? • /r/Python
Say I have two arrays (lists) in Python declared as: names = ['Turner', 'Philips', 'Stevenson', 'Jones', 'Gonzalez', 'Whitaker', 'Bruner',...