Snailwatch: continuous code performance monitoring: https://www.reddit.com/r/Python/comments/9omzy2/snailwatch_continuous_code_performance_monitoring/
reddit
r/Python - Snailwatch: continuous code performance monitoring
1 vote and 0 comments so far on Reddit
Now you can control your Android device with Pyairmore: https://www.reddit.com/r/Python/comments/9on445/now_you_can_control_your_android_device_with/
reddit
r/Python - Now you can control your Android device with Pyairmore
1 vote and 0 comments so far on Reddit
OS dependent behavior of requests post: https://stackoverflow.com/questions/52796113/os-dependent-behavior-of-requests-post
Stack Overflow
OS dependent behavior of requests post
When I run the same python code:
url = '' # this is normally populated but don't want to post it here
file_to_send = {'filename': (filename, open(filename, 'rb'))}
r = requests.post(url, files=
url = '' # this is normally populated but don't want to post it here
file_to_send = {'filename': (filename, open(filename, 'rb'))}
r = requests.post(url, files=
PyGitio - CLI client for the git.io URL shortener(supports custom URLs): https://www.reddit.com/r/Python/comments/9onhp9/pygitio_cli_client_for_the_gitio_url/
reddit
r/Python - PyGitio - CLI client for the git.io URL shortener(supports custom URLs)
1 vote and 0 comments so far on Reddit
Any data analysts here that use Python at work?: https://www.reddit.com/r/Python/comments/9onkph/any_data_analysts_here_that_use_python_at_work/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Is there any library to specify custom fields for forms that can then be returned by a REST API?: https://www.reddit.com/r/Python/comments/9ooaou/is_there_any_library_to_specify_custom_fields_for/
reddit
r/Python - Is there any library to specify custom fields for forms that can then be returned by a REST API?
2 votes and 0 comments so far on Reddit
Simple image server in Python, for use in Jupyter Notebook, markdown, local website. Can also be adapted for viewing PDF with pdf.js · GitHub: https://www.reddit.com/r/Python/comments/9opgax/simple_image_server_in_python_for_use_in_jupyter/
reddit
r/Python - Simple image server in Python, for use in Jupyter Notebook, markdown, local website. Can also be adapted for viewing…
1 vote and 0 comments so far on Reddit
PyCon India 2018 — A Data Scientist’s Experience – Towards Data Science: https://www.reddit.com/r/Python/comments/9ophb5/pycon_india_2018_a_data_scientists_experience/
reddit
r/Python - PyCon India 2018 — A Data Scientist’s Experience – Towards Data Science
1 vote and 0 comments so far on Reddit
🐫 humps: A no frills library to convert strings (and dictionary keys) between snake case, camel case and pascal case.: https://www.reddit.com/r/Python/comments/9opvv1/humps_a_no_frills_library_to_convert_strings_and/
reddit
r/Python - 🐫 humps: A no frills library to convert strings (and dictionary keys) between snake case, camel case and pascal case.
2 votes and 0 comments so far on Reddit
Python WYSIWYG editors - like how visual basic does it: https://www.reddit.com/r/Python/comments/9opq1l/python_wysiwyg_editors_like_how_visual_basic_does/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
How to put a string after every character in a sentence?: https://www.reddit.com/r/Python/comments/9oqa8z/how_to_put_a_string_after_every_character_in_a/
reddit
r/Python - How to put a string after every character in a sentence?
1 vote and 0 comments so far on Reddit