Why does a search for 'config' on PyPi results in a 500 error? Other searches work fine.: https://www.reddit.com/r/Python/comments/4iejig/why_does_a_search_for_config_on_pypi_results_in_a/
reddit
Why does a search for 'config' on PyPi results in a... • /r/Python
1 points and 0 comments so far on reddit
Pyroute2 is a pure Python netlink and Linux network configuration library.: https://www.reddit.com/r/Python/comments/4iemc6/pyroute2_is_a_pure_python_netlink_and_linux/
reddit
Pyroute2 is a pure Python netlink and Linux network... • /r/Python
1 points and 0 comments so far on reddit
King's Day Speech. Python: a programming language created by a community: https://www.reddit.com/r/Python/comments/4iex4p/kings_day_speech_python_a_programming_language/
reddit
King's Day Speech. Python: a programming language... • /r/Python
2 points and 0 comments so far on reddit
VS Code, select default Python version?: https://www.reddit.com/r/Python/comments/4if7rz/vs_code_select_default_python_version/
reddit
VS Code, select default Python version?
I've been looking into this for a few hours. I'm on a Mac and by default, it's running 2.7 due to some underlying OS functionality. I have Python...
What do you think is more difficult in Python than it should be?: https://www.reddit.com/r/Python/comments/4if7wj/what_do_you_think_is_more_difficult_in_python/
reddit
What do you think is more difficult in Python than it should be?
Alternatively, what is a library that is currently not so easy to use that you think could do with an improvement?
Monkey patching Django app in another app: http://stackoverflow.com/questions/37074045/monkey-patching-django-app-in-another-app
Stackoverflow
Monkey patching Django app in another app
We have a third party lib that we use in our django 1.9 app. We would like to amend that application with some functionality not in the original app (targeting mongo db). We currently do this via o...
Using grequests, after a certain amount of requests server seems to close connection: https://www.reddit.com/r/Python/comments/4ifmat/using_grequests_after_a_certain_amount_of/
reddit
Using grequests, after a certain amount of requests... • /r/Python
Hi guys! Okay, so I'm having a problem I have a hard time figuring out. I don't have a lot of experience with grequests and requests to general,...
I made a really versatile command line calculator. It supports many operations and even allows for scripting with python: https://www.reddit.com/r/Python/comments/4ig3ay/i_made_a_really_versatile_command_line_calculator/
reddit
I made a really versatile command line calculator. It... • /r/Python
0 points and 0 comments so far on reddit
For Telegram and Pocket lovers i developed a Bot to add and share saved links, based on python-telegram-bot: https://www.reddit.com/r/Python/comments/4ifz9r/for_telegram_and_pocket_lovers_i_developed_a_bot/
reddit
For Telegram and Pocket lovers i developed a Bot to... • /r/Python
There is still much to do and every suggestion is welcome, but it is finally stable enough to open it at all, check it out https://telegram.me/grzbot
While working on Wing I got this error an can't do anything anymore. can anyone help me fix this?: https://www.reddit.com/r/Python/comments/4ih55q/while_working_on_wing_i_got_this_error_an_cant_do/
reddit
While working on Wing I got this error an can't do... • /r/Python
1 points and 0 comments so far on reddit
Why does Python not have block scope?: https://www.reddit.com/r/Python/comments/4ih3w3/why_does_python_not_have_block_scope/
reddit
Why does Python not have block scope? • /r/Python
I [posted this question on Stack Overflow](http://stackoverflow.com/q/37100070/200783), but it was immediately closed... Python does not have...
Simple Queues for Long-running Intensive Jobs?: https://www.reddit.com/r/Python/comments/4iibdc/simple_queues_for_longrunning_intensive_jobs/
reddit
Simple Queues for Long-running Intensive Jobs? • /r/Python
Hey, I'm trying to figure out what type queue to use for expensive, long-running jobs (think several hours, and a few terabytes). Most job...
Location for configuration in a virtualenv: http://stackoverflow.com/questions/37036193/location-for-configuration-in-a-virtualenv
Stackoverflow
Location for configuration in a virtualenv
Where is the common location/directory to store configuration in a python virtualenv?
For Linux there is /etc for user stuff there is XDG_CONFIG_HOME (~/.config) but for virtualenv ...?
I know th...
For Linux there is /etc for user stuff there is XDG_CONFIG_HOME (~/.config) but for virtualenv ...?
I know th...