Testing your tests with Ned Batchelder (Interview): https://www.reddit.com/r/Python/comments/6st7tp/testing_your_tests_with_ned_batchelder_interview/
reddit
Testing your tests with Ned Batchelder (Interview) • r/Python
1 points and 0 comments so far on reddit
Testing your tests with Ned Batchelder (Interview): https://www.reddit.com/r/Python/comments/6st7tp/testing_your_tests_with_ned_batchelder_interview/
reddit
Testing your tests with Ned Batchelder (Interview) • r/Python
1 points and 0 comments so far on reddit
Python Weekly - Issue 307: http://mailchi.mp/pythonweekly/python-weekly-issue-307
How to test a function that calls a lot of annoying stuff (a quick example): https://www.reddit.com/r/Python/comments/6su20j/how_to_test_a_function_that_calls_a_lot_of/
reddit
How to test a function that calls a lot of annoying... • r/Python
https://docs.pytest.org/en/latest/monkeypatch.html ^ That lets you easily take your function that makes 10 network requests and 5 API calls and...
Automated posting on a forum (proboards): https://www.reddit.com/r/Python/comments/6suaxu/automated_posting_on_a_forum_proboards/
reddit
Automated posting on a forum (proboards) • r/Python
I've been learning Python for fun over the past few months, really casually. I'm still terrible. I got interested because I'm interested in...
Python decorators, the right way: the 4 audiences of programming languages (x-post /r/programming): https://www.reddit.com/r/Python/comments/6svkmj/python_decorators_the_right_way_the_4_audiences/
reddit
Python decorators, the right way: the 4 audiences of... • r/Python
0 points and 1 comments so far on reddit
NuCypher (YC S16) is hiring a Python dev to build an encryption layer for dApps: https://www.nucypher.com/careers/python-software-engineer
Nucypher
Java Software Engineer – NuCypher
Python Software Engineer – NuCypher
How to select a subset of values from a named column level in a DataFrame?: https://stackoverflow.com/questions/45536544/how-to-select-a-subset-of-values-from-a-named-column-level-in-a-dataframe
Stackoverflow
How to select a subset of values from a named column level in a DataFrame?
Let's say we have a DataFrame with multiple levels of column headers.
level_0 A B C
level_1 P P P ...
level_0 A B C
level_1 P P P ...
Need help solving as issue in PyQt program [Stuck for 2 months]: https://www.reddit.com/r/Python/comments/6swdsr/need_help_solving_as_issue_in_pyqt_program_stuck/
reddit
Need help solving as issue in PyQt program [Stuck for 2... • r/Python
1 points and 0 comments so far on reddit
i want my discord bot to create a channel but my code wont work :(: https://www.reddit.com/r/Python/comments/6sweup/i_want_my_discord_bot_to_create_a_channel_but_my/
reddit
i want my discord bot to create a channel but my code... • r/Python
Hey I want to add a command to my discord bot that creates a voice channel but what ever i try it don't work. Can anyone pleas help me with my...
Are there any forks of Jupyter/Ipython that function more like an IDE?: https://www.reddit.com/r/Python/comments/6swla0/are_there_any_forks_of_jupyteripython_that/
reddit
Are there any forks of Jupyter/Ipython that function... • r/Python
For example, more like Codiad, where it's a multi-file browser, with split tabs for viewing different files. Jupyter is really great for writing...
A bit of help needed to clear a decorator confusion: https://www.reddit.com/r/Python/comments/6swdtm/a_bit_of_help_needed_to_clear_a_decorator/
reddit
A bit of help needed to clear a decorator confusion • r/Python
well taking the following simple code: @mydecorator(/) def myfunc(): print("redundant") is just syntactic sugar for myfunc =...
Show HN: Shareable reasons to upgrade to Python 3: http://whypy3.com/
Whypy3
Why Python 3?
Python 3 is awesome. Upgrade today!
Variable being treated locally when should be global?: https://www.reddit.com/r/Python/comments/6sx3xk/variable_being_treated_locally_when_should_be/
reddit
Variable being treated locally when should be global? • r/Python
[Pastebin link](https://pastebin.com/Wqq9N9X4). **Relevant lines 2,6,22,23** Hello all, I'm having trouble with some of my code. I've defined...