Python object that automatically stores data on disk?: https://www.reddit.com/r/Python/comments/5ypzb6/python_object_that_automatically_stores_data_on/
  
  reddit
  
  Python object that automatically stores data on disk? • r/Python
  I have a python object that I would like to store on disk. I have been using pickle but it takes a long time to save and load (the pickle files...
  I accidentally deleted some Python source code but it was still resident in a running process - here's how I got it back: https://www.reddit.com/r/Python/comments/5yqgc3/i_accidentally_deleted_some_python_source_code/
  
  Reddit
  
  From the Python community on Reddit: I accidentally deleted some Python source code but it was still resident in a running process…
  Explore this post and more from the Python community
  Python help for psych experiment!: https://www.reddit.com/r/Python/comments/5yqy1i/python_help_for_psych_experiment/
  
  reddit
  
  Python help for psych experiment! • r/Python
  Hi internet! If anyone out there is knowledgeable in Python, I could really use your help! I'm using this program called PsychoPy to create an...
  Trio – Pythonic async I/O for humans and snake people: https://www.reddit.com/r/Python/comments/5yrzhl/trio_pythonic_async_io_for_humans_and_snake_people/
  
  reddit
  
  Trio – Pythonic async I/O for humans and snake people • r/Python
  1 points and 0 comments so far on reddit
  Crowdsourcing request - Graphics for NCAA tournament picker using Python and Pillow: https://www.reddit.com/r/Python/comments/5ysufx/crowdsourcing_request_graphics_for_ncaa/
  
  reddit
  
  Crowdsourcing request - Graphics for NCAA tournament... • r/Python
  So there is a handy NCAA tournament bracket filler at [basketball.playoffpredictor.com] (basketball.playoffpredictor.com) The site lets people...
  What does if __name__ == "__main__": main() mean??: https://www.reddit.com/r/Python/comments/5ysygu/what_does_if_name_main_main_mean/
  
  reddit
  
  What does if __name__ == "__main__": main() mean?? • r/Python
  1 points and 0 comments so far on reddit
  I wrote arseparse, a tiny dispatcher lib on top of argparse.: https://www.reddit.com/r/Python/comments/5yszmw/i_wrote_arseparse_a_tiny_dispatcher_lib_on_top_of/
  
  reddit
  
  I wrote arseparse, a tiny dispatcher lib on top of... • r/Python
  2 points and 0 comments so far on reddit
  Bootstrap t method Python implementation: http://stackoverflow.com/questions/42700284/bootstrap-t-method-python-implementation
  
  Stack Overflow
  
  Bootstrap t method Python implementation
  I have this function to perform a t-test, with samples and populations using the same key in dictionaries. It works well, as intended.
def ttest_(d):
result = {}
for k, (l, t) in d.items()...
  def ttest_(d):
result = {}
for k, (l, t) in d.items()...
A quick demo of bi-directional streaming RPC's using gRPC, Go and Python: https://www.reddit.com/r/Python/comments/5ytd9p/a_quick_demo_of_bidirectional_streaming_rpcs/
  
  reddit
  
  A quick demo of bi-directional streaming RPC's using... • r/Python
  3 points and 0 comments so far on reddit
  (RaspberryPI) Writing to .csv doesn't work when I run script from terminal, but works when I run it in shell: https://www.reddit.com/r/Python/comments/5ytmrl/raspberrypi_writing_to_csv_doesnt_work_when_i_run/
  
  reddit
  
  (RaspberryPI) Writing to .csv doesn't work when I run... • r/Python
  Hi guys, somehow I cannot get .csv to write when I launch my script on terminal in Raspbian. I need this script to auto-run and start working with...
  Pip3 installed modules (like flake8) working on commandline only with "python3 -m <flake8> <filename>" and not with "<flake8> <filename>": https://www.reddit.com/r/Python/comments/5yu6fl/pip3_installed_modules_like_flake8_working_on/
  
  reddit
  
  Pip3 installed modules (like flake8) working on... • r/Python
  Also, maybe related, how do I see the location of where pip3 installs the packages?
  Passing SQLAlchemy query to object: https://www.reddit.com/r/Python/comments/5yu7gn/passing_sqlalchemy_query_to_object/
  
  reddit
  
  Passing SQLAlchemy query to object • r/Python
  I'm working with sqlalchemy and postgresql. I have a Cart, CartItem, OrderSegment, and OrderSegmentItem tables. I have two unrelated...
  Running .exe on Azure: http://stackoverflow.com/questions/41841339/running-exe-on-azure
  
  Stackoverflow
  
  Running .exe on Azure
  I have a flask web app that is published on azure. In my project i have a 'senna-win32.exe' that takes in input and sends out some output. my code for calling this .exe looks like this:
senna_pat...
  senna_pat...
How to make a configuration page for a flask app?: https://www.reddit.com/r/Python/comments/5yu9an/how_to_make_a_configuration_page_for_a_flask_app/
  
  reddit
  
  How to make a configuration page for a flask app? • r/Python
  I have a flask webapp and I need to make a way to configure it easily through the a webui. Right now I have it importing a config.py file that...
  