How to use Python to filter out sound coming from speakers from microphone input?: https://www.reddit.com/r/Python/comments/7c8gzw/how_to_use_python_to_filter_out_sound_coming_from/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Examples of microservice packaging and deployment?: https://www.reddit.com/r/Python/comments/7c8lp5/examples_of_microservice_packaging_and_deployment/
reddit
Examples of microservice packaging and deployment? • r/Python
Does anyone have any good resources or examples of how python microservices are deployed? Where I currently work, we are sticking with a...
Should use zappa or chalice for building REST API in AWS ?: https://www.reddit.com/r/Python/comments/7c8lr0/should_use_zappa_or_chalice_for_building_rest_api/
reddit
Should use zappa or chalice for building REST API in AWS ? • r/Python
Should I use zappa or chalice for building REST API in AWS ?
Hi yall, please help a noob that doesn't know whats happening ;-): https://www.reddit.com/r/Python/comments/7c8u23/hi_yall_please_help_a_noob_that_doesnt_know_whats/
reddit
Hi yall, please help a noob that doesn't know whats... • r/Python
First of all, thank you /r/Python, you've been really usefull with multiple posts helping me to get started in python. I am currently busy...
Suggestions for monitoring/controlling long Pyhton script from Android phone?: https://www.reddit.com/r/Python/comments/7c8z7h/suggestions_for_monitoringcontrolling_long_pyhton/
reddit
Suggestions for monitoring/controlling long Pyhton... • r/Python
I'm currently running a Python script continuosly in a cloud server which collects, stores, and analyses a few data feeds. Currently I am using...
Reading .magnet file into variable and name of file into variable: https://www.reddit.com/r/Python/comments/7c9109/reading_magnet_file_into_variable_and_name_of/
reddit
Reading .magnet file into variable and name of file... • r/Python
Hi there. I'm trying to figure out how to get this script to pick up any .magnet file in a directory, read the file name and contents into two...
Python Library for implementing Publish Subscribe model on Raspberry Pi: https://www.reddit.com/r/Python/comments/7c8x8d/python_library_for_implementing_publish_subscribe/
reddit
Python Library for implementing Publish Subscribe model... • r/Python
Hey, guys. Which python library, do you think is best for implementing a Publish-Subscribe architecture. More specifically, i want to implement...
what do i need to correct ? my output includes parenthesis: https://www.reddit.com/r/Python/comments/7c9n6c/what_do_i_need_to_correct_my_output_includes/
reddit
what do i need to correct ? my output includes parenthesis • r/Python
def bookstore (book, price): inventory = "the name of the book is " + book.title(), "and it will cost " + price return...
Scrape the web with python: get data from amazon, airbnb, reddit, pexel, steam: https://www.reddit.com/r/Python/comments/7c9nri/scrape_the_web_with_python_get_data_from_amazon/
reddit
Scrape the web with python: get data from amazon,... • r/Python
14 points and 1 comments so far on reddit
How to for loop through 2 values at once while counting 1 by numbers and the other 1 by letters?: https://www.reddit.com/r/Python/comments/7ca252/how_to_for_loop_through_2_values_at_once_while/
reddit
How to for loop through 2 values at once while counting... • r/Python
for i,t in zip(range(3), range(3)): print('Title ' + str((t)) + ' subtotal: $' + str(subtotals[i])) I want python to have the range...
A drop-in Erlang node implementation in Python, designed to allow access to existing Python projects from Erlang and the opposite. With just a few lines of startup code your Python program becomes a fully functional Erlang node.: https://www.reddit.com/r/Python/comments/7cb2to/a_dropin_erlang_node_implementation_in_python/
reddit
A drop-in Erlang node implementation in Python,... • r/Python
14 points and 1 comments so far on reddit