Drchrono – Help us fix healthcare through Django and Python: https://www.drchrono.com/careers/
Drchrono
Careers - Join Us | DrChrono
Find job opportunities and join us on our mission to improve healthcare through our #1 award-winning iOS and web-based Electronic Health Record (EHR) platform.
Anyone know of a fast HTML5-compliant parser?: https://www.reddit.com/r/Python/comments/5kv6s5/anyone_know_of_a_fast_html5compliant_parser/
reddit
Anyone know of a fast HTML5-compliant parser? • /r/Python
I'm currently using lxml, which is the fastest HTML parser I've seen, but it doesn't always do error recovery correctly, and sometimes it throws...
Python 3.5 wont install and I need that version.: https://www.reddit.com/r/Python/comments/5kv9l9/python_35_wont_install_and_i_need_that_version/
reddit
Python 3.5 wont install and I need that version. • /r/Python
I try to install python 3.5.2 when i get: http://prntscr.com/dp6adk <-- "User Cancelled Installation" when I dont cancell. 3.5.1:...
What is the best way to store and access large amounts of data in Python?: https://www.reddit.com/r/Python/comments/5kvc4r/what_is_the_best_way_to_store_and_access_large/
reddit
What is the best way to store and access large amounts... • /r/Python
I'm currently sampling 3 different voltages every second, and I want to save this data and graph it the most efficiently way possible. I've heard...
Good way to find all similar/duplicate images given a large number of files?: https://www.reddit.com/r/Python/comments/5kvjvr/good_way_to_find_all_similarduplicate_images/
reddit
Good way to find all similar/duplicate images given a... • /r/Python
I'm writing an image tagger/library management program and one thing I'd like to implement is the ability to find similar/duplicate images. It's...
How to slide one image over another one efficiently using numpy?: http://stackoverflow.com/questions/41330517/how-to-slide-one-image-over-another-one-efficiently-using-numpy
Stackoverflow
How to slide one image over another one efficiently using numpy?
I have a large image as an 2D array (let's assume that it is a 500 by 1000 pixels gray scale image). And I have one small image (let's say is it 15 by 15 pixels). I would like to slide the small im...
Need help with reddit-auto-respond: https://www.reddit.com/r/Python/comments/5kw1yz/need_help_with_redditautorespond/
reddit
Need help with reddit-auto-respond • /r/Python
So trying to get https://github.com/kragniz/reddit-auto-respond work, got these errors - when typin in ./responder to terminal , No...
How to import Tiled into python using pygame: https://www.reddit.com/r/Python/comments/5kw2il/how_to_import_tiled_into_python_using_pygame/
reddit
How to import Tiled into python using pygame • /r/Python
Basically what the title says. I'm on windows 10 and im using the windows 32 bit version for tiled and pycharm with version 3.5.2 .
What's the situation with SSL in Python 3.6?: https://www.reddit.com/r/Python/comments/5kw2q5/whats_the_situation_with_ssl_in_python_36/
reddit
What's the situation with SSL in Python 3.6? • /r/Python
A noob here. Playing around with Python 3.6. One of my web-scrapers does not work with it (*requests.exceptions.SSLError: Can't connect to HTTPS...
why calling shell command `subprocess` with python is it so complicated than system() with ruby?: https://www.reddit.com/r/Python/comments/5kvy7b/why_calling_shell_command_subprocess_with_python/
reddit
why calling shell command `subprocess` with python is... • /r/Python
I am new to python, I am trying to switch from `Ruby` to `Python`, a part of my script I want to run a simple shell command, see the stdout in...
Download a Google Sheets document as an Excel file using Python: https://www.reddit.com/r/Python/comments/5kwgf0/download_a_google_sheets_document_as_an_excel/
reddit
Download a Google Sheets document as an Excel file... • /r/Python
1 points and 0 comments so far on reddit
How to put an "arbitrary" operation into a sliding window using Theano?: http://stackoverflow.com/questions/41341973/how-to-put-an-arbitrary-operation-into-a-sliding-window-using-theano
Stackoverflow
How to put an "arbitrary" operation into a sliding window using Theano?
I want to define some function on a matrix X. For example mean(pow(X - X0, 2)), where X0 is another matrix (X0 is fixed / constant). To make it more specific, let's assume that both X and X0 are 10...
How can I draw a rectangle, fill it with a certain colour and also draw a text in it?: https://www.reddit.com/r/Python/comments/5kwmew/how_can_i_draw_a_rectangle_fill_it_with_a_certain/
reddit
How can I draw a rectangle, fill it with a certain... • /r/Python
I know how to put a watermark or text on an image using the library PIL. Now I want to make it a bit more complex: I want to draw a rectangle,...
Jinja 2.8.1 Released with a Security Fix for str.format in Sandbox Mode: https://www.reddit.com/r/Python/comments/5kwvr6/jinja_281_released_with_a_security_fix_for/
reddit
Jinja 2.8.1 Released with a Security Fix for... • /r/Python
3 points and 0 comments so far on reddit
Is there a way compile protocol buffers into pure python code?: http://stackoverflow.com/questions/40415210/is-there-a-way-compile-protocol-buffers-into-pure-python-code
Stackoverflow
Is there a way compile protocol buffers into pure python code?
I am looking into using protocol buffers to communicate with some custom devices we have. The problem is that these devices run an embedded python interpreter and we cannot install extra libraries ...
Question: how can I combine a dictionary with a list?: https://www.reddit.com/r/Python/comments/5kx986/question_how_can_i_combine_a_dictionary_with_a/
reddit
Question: how can I combine a dictionary with a list? • /r/Python
Sorry about my bad english (my boyfriend try to correct my grammar but I want to be a big girl). I have to do an exercise in Python. When I put a...