Using the ELK Stack and Python in Penetration Testing Workflow: https://www.reddit.com/r/Python/comments/5zcva8/using_the_elk_stack_and_python_in_penetration/
  
  reddit
  
  Using the ELK Stack and Python in Penetration Testing... • r/Python
  2 points and 0 comments so far on reddit
  Has anyone ever successfully bogo sorted anything ever?: https://www.reddit.com/r/Python/comments/5zd4u3/has_anyone_ever_successfully_bogo_sorted_anything/
  
  reddit
  
  Has anyone ever successfully bogo sorted anything ever? • r/Python
  I have not
  In need of Scipy documentation: https://www.reddit.com/r/Python/comments/5zcme8/in_need_of_scipy_documentation/
  
  reddit
  
  In need of Scipy documentation • r/Python
  Hello all, the Scipy documentation site seems to be down. Does anyone have a mirror or a .zip file of the generated documentation available? Thanks
  ftfy (fixes text for you) 4.4 and 5.0 released: https://www.reddit.com/r/Python/comments/5zdu8t/ftfy_fixes_text_for_you_44_and_50_released/
  
  reddit
  
  ftfy (fixes text for you) 4.4 and 5.0 released • r/Python
  2 points and 0 comments so far on reddit
  from __past__ import bytes_literals: Mercurial ports Python 2 to 3 at loadtime: http://gregoryszorc.com/blog/2017/03/13/from-__past__-import-bytes_literals/
  Here's the trailer for a game I made in Python using Tkinter!: https://www.reddit.com/r/Python/comments/5zed47/heres_the_trailer_for_a_game_i_made_in_python/
  
  reddit
  
  Here's the trailer for a game I made in Python using... • r/Python
  401 points and 103 comments so far on reddit
  Scraping from Authenticated Page: https://www.reddit.com/r/Python/comments/5zdnit/scraping_from_authenticated_page/
  
  reddit
  
  Scraping from Authenticated Page • r/Python
  I'm new to python but understand scripting/programming conceptually enough to know this is possible. I want to scrape data from a page that uses...
  Predicting Yelp Stars from Reviews with scikit-learn and Python: https://www.reddit.com/r/Python/comments/5zeokg/predicting_yelp_stars_from_reviews_with/
  
  reddit
  
  Predicting Yelp Stars from Reviews with scikit-learn... • r/Python
  3 points and 0 comments so far on reddit
  Testing Django forms with pytest parameterization: https://www.reddit.com/r/Python/comments/5zcstb/testing_django_forms_with_pytest_parameterization/
  
  reddit
  
  Testing Django forms with pytest parameterization • r/Python
  2 points and 0 comments so far on reddit
  How to write more Pythonic loops (article   video tutorial): https://www.reddit.com/r/Python/comments/5zdl9q/how_to_write_more_pythonic_loops_article_video/
  
  reddit
  
  How to write more Pythonic loops (article + video tutorial) • r/Python
  2 points and 0 comments so far on reddit
  In case you wanted to know who's in space right now [silly code]: https://www.reddit.com/r/Python/comments/5zeweg/in_case_you_wanted_to_know_whos_in_space_right/
  
  reddit
  
  In case you wanted to know who's in space right now... • r/Python
  import requests def all_on_ISS(data): for x in data['people']: if x['craft'] != 'ISS': return False ...
  Dividing a Python module between files: https://www.reddit.com/r/Python/comments/5zfb8h/dividing_a_python_module_between_files/
  
  reddit
  
  Dividing a Python module between files • r/Python
  I've got a long Python script with several groups of functions. I'd like to refactor this, in the simplest and most primitive way, by dividing it...
  Indexing data in Elasticsearch with Flask and OpenAPi Spec: https://www.reddit.com/r/Python/comments/5zfqko/indexing_data_in_elasticsearch_with_flask_and/
  
  reddit
  
  Indexing data in Elasticsearch with Flask and OpenAPi Spec • r/Python
  2 points and 0 comments so far on reddit
  New to python, have a couple easy questions: https://www.reddit.com/r/Python/comments/5zgjmi/new_to_python_have_a_couple_easy_questions/
  
  reddit
  
  New to python, have a couple easy questions • r/Python
  Hello, I'm fairly familiar with Java and I've been using jgrasp to compile my code with Java programs. However, I've become interested in...
  