Help/Direction on a simple chess program I've been working on?: https://www.reddit.com/r/Python/comments/6eopat/helpdirection_on_a_simple_chess_program_ive_been/
  
  reddit
  
  Help/Direction on a simple chess program I've been... • r/Python
  I've been working on a simple chess program in my spare time at work, but I'm stuck - specifically, I'm having trouble with the concept of moving...
  Basic HTTP server not fully working without errors: https://www.reddit.com/r/Python/comments/6eovu4/basic_http_server_not_fully_working_without_errors/
  
  reddit
  
  Basic HTTP server not fully working without errors • r/Python
  I've started to explore HTTP servers in python and i wanted to do something very simple. The idea is just if a client connects to "my ip"/admin it...
  If someone has some spare time, could you please look over some code and give suggestions on how to improve it?: https://www.reddit.com/r/Python/comments/6eoxvf/if_someone_has_some_spare_time_could_you_please/
  
  reddit
  
  If someone has some spare time, could you please look... • r/Python
  I know it's inefficient in places and I have plans to fix it, however, if you have some ideas please let me know. Documentation is also kinda...
  Reverse shell upgrade from py2 to py3: https://www.reddit.com/r/Python/comments/6ep7id/reverse_shell_upgrade_from_py2_to_py3/
  
  reddit
  
  Reverse shell upgrade from py2 to py3 • r/Python
  Hey guys, I found a tutorial on infosec institute on creating a reverse shell in python. I wanted to upgrade the code to Python 3 and then add my...
  Python Tutorial #9 - Further list operations II: https://www.reddit.com/r/Python/comments/6eprlp/python_tutorial_9_further_list_operations_ii/
  
  reddit
  
  Python Tutorial #9 - Further list operations II • r/Python
  1 points and 0 comments so far on reddit
  Python Tutorial #11 - Dictionaries II - Keys and Values: https://www.reddit.com/r/Python/comments/6eprte/python_tutorial_11_dictionaries_ii_keys_and_values/
  
  reddit
  
  Python Tutorial #11 - Dictionaries II - Keys and Values • r/Python
  1 points and 0 comments so far on reddit
  Python Tutorial #12 - Data types - Tuples vs Lists vs Dictionaries: https://www.reddit.com/r/Python/comments/6epry6/python_tutorial_12_data_types_tuples_vs_lists_vs/
  
  reddit
  
  Python Tutorial #12 - Data types - Tuples vs Lists vs... • r/Python
  1 points and 0 comments so far on reddit
  Python Tutorial #6 - comments and control flow II: https://www.reddit.com/r/Python/comments/6epraf/python_tutorial_6_comments_and_control_flow_ii/
  
  reddit
  
  Python Tutorial #6 - comments and control flow II • r/Python
  0 points and 0 comments so far on reddit
  OSError when using scikit-image: https://www.reddit.com/r/Python/comments/6epwlk/oserror_when_using_scikitimage/
  
  reddit
  
  OSError when using scikit-image • r/Python
  Hey all - I'm attempting to process some images using the scikit-image library, but I'm having a great amount of difficulty loading the images for...
  Using Python to programmatically find the cheapest airplane tickets!: https://www.reddit.com/r/Python/comments/6eqbs5/using_python_to_programmatically_find_the/
  
  reddit
  
  Using Python to programmatically find the cheapest... • r/Python
  1 points and 0 comments so far on reddit
  Have a question, probably an easy answer.: https://www.reddit.com/r/Python/comments/6eqybw/have_a_question_probably_an_easy_answer/
  
  reddit
  
  Have a question, probably an easy answer. • r/Python
  I'm new to Python and my only exposure before was using it on a site with their API. On the API I was able to write a line and if there was an...
  Make predictions using a tensorflow graph from a keras model: https://stackoverflow.com/questions/44274701/make-predictions-using-a-tensorflow-graph-from-a-keras-model
  
  Stack Overflow
  
  Make predictions using a tensorflow graph from a keras model
  I have a model trained using Keras with Tensorflow as my backend, but now I need to turn my model into a tensorflow graph for a certain application. I attempted to do this and make predictions to i...