Neat hack for beating your linter into submission: https://www.reddit.com/r/Python/comments/4j36fo/neat_hack_for_beating_your_linter_into_submission/
  
  reddit
  
  Neat hack for beating your linter into submission • /r/Python
  0 points and 2 comments so far on reddit
  A polite, minimal interface for sending python objects to and from Amazon S3.: https://www.reddit.com/r/Python/comments/4j3gqh/a_polite_minimal_interface_for_sending_python/
  
  reddit
  
  A polite, minimal interface for sending python objects... • /r/Python
  1 points and 0 comments so far on reddit
  Really lost in creating a datacursor: https://www.reddit.com/r/Python/comments/4j48kw/really_lost_in_creating_a_datacursor/
  
  reddit
  
  Really lost in creating a datacursor • /r/Python
  Hey guys, I'm helping to code a program and in it, we have this plot created from a dataset. I'm trying to make this cursor (that grey box with...
  TensorFlow - Read all examples from a TFRecords at once?: http://stackoverflow.com/questions/37151895/tensorflow-read-all-examples-from-a-tfrecords-at-once
  
  Stack Overflow
  
  TensorFlow - Read all examples from a TFRecords at once?
  How do you read all examples from a TFRecords at once?
I've been using tf.parse_single_example to read out individual examples using code similar to that given in the method read_and_decode in the
  I've been using tf.parse_single_example to read out individual examples using code similar to that given in the method read_and_decode in the
can you make game bots in python: https://www.reddit.com/r/Python/comments/4j52l8/can_you_make_game_bots_in_python/
  
  reddit
  
  can you make game bots in python
  just asking this
  Python Library for writing objects/lists/dicts that persist across sessions by storing and loading themselves in .json files.: https://www.reddit.com/r/Python/comments/4j519o/python_library_for_writing_objectslistsdicts_that/
  
  reddit
  
  Python Library for writing objects/lists/dicts that... • /r/Python
  1 points and 0 comments so far on reddit
  How can slot_nb_bool(slot function for __bool__) call __len__?: http://stackoverflow.com/questions/37154927/how-can-slot-nb-boolslot-function-for-bool-call-len
  
  Stackoverflow
  
  How can slot_nb_bool(slot function for __bool__) call __len__?
  Python-3.5.1\Objects\typeobject.c
UNSLOT("__bool__", nb_bool, slot_nb_bool, wrap_inquirypred,
"self != 0"),
static int
slot_nb_bool(PyObject *self)
{
PyObject *func, *args;
int re...
  UNSLOT("__bool__", nb_bool, slot_nb_bool, wrap_inquirypred,
"self != 0"),
static int
slot_nb_bool(PyObject *self)
{
PyObject *func, *args;
int re...
Pillow-SIMD is 2.5 times faster than Pillow and 10 times faster than ImageMagick: https://www.reddit.com/r/Python/comments/4j5mla/pillowsimd_is_25_times_faster_than_pillow_and_10/
  
  reddit
  
  Pillow-SIMD is 2.5 times faster than Pillow and 10... • /r/Python
  29 points and 9 comments so far on reddit
  Exploring Unittest: assertTrue is truthy, assertFalse is falsy: https://www.reddit.com/r/Python/comments/4j5nrb/exploring_unittest_asserttrue_is_truthy/
  
  reddit
  
  Exploring Unittest: assertTrue is truthy, assertFalse... • /r/Python
  1 points and 0 comments so far on reddit
  Site to help people make simple projects?: https://www.reddit.com/r/Python/comments/4j6d6y/site_to_help_people_make_simple_projects/
  
  reddit
  
  Site to help people make simple projects? • /r/Python
  Is there a site where people can ask for help from programmers with simple computer problems/projects (whether for payment or for free)?
  Facebook Trending RSS Feed Fetcher (w/ Python 3.5): https://www.reddit.com/r/Python/comments/4j6g5g/facebook_trending_rss_feed_fetcher_w_python_35/
  
  reddit
  
  Facebook Trending RSS Feed Fetcher (w/ Python 3.5) • /r/Python
  1 points and 0 comments so far on reddit
  access modifiers for Python - is it a bad idea even if OO is not about performance?: https://www.reddit.com/r/Python/comments/4j6pjp/access_modifiers_for_python_is_it_a_bad_idea_even/
  
  reddit
  
  access modifiers for Python - is it a bad idea even if... • /r/Python
  1 points and 0 comments so far on reddit
  How I analyzed NHL data with Selenium, BeautifulSoup, Pandas and Plotly: https://www.reddit.com/r/Python/comments/4j6na9/how_i_analyzed_nhl_data_with_selenium/
  
  reddit
  
  How I analyzed NHL data with Selenium, BeautifulSoup, Pandas and...
  Posted in r/Python by u/elisebreda • 27 points and 5 comments
  How to set ttk calendar programmatically: http://stackoverflow.com/questions/37167275/how-to-set-ttk-calendar-programmatically
  
  Stackoverflow
  
  How to set ttk calendar programmatically
  I am using this ttk calendar in my application.
What I want to do is set the calendar using a datetime.date instance so when the calendar appears the specified date is highlighted.
I thought I co...
  What I want to do is set the calendar using a datetime.date instance so when the calendar appears the specified date is highlighted.
I thought I co...
Does /r/Python have an official discord server?: https://www.reddit.com/r/Python/comments/4j785f/does_rpython_have_an_official_discord_server/
  
  reddit
  
  Does /r/Python have an official discord server? • /r/Python
  1 points and 0 comments so far on reddit
  How to segment vessels from retinal images?: https://www.reddit.com/r/Python/comments/4j7e4k/how_to_segment_vessels_from_retinal_images/
  
  reddit
  
  How to segment vessels from retinal images? • /r/Python
  I was wondering if there's any available code for segmentation of vessels. There are a lot of Matlab codebases available on Mathworks, but I'm yet...
  