Zomato Web Scraping with BeautifulSoup in Python: https://www.reddit.com/r/Python/comments/8lj688/zomato_web_scraping_with_beautifulsoup_in_python/
  
  reddit
  
  Zomato Web Scraping with BeautifulSoup in Python • r/Python
  1 points and 0 comments so far on reddit
  Python Open Source of the Month (v.May 2018): https://www.reddit.com/r/Python/comments/8lj3f8/python_open_source_of_the_month_vmay_2018/
  
  reddit
  
  r/Python - Python Open Source of the Month (v.May 2018)
  2 votes and 0 so far on reddit
  Fast punctuation removal with pandas: https://stackoverflow.com/questions/50444346/fast-punctuation-removal-with-pandas
  
  Stack Overflow
  
  Fast punctuation removal with pandas
  This is a self-answered post. Below I outline a common problem in the NLP domain and propose a few performant methods to solve it.
Oftentimes the need arises to remove punctuation during text clea...
  Oftentimes the need arises to remove punctuation during text clea...
Python: Disable iptcinfo warning: https://stackoverflow.com/questions/50407738/python-disable-iptcinfo-warning
  
  Stack Overflow
  
  Python: Disable iptcinfo warning
  I am using the iptcinfo Python module to get metadata from a picture but it is throwing at me a lot of (useless) warnings of this type:
('WARNING: problems with charset recognition', "'\x1b'")
What
  ('WARNING: problems with charset recognition', "'\x1b'")
What
Pandas training repository (repost from 2 years ago): https://www.reddit.com/r/Python/comments/8lkjsl/pandas_training_repository_repost_from_2_years_ago/
  
  reddit
  
  r/Python - Pandas training repository (repost from 2 years ago)
  1 votes and 0 so far on reddit
  Having a frustrating time getting pip to work.: https://www.reddit.com/r/Python/comments/8lkmhj/having_a_frustrating_time_getting_pip_to_work/
  
  reddit
  
  r/Python - Having a frustrating time getting pip to work.
  1 votes and 0 so far on reddit
  Receive Text/Notification from Android Phone in Python?: https://www.reddit.com/r/Python/comments/8lkmhk/receive_textnotification_from_android_phone_in/
  
  reddit
  
  Receive Text/Notification from Android Phone in Python? • r/Python
  Basically I want to create a script that I can use with a spare Android Phone hooked up to my PC. When a notification/Text comes to my phone I...
  What is the best way to display the results of a dataframe analysis?: https://www.reddit.com/r/Python/comments/8lko00/what_is_the_best_way_to_display_the_results_of_a/
  
  reddit
  
  What is the best way to display the results of a... • r/Python
  The results are in different forms: parts of the dataframe, graphs with subplots, a list of lists and a dictionary I want to create a static file...
  I just started this past weekend, but can I say that this is absolutely amazing.: https://www.reddit.com/r/Python/comments/8lkqdo/i_just_started_this_past_weekend_but_can_i_say/
  
  reddit
  
  r/Python - I just started this past weekend, but can I say that this is absolutely amazing.
  10 votes and 3 so far on reddit
  I want to run a python script every 5 seconds 24/7. Where do I host?: https://www.reddit.com/r/Python/comments/8llbfm/i_want_to_run_a_python_script_every_5_seconds_247/
  
  reddit
  
  I want to run a python script every 5 seconds 24/7.... • r/Python
  I am running a Python script that is scraping a subreddit's top 10 new posts every 5 seconds and then making a reply to a thread if it meets a...
  Library for reading PDFs with plenty of data in tables: https://www.reddit.com/r/Python/comments/8llbtd/library_for_reading_pdfs_with_plenty_of_data_in/
  
  reddit
  
  Library for reading PDFs with plenty of data in tables • r/Python
  Some of data can be obscure, some missing. What library would you recommend? Preferably, for Python 3.x After I've read it, I'll need to do a...
  First version of "harold",a control systems package for >=Py3.6, is released: https://www.reddit.com/r/Python/comments/8llby8/first_version_of_harolda_control_systems_package/
  
  reddit
  
  r/Python - First version of "harold",a control systems package for >=Py3.6, is released
  1 votes and 0 so far on reddit
  [Question] how do you pytest something with raw_input?: https://www.reddit.com/r/Python/comments/8lljov/question_how_do_you_pytest_something_with_raw/
  
  reddit
  
  r/Python - [Question] how do you pytest something with raw_input?
  0 votes and 0 so far on reddit
  TIL Nested for loops need iteratable(spelling?) objects or the inner loop is 'exhausted' after the first run.: https://www.reddit.com/r/Python/comments/8lm9fq/til_nested_for_loops_need_iteratablespelling/
  
  reddit
  
  r/Python - TIL Nested for loops need iteratable(spelling?) objects or the inner loop is 'exhausted' after the first run.
  1 votes and 0 so far on reddit
  