What are your thoughts on dependency injection?: https://www.reddit.com/r/Python/comments/6o1tca/what_are_your_thoughts_on_dependency_injection/
reddit
What are your thoughts on dependency injection? • r/Python
I've been tinkering with it on the side and decided to add my contribution to the pool of python DI libraries: https://github.com/steinitzu/giveme...
Flask-Python redirection to https The connection was reset: https://stackoverflow.com/questions/32831122/flask-python-redirection-to-https-the-connection-was-reset
Stack Overflow
Flask-Python redirection to https The connection was reset
I am a new Flask user and i have a problem. I want to redirect all url from http to https but I am having this error:
The connection was reset
This is my Flask code:
#! /usr/bin/python
# -*- c...
The connection was reset
This is my Flask code:
#! /usr/bin/python
# -*- c...
A Tensorflow deep learning and reinforcement learning library: https://www.reddit.com/r/Python/comments/6o283h/a_tensorflow_deep_learning_and_reinforcement/
reddit
A Tensorflow deep learning and reinforcement learning... • r/Python
2 points and 0 comments so far on reddit
A new mini-package to compute regular 1D and 2D histograms 7-25x faster than Numpy: https://www.reddit.com/r/Python/comments/6o2btt/a_new_minipackage_to_compute_regular_1d_and_2d/
reddit
A new mini-package to compute regular 1D and 2D... • r/Python
1 points and 0 comments so far on reddit
python2: str.decode and unicode.encode: https://www.reddit.com/r/Python/comments/6o2jh6/python2_strdecode_and_unicodeencode/
reddit
python2: str.decode and unicode.encode • r/Python
My understanding is that in Python 2, you encode unicode strings to str, using unicode.encode, and you decode strs to unicode, using...
django-rest-easy: an extension to DRF providing QOL improvements to serializers and views (X-post /r/django): https://www.reddit.com/r/Python/comments/6o2msi/djangoresteasy_an_extension_to_drf_providing_qol/
reddit
django-rest-easy: an extension to DRF providing QOL... • r/Python
1 points and 0 comments so far on reddit
pomegranate @ scipy2017: fast and flexible probabilistic modeling in python [29:12]: https://www.reddit.com/r/Python/comments/6o2jdx/pomegranate_scipy2017_fast_and_flexible/
reddit
pomegranate @ scipy2017: fast and flexible... • r/Python
2 points and 0 comments so far on reddit
Data Exploration using Python - A simple Introduction: https://www.reddit.com/r/Python/comments/6o2uxw/data_exploration_using_python_a_simple/
reddit
Data Exploration using Python - A simple Introduction • r/Python
2 points and 0 comments so far on reddit
Question about contributing to open source software: https://www.reddit.com/r/Python/comments/6o3a6i/question_about_contributing_to_open_source/
reddit
Question about contributing to open source software • r/Python
I have a bit of confusion at some steps in the workflow when contributing to an open source project. Here's what I understand about the process so...
Anyprint: print using the syntax of other languages: https://www.reddit.com/r/Python/comments/6o34vt/anyprint_print_using_the_syntax_of_other_languages/
reddit
Anyprint: print using the syntax of other languages • r/Python
1 points and 0 comments so far on reddit
Dumb question: why do I have to start a "notebook server" to work with IPython notebooks, while I can run an interactive IPython shell without starting a server?: https://www.reddit.com/r/Python/comments/6o3wsl/dumb_question_why_do_i_have_to_start_a_notebook/
reddit
Dumb question: why do I have to start a "notebook... • r/Python
This is probably a silly question. But I don't quite understand why I have to start a "notebook server" to work with IPython notebooks. And I'm...
Started learning Python last week, have a quick question.: https://www.reddit.com/r/Python/comments/6o43go/started_learning_python_last_week_have_a_quick/
reddit
Started learning Python last week, have a quick question. • r/Python
Do functions have any effect on objects other than what they return? For example, if I have a function which totally fucks around with a list but...
Time to port small Flask app to Python 3.6: 55 minutes: https://www.reddit.com/r/Python/comments/6o4tt0/time_to_port_small_flask_app_to_python_36_55/
reddit
Time to port small Flask app to Python 3.6: 55 minutes • r/Python
I maintain a small "intranet only" data entry web app for our company. It's one of the last vestiges of Python 2. I was nervous about upgrading...
How do I force packages to always be installed --user? Or Should I use a "user-wide" virtualenv?: https://www.reddit.com/r/Python/comments/6o4z6a/how_do_i_force_packages_to_always_be_installed/
reddit
How do I force packages to always be installed --user?... • r/Python
How can I/should I create a virtual env for my whole user? or is there a way to always pip install --user?