PyDataLondon 2016 Conference Write-up (by co-chair Ian): https://www.reddit.com/r/Python/comments/4irnxa/pydatalondon_2016_conference_writeup_by_cochair/
  
  reddit
  
  PyDataLondon 2016 Conference Write-up (by co-chair Ian) • /r/Python
  1 points and 0 comments so far on reddit
  is it possible to use CEF python in headless mode for screenshots?: http://stackoverflow.com/questions/37106519/is-it-possible-to-use-cef-python-in-headless-mode-for-screenshots
  
  Stackoverflow
  
  is it possible to use CEF python in headless mode for screenshots?
  I could get a clear answer on whether or not CEF python can be used in pure headless mode (no Xvfb or other) to take screenshots of the web page. I know about the offScreen option. But I don't see ...
  Can I build a webpage data scraper on this specific website?: https://www.reddit.com/r/Python/comments/4isper/can_i_build_a_webpage_data_scraper_on_this/
  
  reddit
  
  Can I build a webpage data scraper on this specific... • /r/Python
  I'm learning Python and wondering if this is possible... There is a website ( https://www.msci.com/end-of-day-data-search ) with stock market...
  Can I use my standalone python script to fetch list of open tabs in Google Chrome ?: https://www.reddit.com/r/Python/comments/4it7tu/can_i_use_my_standalone_python_script_to_fetch/
  
  reddit
  
  Can I use my standalone python script to fetch list of... • /r/Python
  Let's say I want to log the open tabs somewhere. I want my python script to fetch that data from Chrome and save it in a .txt file. Is it doable ?...
  How can I add a log panel to my text editor in wxPython?: https://www.reddit.com/r/Python/comments/4iujur/how_can_i_add_a_log_panel_to_my_text_editor_in/
  
  reddit
  
  How can I add a log panel to my text editor in wxPython? • /r/Python
  I'm creating my own text editor and wanted to add a log panel (like in PyCharm) To view the output from my scripts (been getting them from...
  Can someone explain how to do basic multi-threading in python?: https://www.reddit.com/r/Python/comments/4iusry/can_someone_explain_how_to_do_basic/
  
  reddit
  
  Can someone explain how to do basic multi-threading in... • /r/Python
  I want to create a timer that runs in the background of the program and connects to a database every minute or so. Could someone please explain...
  Xonsh is a Python-ish, BASHwards-looking shell language and command prompt.: https://www.reddit.com/r/Python/comments/4iuu26/xonsh_is_a_pythonish_bashwardslooking_shell/
  
  reddit
  
  Xonsh is a Python-ish, BASHwards-looking shell... • /r/Python
  1 points and 1 comments so far on reddit
  closurepr - lightweight, debuggable closures for FP: https://www.reddit.com/r/Python/comments/4iuufq/closurepr_lightweight_debuggable_closures_for_fp/
  
  reddit
  
  closurepr - lightweight, debuggable closures for FP • /r/Python
  1 points and 1 comments so far on reddit
  USB maping with python: http://stackoverflow.com/questions/37118650/usb-maping-with-python
  
  Stackoverflow
  
  USB maping with python
  While reading some CTF write-ups I came across this script
#!/usr/bin/env python
import struct
import Image
import dpkt
INIT_X, INIT_Y = 100, 400
def print_map(pcap, device):
picture =
  #!/usr/bin/env python
import struct
import Image
import dpkt
INIT_X, INIT_Y = 100, 400
def print_map(pcap, device):
picture =
Integrating Google Maps API with Python?: https://www.reddit.com/r/Python/comments/4iv87n/integrating_google_maps_api_with_python/
  
  reddit
  
  Integrating Google Maps API with Python? • /r/Python
  Pretty noob questions, but I don't know where to properly look or else it would have been done. 1. I notice that there is a googlemaps module for...
  Scrape the HTML from a webpage after rendering the json/javascript without Selenium while supporting POSTing: http://stackoverflow.com/questions/37117358/scrape-the-html-from-a-webpage-after-rendering-the-json-javascript-without-selen
  
  Stackoverflow
  
  Scrape the HTML from a webpage after rendering the json/javascript without Selenium while supporting POSTing
  I'm trying to use the following code, which works fine but it doesn't let the JavaScript run first which means I don't get the desired HTML from the webpage.
I've had a look at DryScrape but as fa...
  I've had a look at DryScrape but as fa...
Hello could I have some help with my GUI?: https://www.reddit.com/r/Python/comments/4ivffq/hello_could_i_have_some_help_with_my_gui/
  
  reddit
  
  Hello could I have some help with my GUI? • /r/Python
  Novice at python here. I'm trying to make it so that the buttons to either side of the percentage symbol increase and...
  Github introduces unlimited private repos for $7/month: https://www.reddit.com/r/Python/comments/4ivdqk/github_introduces_unlimited_private_repos_for/
  
  reddit
  
  Github introduces unlimited private repos for $7/month • /r/Python
  3 points and 1 comments so far on reddit
  