What text editor(s) is everyone using?: https://www.reddit.com/r/Python/comments/62gu01/what_text_editors_is_everyone_using/
reddit
What text editor(s) is everyone using? • r/Python
Just thought it'd be cool to see what text editors everybody is using. I started with Enthought's Canopy but have since moved onto the more...
Python and Flask Help with Authentication: https://www.reddit.com/r/Python/comments/62h8j1/python_and_flask_help_with_authentication/
reddit
Python and Flask Help with Authentication • r/Python
Hey guys, new here and new to python and flask, basically all around coding. I have a script that will initiate a login screen that would help...
Very simple assignment I'm having trouble with for my class.: https://www.reddit.com/r/Python/comments/62hl36/very_simple_assignment_im_having_trouble_with_for/
reddit
Very simple assignment I'm having trouble with for my... • r/Python
Here's the assignment Donut shop Write a Python program that keeps track of the sale of donuts and returns the total sales figures, and number of...
Is there a code out there that can help me find the distance between two coordinates from a large table of coordinates?: https://www.reddit.com/r/Python/comments/62i1jm/is_there_a_code_out_there_that_can_help_me_find/
reddit
Is there a code out there that can help me find the... • r/Python
Just do not want to reinvent the wheel here when I can work off a code that's out there, but can't seem to find for I am a beginner to this...
Is there any way to lint a Python file to check for Numpy documentation style adherence?: http://stackoverflow.com/questions/42123798/is-there-any-way-to-lint-a-python-file-to-check-for-numpy-documentation-style-ad
Stackoverflow
Is there any way to lint a Python file to check for Numpy documentation style adherence?
I'm working on a project that requires Numpy documentation. In my Java days, I remember having linters that checked for Javadoc adherence in Eclipse/IDEA; is there an equivalent that checks for Numpy
How would I achieve this in opencv with an affine transform?: http://stackoverflow.com/questions/43042275/how-would-i-achieve-this-in-opencv-with-an-affine-transform
Stack Overflow
How would I achieve this in opencv with an affine transform?
I was wondering how I would replicate what is being done in this image:
To break it down:
Get facial landmarks using dlib (green dots)
Rotate the image so that the eyes are horizontal
Find the mi...
To break it down:
Get facial landmarks using dlib (green dots)
Rotate the image so that the eyes are horizontal
Find the mi...
why my code is not appending to the list the first input?: https://www.reddit.com/r/Python/comments/62jh05/why_my_code_is_not_appending_to_the_list_the/
reddit
why my code is not appending to the list the first input? • r/Python
here is my code from IPython.display import clear_output def inchtofeet(inches): todosinches = [] for i in inches: ...
I am getting a very bizarre result when scraping a website with lxml: https://www.reddit.com/r/Python/comments/62jmec/i_am_getting_a_very_bizarre_result_when_scraping/
reddit
I am getting a very bizarre result when scraping a... • r/Python
As the title says, I'm just messing around and practicing my python skills so im scraping this website, or attempting too. Everything has been...
File size increase for pngquant output when using PIL: http://stackoverflow.com/questions/43057286/file-size-increase-for-pngquant-output-when-using-pil
Stackoverflow
File size increase for pngquant output when using PIL
If I compress and image with pngquant, and then read and write out with PIL, I see file size increase significantly (sometimes by up to 2x). Anyone have any tips here? I suspect it may have to do w...
How to overcome "SSLContext" error in python 2.7.6 running on ubuntu 14.04: https://www.reddit.com/r/Python/comments/62k930/how_to_overcome_sslcontext_error_in_python_276/
reddit
How to overcome "SSLContext" error in python 2.7.6... • r/Python
I am getting this error in running one of CDN service of openstack. Error message: module 'ssl' from '/usr/lib/python2.7/ssl.pyc'> does not ...
A weird thing with MemoryError: https://www.reddit.com/r/Python/comments/62kopx/a_weird_thing_with_memoryerror/
reddit
A weird thing with MemoryError • r/Python
Cross-posting this from [SO](http://stackoverflow.com/questions/43137758/memoryerror-does-not-cause-program-to-quit). I don't know exactly what...
Tensorflow: Linear regression with non-negative constraints: http://stackoverflow.com/questions/43065931/tensorflow-linear-regression-with-non-negative-constraints
Stack Overflow
Tensorflow: Linear regression with non-negative constraints
I am trying to implement a linear regression model in Tensorflow, with additional constraints (coming from the domain) that the W and b terms must be non-negative.
I believe there are a couple of...
I believe there are a couple of...
f-strings in Python 3.6 are awesome: https://www.reddit.com/r/Python/comments/62kt64/fstrings_in_python_36_are_awesome/
reddit
f-strings in Python 3.6 are awesome
When f-strings were announced I was dubious - .format() is pretty neat, why bother with anything else? Turns out they are awesome. There's not...
Learn Python Programming From Scratch (A Complete Guide): https://www.reddit.com/r/Python/comments/62l1za/learn_python_programming_from_scratch_a_complete/
reddit
Learn Python Programming From Scratch (A Complete Guide) • r/Python
1 points and 0 comments so far on reddit
pyet - A MacOS menubar application to display Spotify track information and lyrics.: https://www.reddit.com/r/Python/comments/62l9tp/pyet_a_macos_menubar_application_to_display/
reddit
pyet - A MacOS menubar application to display Spotify... • r/Python
3 points and 0 comments so far on reddit
How to turn Django Admin into a lightweight dashboard: https://www.reddit.com/r/Python/comments/62l5f9/how_to_turn_django_admin_into_a_lightweight/
reddit
How to turn Django Admin into a lightweight dashboard • r/Python
1 points and 0 comments so far on reddit
Tensorflow: Using neural network to classify positive or negative phrases: http://stackoverflow.com/questions/42950991/tensorflow-using-neural-network-to-classify-positive-or-negative-phrases
Stack Overflow
Tensorflow: Using neural network to classify positive or negative phrases
I am following through the tutorial here:
https://pythonprogramming.net/train-test-tensorflow-deep-learning-tutorial/
I can get the Neural Network trained and print out the accuracy.
However, I d...
https://pythonprogramming.net/train-test-tensorflow-deep-learning-tutorial/
I can get the Neural Network trained and print out the accuracy.
However, I d...