Experiments with in-memory spatial radius queries in Python: https://www.reddit.com/r/Python/comments/6srxzz/experiments_with_inmemory_spatial_radius_queries/
reddit
Experiments with in-memory spatial radius queries in Python • r/Python
1 points and 0 comments so far on reddit
Moving a little Flask bot to production: https://www.reddit.com/r/Python/comments/6ss93g/moving_a_little_flask_bot_to_production/
reddit
Moving a little Flask bot to production • r/Python
Hi guys, I build a simple Flask rest API for a hipchat bot. It works fine, but thinking about moving it to prod a colleague suggested to use...
Debugging and multiple files, IPDB: https://www.reddit.com/r/Python/comments/6ssd7o/debugging_and_multiple_files_ipdb/
reddit
Debugging and multiple files, IPDB • r/Python
Hello! I consider myself a python noob. I code both in windows and in linux using vim/gvim. I was looking for a multi platform debugger for...
Took a week to write this open source project for our ClueCon demo. Django, Ansible, FreeSWITCH.: https://www.reddit.com/r/Python/comments/6st8lj/took_a_week_to_write_this_open_source_project_for/
reddit
Took a week to write this open source project for our... • 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
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...