Wrote a new tool that makes beautiful dir() output: https://www.reddit.com/r/Python/comments/5ykbef/wrote_a_new_tool_that_makes_beautiful_dir_output/
  
  reddit
  
  Wrote a new tool that makes beautiful dir() output • r/Python
  347 points and 97 comments so far on reddit
  Pytest won't convert date field to datetime.date object in Django: http://stackoverflow.com/questions/42665416/pytest-wont-convert-date-field-to-datetime-date-object-in-django
  
  Stackoverflow
  
  Pytest won't convert date field to datetime.date object in Django
  I have this simple query written in Django and I want to run my tests with Pytest.
results = (self.base_query
.order_by('service_date')
.extra({'sd': "date(
  results = (self.base_query
.order_by('service_date')
.extra({'sd': "date(
How to force application version on AWS Elastic BeansTalk: http://stackoverflow.com/questions/39185570/how-to-force-application-version-on-aws-elastic-beanstalk
  
  Stack Overflow
  
  How to force application version on AWS Elastic Beanstalk
  I'm trying to deploy a new version of my Python/Django application using eb deploy.
It unfortunately fails due to unexpected version of the application. The problem is that somehow eb deploy screw...
  It unfortunately fails due to unexpected version of the application. The problem is that somehow eb deploy screw...
We-get: Command-line tool for searching torrents, written in Python 3.6.: https://www.reddit.com/r/Python/comments/5ykyew/weget_commandline_tool_for_searching_torrents/
  
  reddit
  
  We-get: Command-line tool for searching torrents,... • r/Python
  1 points and 0 comments so far on reddit
  ELI5 - How to productionize Python script?: https://www.reddit.com/r/Python/comments/5ylizb/eli5_how_to_productionize_python_script/
  
  reddit
  
  ELI5 - How to productionize Python script? • r/Python
  Hi! I've written some python codes but they are mostly one-off use and to be run at command line. I still have no idea how to automate and...
  Programming the firmware of a LoRa node in 40 lines of Python: https://www.reddit.com/r/Python/comments/5yluvy/programming_the_firmware_of_a_lora_node_in_40/
  
  reddit
  
  Programming the firmware of a LoRa node in 40 lines of... • r/Python
  3 points and 0 comments so far on reddit
  Importing with ctypes in Python: fighting overflows: https://www.reddit.com/r/Python/comments/5ylypb/importing_with_ctypes_in_python_fighting_overflows/
  
  reddit
  
  Importing with ctypes in Python: fighting overflows • r/Python
  2 points and 0 comments so far on reddit
  