The story of how I solved 2x2x2 Rubik’s Cube with a Python script: https://www.reddit.com/r/Python/comments/4io6li/the_story_of_how_i_solved_2x2x2_rubiks_cube_with/
  
  reddit
  
  The story of how I solved 2x2x2 Rubik’s Cube with a... • /r/Python
  1 points and 0 comments so far on reddit
  Beginner's question: Property vs Set/Get: https://www.reddit.com/r/Python/comments/4io7dr/beginners_question_property_vs_setget/
  
  reddit
  
  Beginner's question: Property vs Set/Get • /r/Python
  So i'm a beginner of python. I'm using this language to translate and upgrade my previus code that i developed in matlab. I learned some of the...
  Guidance needed for leave Report logic and functions in python: http://stackoverflow.com/questions/37024385/guidance-needed-for-leave-report-logic-and-functions-in-python
  
  Stackoverflow
  
  Guidance needed for leave Report logic and functions in python
  I am working in python 2.7, tornado web service, peewee  for database. 
Scenario To get leave report for each month 26 to next month 25.
So I did this below sample scenario(but logically i am st...
  Scenario To get leave report for each month 26 to next month 25.
So I did this below sample scenario(but logically i am st...
OpenCV affine transformation won't perform: http://stackoverflow.com/questions/37099602/opencv-affine-transformation-wont-perform
  
  Stackoverflow
  
  OpenCV affine transformation won't perform
  I'm trying to perform basic affine transformation using pivot points.
import cv2
import numpy as np
import PIL
import matplotlib.pyplot as plt
img = cv2.imread('earth.png')
img_pivots =
  import cv2
import numpy as np
import PIL
import matplotlib.pyplot as plt
img = cv2.imread('earth.png')
img_pivots =
Django 1.9 with MSSQL as backend?: https://www.reddit.com/r/Python/comments/4iq7zb/django_19_with_mssql_as_backend/
  
  reddit
  
  Django 1.9 with MSSQL as backend? • /r/Python
  Hey guys, I'm on a shitty situation where I need to use MSSQL as a Django Backend, the thing is, every library I find supports Django 1.7 or older...
  capture username/password from windows task scheduler?: https://www.reddit.com/r/Python/comments/4iqd7x/capture_usernamepassword_from_windows_task/
  
  reddit
  
  capture username/password from windows task scheduler? • /r/Python
  Hi Guys, I'm using ldap3 to connect to our active directory and add users to AD groups. Right now I'm essentially hard coding the username and...
  Can't seem to figure out this QPixmap erros (PyQt): https://www.reddit.com/r/Python/comments/4iqrli/cant_seem_to_figure_out_this_qpixmap_erros_pyqt/
  
  reddit
  
  Can't seem to figure out this QPixmap erros (PyQt) • /r/Python
  I'm having this problem and can't seem to figure it out, I'm hoping someone here will help me. The code is below but first of all, ignore the...
  Just finished basics in my blackjack game. Tell me what you think! All advice appreciated.: https://www.reddit.com/r/Python/comments/4ir1ah/just_finished_basics_in_my_blackjack_game_tell_me/
  
  reddit
  
  Just finished basics in my blackjack game. Tell me... • /r/Python
  # To-Do List: # Make more players # Add a splitting module # Below is the player card drawing module import sys as s import time as t import...
  Curio (concurrent I/O library by dabeaz) 0.2 is out - API changes and performance improvements: https://www.reddit.com/r/Python/comments/4irhdf/curio_concurrent_io_library_by_dabeaz_02_is_out/
  
  reddit
  
  Curio (concurrent I/O library by dabeaz) 0.2 is out -... • /r/Python
  3 points and 1 comments so far on reddit
  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...
  