Seeking feedback on Python Dash app prior to new release: https://www.reddit.com/r/Python/comments/7ykgyx/seeking_feedback_on_python_dash_app_prior_to_new/
  
  reddit
  
  Seeking feedback on Python Dash app prior to new release • r/Python
  Hey all, I'm the main author of a new Python Dash app that serves as a trading utility for crypto-currency traders. I've come here with questions...
  Saram - Image/PDF OCR conversion with orientation fix: https://www.reddit.com/r/Python/comments/7ykp3v/saram_imagepdf_ocr_conversion_with_orientation_fix/
  
  reddit
  
  Saram - Image/PDF OCR conversion with orientation fix • r/Python
  1 points and 0 comments so far on reddit
  Mocking a imported function with pytest: https://stackoverflow.com/questions/48812097/mocking-a-imported-function-with-pytest
  
  Stack Overflow
  
  Mocking a imported function with pytest
  I would like to test a email sending method I wrote. In file, format_email.py I import send_email.
from cars.lib.email import send_email
class CarEmails(object):
def __init__(self, email_c...
  from cars.lib.email import send_email
class CarEmails(object):
def __init__(self, email_c...
Can two or more clients call a server-side procedure at the same time in Python using xmlrpclib, without interfering each other?: https://www.reddit.com/r/Python/comments/7yl1lb/can_two_or_more_clients_call_a_serverside/
  
  reddit
  
  Can two or more clients call a server-side procedure at... • r/Python
  1 points and 13 comments so far on reddit
  Feature matching with flann in opencv: https://stackoverflow.com/questions/48806504/feature-matching-with-flann-in-opencv
  
  Stackoverflow
  
  Feature matching with flann in opencv
  I am working on an image search project for which i have defined/extracted the key point features using my own algorithm. Initially i extracted only single feature and tried to match using cv2.
  Pagination in Django not working as expected: https://stackoverflow.com/questions/48772298/pagination-in-django-not-working-as-expected
  
  Stack Overflow
  
  Pagination in Django not working as expected
  I wanted pagination for all the courses available and that was easy to achieve. But now I'm stuck because I wanted pagination for faculties also, which will show specific courses of the accessed fa...
  Steps for Starting a New Flask Project using Python3: https://www.reddit.com/r/Python/comments/7ylp72/steps_for_starting_a_new_flask_project_using/
  
  reddit
  
  Steps for Starting a New Flask Project using Python3 • r/Python
  0 points and 0 comments so far on reddit
  Extracting information from .psd files: https://www.reddit.com/r/Python/comments/7ylqhu/extracting_information_from_psd_files/
  
  reddit
  
  Extracting information from .psd files • r/Python
  I am trying to extract some layers from .psd files and what I've tried so far is the psd-tools and also the photoshop COM interface. The psd-tools...
  Learn Artificial Intelligence – Reinforcement Learning in Python: https://www.reddit.com/r/Python/comments/7yltwv/learn_artificial_intelligence_reinforcement/
  
  reddit
  
  Learn Artificial Intelligence – Reinforcement Learning... • r/Python
  1 points and 0 comments so far on reddit
  Why take home coding assignments should be abandoned: https://www.reddit.com/r/Python/comments/7ym5bl/why_take_home_coding_assignments_should_be/
  
  reddit
  
  Why take home coding assignments should be abandoned • r/Python
  1 points and 0 comments so far on reddit
  ASP .NET Core 2.0, SignalR: https://stackoverflow.com/questions/48805447/asp-net-core-2-0-signalr
  
  Stackoverflow
  
  ASP .NET Core 2.0, SignalR
  I have SignlaR server in ASP .NET Core 2.0 application hosted in Windows AZURE:
public class Chat : Hub
{
public Task Send(string message)
{
return Clients.All.InvokeAsync("Send",
  public class Chat : Hub
{
public Task Send(string message)
{
return Clients.All.InvokeAsync("Send",
"Intro to data science with Python" - new course to everyone who wants to improve their programming skills in Python and start to dive into Data Science.: https://www.reddit.com/r/Python/comments/7ymqs7/intro_to_data_science_with_python_new_course_to/
  
  reddit
  
  "Intro to data science with Python" - new course to... • r/Python
  1 points and 0 comments so far on reddit
  Fetch live stream from internet to use in openCV: https://www.reddit.com/r/Python/comments/7ymsq9/fetch_live_stream_from_internet_to_use_in_opencv/
  
  reddit
  
  Fetch live stream from internet to use in openCV • r/Python
  Is there an easy way to get a live stream on any website and use the frames in openCV for processing? If not, then what is the hard way? How...
  Data Visualization Applications with Dash and Python: https://www.reddit.com/r/Python/comments/7ympwh/data_visualization_applications_with_dash_and/
  
  reddit
  
  Data Visualization Applications with Dash and Python • r/Python
  1 points and 0 comments so far on reddit
  Building A Concurrent Web Scraper With Python and Selenium: https://www.reddit.com/r/Python/comments/7ymvul/building_a_concurrent_web_scraper_with_python_and/
  
  reddit
  
  Building A Concurrent Web Scraper With Python and Selenium • r/Python
  1 points and 0 comments so far on reddit
  