Python Exception Handling Tutorial and Examples for Beginners: https://www.reddit.com/r/Python/comments/4xmp2j/python_exception_handling_tutorial_and_examples/
  
  reddit
  
  Python Exception Handling Tutorial and Examples for... • /r/Python
  2 points and 0 comments so far on reddit
  Professional python developers, what is your approach of writing/testing a module?: https://www.reddit.com/r/Python/comments/4xmpd4/professional_python_developers_what_is_your/
  
  reddit
  
  Professional python developers, what is your approach... • /r/Python
  I usually add a block of codes with the "if __name__ == '__main__' " trick at the end of my module code file. I can just run the file to see if...
  Socket.io POST Request Logs: http://stackoverflow.com/questions/38868061/socket-io-post-request-logs
  
  Stackoverflow
  
  Socket.io POST Request Logs
  I am running socket.io on an Apache server through Python Flask. We're integrating it into an iOS app and we're having a weird issue.
From the client side code in the app (written in Swift), I can...
  From the client side code in the app (written in Swift), I can...
Performance issues with pandas and filtering on datetime column: http://stackoverflow.com/questions/38902239/performance-issues-with-pandas-and-filtering-on-datetime-column
  
  Stack Overflow
  
  Performance issues with pandas and filtering on datetime column
  I've a pandas dataframe with a datetime64 object on one of the columns.
time volume complete closeBid closeAsk openBid openAsk highBid highAsk lowBid lowAsk closeMid
0 2016-08...
  time volume complete closeBid closeAsk openBid openAsk highBid highAsk lowBid lowAsk closeMid
0 2016-08...
"The online study will take less than 60 minutes to complete." Good luck with that...: https://www.reddit.com/r/Python/comments/4xnfos/the_online_study_will_take_less_than_60_minutes/
  
  reddit
  
  "The online study will take less than 60 minutes to... • /r/Python
  2 points and 1 comments so far on reddit
  MicroPython: a journey from Kickstarter to Space: https://www.reddit.com/r/Python/comments/4xng7o/micropython_a_journey_from_kickstarter_to_space/
  
  reddit
  
  MicroPython: a journey from Kickstarter to Space • /r/Python
  1 points and 0 comments so far on reddit
  How do I run my python code in the GPU.: https://www.reddit.com/r/Python/comments/4xnn2s/how_do_i_run_my_python_code_in_the_gpu/
  
  reddit
  
  How do I run my python code in the GPU. • /r/Python
  I'm training my neural network to recognise printed characters and the process is taking quite a while. Here is where I got the code from for...
  Python packaging is good now: https://glyph.twistedmatrix.com/2016/08/python-packaging.html
  Installing altair: statistical visualisation package, jupyter notebook won't render: https://www.reddit.com/r/Python/comments/4xnzfq/installing_altair_statistical_visualisation/
  
  reddit
  
  Installing altair: statistical visualisation package,... • /r/Python
  I have been trying to install [altair](https://github.com/ellisonbg/altair/) pip works perfectly, but jupyter notebook won't install the...
  JupyterLab: the next generation of the Jupyter Notebook [X-Post /r/machinelearning]: https://www.reddit.com/r/Python/comments/4xoelo/jupyterlab_the_next_generation_of_the_jupyter/
  
  reddit
  
  JupyterLab: the next generation of the Jupyter... • /r/Python
  1 points and 1 comments so far on reddit
  pyhooked, a pure Python hotkey module for Windows, hits version 0.8 with a complete re-write.: https://www.reddit.com/r/Python/comments/4xp3q6/pyhooked_a_pure_python_hotkey_module_for_windows/
  
  reddit
  
  pyhooked, a pure Python hotkey module for Windows,... • /r/Python
  0 points and 1 comments so far on reddit
  List of Stackoverflow questions for deeper understanding of python: https://www.reddit.com/r/Python/comments/4xp00c/list_of_stackoverflow_questions_for_deeper/
  
  reddit
  
  List of Stackoverflow questions for deeper... • /r/Python
  1 points and 0 comments so far on reddit
  What data analytics products do you see for the cannabis industry?: https://www.reddit.com/r/Python/comments/4xp9dr/what_data_analytics_products_do_you_see_for_the/
  
  reddit
  
  What data analytics products do you see for the... • /r/Python
  Hi Everyone! Not sure if this is the right place to post but I code in python and got curious and wanted to ask this subreddit what sort of data...
  Process request thread error with Flask Application?: http://stackoverflow.com/questions/38899790/process-request-thread-error-with-flask-application
  
  Stackoverflow
  
  Process request thread error with Flask Application?
  This might be a long shot, but here's the error that i'm getting:
File "/home/MY NAME/anaconda/lib/python2.7/SocketServer.py", line 596, in process_request_thread
self.finish_request(request,
  File "/home/MY NAME/anaconda/lib/python2.7/SocketServer.py", line 596, in process_request_thread
self.finish_request(request,
Python/Fabric/SSH help!?! Not sure which one is the problem: https://www.reddit.com/r/Python/comments/4xqeku/pythonfabricssh_help_not_sure_which_one_is_the/
  
  reddit
  
  Python/Fabric/SSH help!?! Not sure which one is the... • /r/Python
  1 points and 0 comments so far on reddit
  Why doesn't Spyder obey my IPython config file?: http://stackoverflow.com/questions/38602507/why-doesnt-spyder-obey-my-ipython-config-file
  
  Stackoverflow
  
  Why doesn't Spyder obey my IPython config file?
  get_ipython().config
Out[1]:
{'IPCompleter': {'greedy': True},
'IPKernelApp': {'exec_lines': ['%pylab qt']},
'InlineBackendConfig': {},
'InteractiveShell': {'xmode': 'Plain'},
'InteractiveShel...
  Out[1]:
{'IPCompleter': {'greedy': True},
'IPKernelApp': {'exec_lines': ['%pylab qt']},
'InlineBackendConfig': {},
'InteractiveShell': {'xmode': 'Plain'},
'InteractiveShel...
