I wrote a tutorial on how to program sockets in Python [ARTICLE]: https://www.reddit.com/r/Python/comments/5z7uyf/i_wrote_a_tutorial_on_how_to_program_sockets_in/
reddit
I wrote a tutorial on how to program sockets in Python... • r/Python
21 points and 3 comments so far on reddit
Built in functions in Python 3: https://www.reddit.com/r/Python/comments/5z7zva/built_in_functions_in_python_3/
reddit
Built in functions in Python 3 • r/Python
First question: I'm looking to do a calculator and wanted to do it without calling math.sqrt. So I look up what the function does and I only found...
Python Requests and Burp Suite (or any HTTP Proxy): https://www.reddit.com/r/Python/comments/5z83m7/python_requests_and_burp_suite_or_any_http_proxy/
reddit
Python Requests and Burp Suite (or any HTTP Proxy) • r/Python
2 points and 0 comments so far on reddit
Super easy to use facial recognition api for Python (or the command line): https://www.reddit.com/r/Python/comments/5z8wvx/super_easy_to_use_facial_recognition_api_for/
reddit
Super easy to use facial recognition api for Python (or... • r/Python
2 points and 0 comments so far on reddit
How to run python scripts on other machines in LAN: https://www.reddit.com/r/Python/comments/5z940x/how_to_run_python_scripts_on_other_machines_in_lan/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Unable to open Python on Mac Sierra: Subprocess no connection: https://www.reddit.com/r/Python/comments/5z9yew/unable_to_open_python_on_mac_sierra_subprocess_no/
reddit
Unable to open Python on Mac Sierra: Subprocess no... • r/Python
Hello, When I try to run Python 3.6 on my Mac Sierra, I get the error code: "IDLE's subprocess didn't make connection. Either IDLE can't start a...
[PyCharm] Unable to see code coverage button: https://www.reddit.com/r/Python/comments/5zacgi/pycharm_unable_to_see_code_coverage_button/
reddit
[PyCharm] Unable to see code coverage button • r/Python
I am trying to look at code coverage with my unit tests but I do not have the code coverage button in the toolbar nor am I able to get it anyhow. ...
undecorated 0.2.0 - Undecorate python functions or methods: https://www.reddit.com/r/Python/comments/5zai4j/undecorated_020_undecorate_python_functions_or/
reddit
undecorated 0.2.0 - Undecorate python functions or methods • r/Python
2 points and 0 comments so far on reddit
On Pi Day learn and use the Monte Carlo method to estimate Pi method in 30 minutes with Python: https://www.reddit.com/r/Python/comments/5zb72h/on_pi_day_learn_and_use_the_monte_carlo_method_to/
reddit
On Pi Day learn and use the Monte Carlo method to... • r/Python
1 points and 0 comments so far on reddit
A chatbot that connects to your favorite chat service and brings your tools and fun into the conversation: https://www.reddit.com/r/Python/comments/5zba3p/a_chatbot_that_connects_to_your_favorite_chat/
reddit
A chatbot that connects to your favorite chat service... • r/Python
2 points and 0 comments so far on reddit
What is wrong with this poll on the most elegant programming language?: https://www.reddit.com/r/Python/comments/5zbph7/what_is_wrong_with_this_poll_on_the_most_elegant/
reddit
What is wrong with this poll on the most elegant... • r/Python
0 points and 0 comments so far on reddit
Running several ApplicationSessions non-blockingly using autbahn.asyncio.wamp: http://stackoverflow.com/questions/42535610/running-several-applicationsessions-non-blockingly-using-autbahn-asyncio-wamp
Stackoverflow
Running several ApplicationSessions non-blockingly using autbahn.asyncio.wamp
I'm trying to run two autobahn.asyncio.wamp.ApplicationSessions in python at the same time. Previously, I did this using a modification of the autobahn library as suggested in this post's answer. I...