What open source python projects are in need of contributors?: https://www.reddit.com/r/Python/comments/7y9suj/what_open_source_python_projects_are_in_need_of/
  
  reddit
  
  What open source python projects are in need of contributors?
  I recently read the post [*I would like to contribute to open source project, how do I...
  Anyone willing to glance over the code of a python beginner?: https://www.reddit.com/r/Python/comments/7y9hni/anyone_willing_to_glance_over_the_code_of_a/
  
  reddit
  
  Anyone willing to glance over the code of a python... • r/Python
  So as the title says im new to python. I would greatly appreciate it if someone could glance over my code and provide some criticism. That can be...
  Using private packages with pipenv in Docker: https://www.reddit.com/r/Python/comments/7y9y3r/using_private_packages_with_pipenv_in_docker/
  
  reddit
  
  Using private packages with pipenv in Docker • r/Python
  My team has a number of private packages that we need to install in Docker containers. We currently store wheels in S3 and have a tool that we...
  I have an ubuntu 1604 server with python 2.7. I want to use 3.6.3. Is virtualenv still the best way to do this screwing up my OS?: https://www.reddit.com/r/Python/comments/7ya26b/i_have_an_ubuntu_1604_server_with_python_27_i/
  
  reddit
  
  I have an ubuntu 1604 server with python 2.7. I want to... • r/Python
  I'm just getting in to python development and am most comfortable with 3.6 for personal projects. i have an ubuntu server that has 2.7 installed...
  Anyone have ideas on what should I code.: https://www.reddit.com/r/Python/comments/7yah1g/anyone_have_ideas_on_what_should_i_code/
  
  reddit
  
  Anyone have ideas on what should I code. • r/Python
  I have decided to code stuff you fellow redditers Comment on this thread. Please comment ideas below and I will try to give you source code to...
  Should I bother to distribute this utility?: https://www.reddit.com/r/Python/comments/7yba6j/should_i_bother_to_distribute_this_utility/
  
  reddit
  
  Should I bother to distribute this utility? • r/Python
  I wrote what I call an "ethical scraper" utility. It has some nice features, such as lists of 276 valid schemes and more than 1,7000 valid base...
  appconf - load config variables from different sources: https://www.reddit.com/r/Python/comments/7ybow9/appconf_load_config_variables_from_different/
  
  reddit
  
  appconf - load config variables from different sources • r/Python
  2 points and 1 comments so far on reddit
  Help with this python snippit code: https://www.reddit.com/r/Python/comments/7yc6tz/help_with_this_python_snippit_code/
  
  reddit
  
  Help with this python snippit code • r/Python
  I'm working on correcting this snippit, but I can't find the errors I'm suppose to look for. I need to find the following: 2 syntax errors -...
  Scrape Google search URLs efficiently and quickly?: https://www.reddit.com/r/Python/comments/7ycllj/scrape_google_search_urls_efficiently_and_quickly/
  
  reddit
  
  Scrape Google search URLs efficiently and quickly? • r/Python
  EG google query "When did WWII start?" I would want the URLs of the first three google search results. Ideally I can also specify the number of...
  A Python-based Learning Path for High Schoolers interested in Machine Learning/Artificial Intelligence: https://www.reddit.com/r/Python/comments/7yctv3/a_pythonbased_learning_path_for_high_schoolers/
  
  reddit
  
  A Python-based Learning Path for High Schoolers... • r/Python
  0 points and 1 comments so far on reddit
  FINXTER's DAILY PYTHON PUZZLE Finding the Instagram and Twitter Superstar: https://www.reddit.com/r/Python/comments/7ydsvu/finxters_daily_python_puzzle_finding_the/
  
  reddit
  
  FINXTER's DAILY PYTHON PUZZLE Finding the Instagram and... • r/Python
  1 points and 1 comments so far on reddit
  my (non-working) python module doesn't show errors: https://www.reddit.com/r/Python/comments/7ye0af/my_nonworking_python_module_doesnt_show_errors/
  
  reddit
  
  my (non-working) python module doesn't show errors • r/Python
  I'm writing a small-scaled software for the company I work. When it's run, it comes to a certain point and then it just waits and doesn't show any...
  I was struggling to write testable, sync/async agnostic interactions with web APIs, so I wrote a tiny library for this purpose: https://www.reddit.com/r/Python/comments/7yease/i_was_struggling_to_write_testable_syncasync/
  
  reddit
  
  I was struggling to write testable, sync/async agnostic... • r/Python
  1 points and 0 comments so far on reddit
  PyLint has no "E1602:Parameter unpacking specified" in their database of error: https://www.reddit.com/r/Python/comments/7yegd8/pylint_has_no_e1602parameter_unpacking_specified/
  
  reddit
  
  PyLint has no "E1602:Parameter unpacking specified" in... • r/Python
  When I run my code sorted(num_friends_by_id, # get it sorted key=lambda (user_id, num_friends): num_friends, # by num_friends ...
  