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...
  I wrote a simple CLI library which cleanups your Github fork stale branches: https://www.reddit.com/r/Python/comments/5yuusb/i_wrote_a_simple_cli_library_which_cleanups_your/
  
  reddit
  
  I wrote a simple CLI library which cleanups your Github... • r/Python
  0 points and 0 comments so far on reddit
  Project: Newbie to programming would like to write agricultural software program.: https://www.reddit.com/r/Python/comments/5yulf6/project_newbie_to_programming_would_like_to_write/
  
  reddit
  
  Project: Newbie to programming would like to write... • r/Python
  Not sure if this is the right place but I haven't stopped thinking about this idea for a while and I see serious hurdles in my way if I continue...
  Develop your first web application in Django 1.10 – Part 0: https://www.reddit.com/r/Python/comments/5yus68/develop_your_first_web_application_in_django_110/
  
  reddit
  
  Develop your first web application in Django 1.10 – Part 0 • r/Python
  3 points and 0 comments so far on reddit
  What did Django say to the butterfly on Christmas?: https://www.reddit.com/r/Python/comments/5yv0t0/what_did_django_say_to_the_butterfly_on_christmas/
  
  reddit
  
  What did Django say to the butterfly on Christmas? • r/Python
  *"You have unperformed migrations."*
  Help with getting input from form on Flask: https://www.reddit.com/r/Python/comments/5yvcle/help_with_getting_input_from_form_on_flask/
  
  reddit
  
  Help with getting input from form on Flask • r/Python
  I am having trouble getting input from a form, assigning it to a variable, and then using that variable in a function later on in the code. A...
  How to recover lost Python source code if it's still resident in-memory: https://gist.github.com/simonw/8aa492e59265c1a021f5c5618f9e6b12
  
  Gist
  
  How to recover lost Python source code if it's still resident in-memory
  How to recover lost Python source code if it's still resident in-memory - recover_source_code.md
  Did anyone here ever read the whole Python Documentation.: https://www.reddit.com/r/Python/comments/5yvnqb/did_anyone_here_ever_read_the_whole_python/
  
  reddit
  
  Did anyone here ever read the whole Python Documentation. • r/Python
  I have a video series on the go as well as a python book but i've also been reading the documentation, but i feel like the weird person who reads...
  Resources for learning use of mypy?: https://www.reddit.com/r/Python/comments/5ywbrp/resources_for_learning_use_of_mypy/
  
  reddit
  
  Resources for learning use of mypy? • r/Python
  I'm trying to wrap my head around mypy and it seems super easy except for actually using it seems difficult. I've created a repo where I though...
  Documentation framework questions: https://www.reddit.com/r/Python/comments/5yw8sw/documentation_framework_questions/
  
  reddit
  
  Documentation framework questions • r/Python
  Hey all, first post on r/Python. I am looking for a tool to help me document an entire platform at my work. I have looked at sphinx and mkdoc but...
  A Natural Language Processing (NLP) blog for beginners that a friend and I have started. Expect tutorials on a weekly basis, with code in Python.: https://www.reddit.com/r/Python/comments/5yx472/a_natural_language_processing_nlp_blog_for/
  
  reddit
  
  A Natural Language Processing (NLP) blog for beginners... • r/Python
  492 points and 39 comments so far on reddit
  Is the noise module going to become compatible with 3.6 any time soon?: https://www.reddit.com/r/Python/comments/5yx07e/is_the_noise_module_going_to_become_compatible/
  
  reddit
  
  Is the noise module going to become compatible with 3.6... • r/Python
  As far as I can tell it's completely broken for version 3.6, even after fiddling with the wheel. Is there any sort of work-around or replacement...
  