What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6h03hp/whats_everyone_working_on_this_week/
  
  reddit
  
  What's everyone working on this week? • r/Python
  Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
  pyautogui LocateOnScreen on MacBook Retina: https://www.reddit.com/r/Python/comments/6h0buv/pyautogui_locateonscreen_on_macbook_retina/
  
  reddit
  
  pyautogui LocateOnScreen on MacBook Retina • r/Python
  Anybody else having problems with pyautogui.locateOnScreen returning None on Retina display MacBook? If I use OSX's screen capture tool it won't...
  [xpost from /r/kivy] [Tutorial] Creating games in python using kivy (classic snake game): https://www.reddit.com/r/Python/comments/6h0djy/xpost_from_rkivy_tutorial_creating_games_in/
  
  reddit
  
  [xpost from /r/kivy] [Tutorial] Creating games in... • r/Python
  1 points and 1 comments so far on reddit
  Introducing Epithet - a python tool for managing Github labels: https://www.reddit.com/r/Python/comments/6h0yv6/introducing_epithet_a_python_tool_for_managing/
  
  reddit
  
  Introducing Epithet - a python tool for managing Github... • r/Python
  1 points and 0 comments so far on reddit
  Python opencv remove noise in image: https://stackoverflow.com/questions/44466452/python-opencv-remove-noise-in-image
  
  Stack Overflow
  
  Python opencv remove noise in image
  I am trying to isolate certain colored lines(the field lines) in a set of hockey images. I have applied a Hue Lightness Saturation(HLS) color space filter and have managed to pass all the component...
  How to open help plugin in spyder?: https://www.reddit.com/r/Python/comments/6h1vy5/how_to_open_help_plugin_in_spyder/
  
  reddit
  
  How to open help plugin in spyder? • r/Python
  This is a stupid question but I can't figure it out. I hit exit on my help plugin in spyder and now I don't know how to get it back. How do I get...
  New to coding and starting with Python. Any recommendations or suggestions to help start my journey. Books, blogs , groups etc ? Thanks for the help!: https://www.reddit.com/r/Python/comments/6h1xpi/new_to_coding_and_starting_with_python_any/
  
  reddit
  
  New to coding and starting with Python. Any... • r/Python
  3 points and 2 comments so far on reddit
  ANN: Boomslang XML - a Basic XML Editor Made with Python: https://www.reddit.com/r/Python/comments/6h1rd6/ann_boomslang_xml_a_basic_xml_editor_made_with/
  
  reddit
  
  ANN: Boomslang XML - a Basic XML Editor Made with Python • r/Python
  I recently decided to start putting together some fun example desktop applications using Python. I've been using wxPython to create the cross...
  Keep getting list assignment out of range error?: https://www.reddit.com/r/Python/comments/6h24tw/keep_getting_list_assignment_out_of_range_error/
  
  reddit
  
  Keep getting list assignment out of range error? • r/Python
  from random import randint def second_smallest(numbers): m1, m2 = float('inf'), float('inf') for x in numbers: if x <= m1: ...
  formatting Beautiful Soup Output Question: https://www.reddit.com/r/Python/comments/6h2a0f/formatting_beautiful_soup_output_question/
  
  reddit
  
  formatting Beautiful Soup Output Question • r/Python
  So my output from print get_text() using Beautiful soup module is show below: Name: Larry Last: Smith Year: 2008 How do...
  NumPy receives first ever funding, thanks to Moore Foundation: https://www.reddit.com/r/Python/comments/6h2g42/numpy_receives_first_ever_funding_thanks_to_moore/
  
  reddit
  
  NumPy receives first ever funding, thanks to Moore... • r/Python
  1 points and 0 comments so far on reddit
  how to pipe multiple sql- and py-scripts: https://stackoverflow.com/questions/44230747/how-to-pipe-multiple-sql-and-py-scripts
  
  Stackoverflow
  
  how to pipe multiple sql- and py-scripts
  I have the following code copied from github gtfs_SQL_importer:
cat gtfs_tables.sql \
<(python import_gtfs_to_sql.py path/to/gtfs/data/directory) \
gtfs_tables_makeindexes.sql \
vacuumer....
  cat gtfs_tables.sql \
<(python import_gtfs_to_sql.py path/to/gtfs/data/directory) \
gtfs_tables_makeindexes.sql \
vacuumer....
Flask and Jinja2 bug that I can't find the source of.: https://www.reddit.com/r/Python/comments/6h2tc5/flask_and_jinja2_bug_that_i_cant_find_the_source/
  
  reddit
  
  Flask and Jinja2 bug that I can't find the source of. • r/Python
  So basically I pass a dictionary into an html file, and I loop through that dictionary and insert its values into an html table. The problem is...
  Listeners of the Talk Python to Me podcast: which episode did you find the most insightful?: https://www.reddit.com/r/Python/comments/6h2vv4/listeners_of_the_talk_python_to_me_podcast_which/
  
  reddit
  
  Listeners of the Talk Python to Me podcast: which... • r/Python
  I'm about to crack into the podcast, and prefer to get to the good stuff first.
  Student learning Python here. Are there any distributions that have a MATLAB-esque workspace?: https://www.reddit.com/r/Python/comments/6h33p2/student_learning_python_here_are_there_any/
  
  reddit
  
  Student learning Python here. Are there any... • r/Python
  For anyone not familiar with MATLAB, it has a workspace which is basically a list of all the variables, matrices, strings, etc. that you've...
  