Does anyone have a PEP-0008 example file handy?: https://www.reddit.com/r/Python/comments/4icy50/does_anyone_have_a_pep0008_example_file_handy/
reddit
Does anyone have a PEP-0008 example file handy? • /r/Python
I _used_ to have one, with every aspect of Python syntax used in accordance with the guideline, but I accidentally wiped it when I was rushed to...
Are you currently using PyPy -- why or why not?: https://www.reddit.com/r/Python/comments/4idni9/are_you_currently_using_pypy_why_or_why_not/
reddit
Are you currently using PyPy -- why or why not? • /r/Python
I am following the PyPy project for quite a while. Honestly, I am really impressed by the awesome work when I read through the release notes. I am...
My attempt at cleaning up datetimes. Leaning from drawbacks of existing attempts.: https://www.reddit.com/r/Python/comments/4idx7n/my_attempt_at_cleaning_up_datetimes_leaning_from/
reddit
My attempt at cleaning up datetimes. Leaning from... • /r/Python
1 points and 4 comments so far on reddit
How links to source and .whl on pypi work?: https://www.reddit.com/r/Python/comments/4idz1q/how_links_to_source_and_whl_on_pypi_work/
reddit
How links to source and .whl on pypi work? • /r/Python
For example you can access them using this type of link: http://pypi.python.org/packages/source/F/Flask/Flask-$pkgver.tar.gz But if you go...
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...