Python Slack Bot that uses actors and hot loads plugins: https://www.reddit.com/r/Python/comments/4g7nkv/python_slack_bot_that_uses_actors_and_hot_loads/
reddit
Python Slack Bot that uses actors and hot loads plugins • /r/Python
Spent a fun weekend reading about Actors in Python using thespianpy and how to dynamically import modules. The result is slactorbot which is...
More comfortable way to build paths than os.join?: https://www.reddit.com/r/Python/comments/4g7rcx/more_comfortable_way_to_build_paths_than_osjoin/
reddit
More comfortable way to build paths than os.join? • /r/Python
I'm making use of os.join pretty often, but everytime I'm disappointed that Python doesn't offer a cleaner way to do that, like a new operator,...
PyQuery How do I append and rename an element into each of its subelements: http://stackoverflow.com/questions/36793097/pyquery-how-do-i-append-and-rename-an-element-into-each-of-its-subelements
Stackoverflow
PyQuery How do I append and rename an element into each of its subelements
How can I append or insert the an attribute of a class into its sub-elements but only for direct children and then repeat for the next class and sub-elements.
In the docs it is referenced here pyq...
In the docs it is referenced here pyq...
[help] Having trouble coming up with ideas.: https://www.reddit.com/r/Python/comments/4g8au2/help_having_trouble_coming_up_with_ideas/
reddit
[help] Having trouble coming up with ideas. • /r/Python
Hi PyCommunity! As the title suggests, I'm having difficulties figuring out what do with python. My creativity has gone threw the window and I...
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...