Casting to chromecast with pychromecast: https://www.reddit.com/r/Python/comments/65d7x6/casting_to_chromecast_with_pychromecast/
reddit
Casting to chromecast with pychromecast • r/Python
Hey, so I built a script that gets a POST request (using Flask) with a search query, searches YouTube for a video, and than casts it to my...
Need some help regarding tkinter and gui in python: https://www.reddit.com/r/Python/comments/65di9v/need_some_help_regarding_tkinter_and_gui_in_python/
reddit
Need some help regarding tkinter and gui in python • r/Python
im trying to make a basic gui for a dbms project and am having problems in figuring out how to save or use data from the Entry widget/thing in...
X has no attribute Y error with PySftp: https://www.reddit.com/r/Python/comments/65dodv/x_has_no_attribute_y_error_with_pysftp/
reddit
X has no attribute Y error with PySftp • r/Python
I have a script that uses pysftp. If I run it in a dev environment, I get this error AttributeError: 'module' object has no attribute...
Why does python have both list and tuples , its not obvious to me ?: https://www.reddit.com/r/Python/comments/65dyrr/why_does_python_have_both_list_and_tuples_its_not/
reddit
Why does python have both list and tuples , its not... • r/Python
its confusing some times `enumerable` return tuples `splits` return lists .... could you explain why python need them both .. Thank you .
Can someone explain why sort() function for lists is behaving weird in Python 3.6.0? What am I missing?: https://www.reddit.com/r/Python/comments/65e59f/can_someone_explain_why_sort_function_for_lists/
reddit
Can someone explain why sort() function for lists is... • r/Python
#Copy pasted this directly from my terminal >>> A = ['6', '3', '2'] >>> A ['6', '3', '2'] >>> A.sort() >>> A ['2', '3', '6'] >>> A = ['4', '3',...
Simple Cli script to fetch Hot posts from subreddits: https://www.reddit.com/r/Python/comments/65e8s5/simple_cli_script_to_fetch_hot_posts_from/
reddit
Simple Cli script to fetch Hot posts from subreddits • r/Python
2 points and 0 comments so far on reddit
Help parsing incomplete xml file: https://www.reddit.com/r/Python/comments/65ebve/help_parsing_incomplete_xml_file/
reddit
Help parsing incomplete xml file • r/Python
I'm trying to parse a file written in xml that has no end, as its basically one element that does close, just gets child elements added to it. ...
Creating a DBMS from ground up?: https://www.reddit.com/r/Python/comments/65ebxr/creating_a_dbms_from_ground_up/
reddit
Creating a DBMS from ground up? • r/Python
Hey all, Don't worry, this isn't a please do my project for me post. So in one of my classes, our final project is to create our own MLS DBMS...
Debugging functions and their uses in Idle and other python IDEs.: https://www.reddit.com/r/Python/comments/65eotn/debugging_functions_and_their_uses_in_idle_and/
reddit
Debugging functions and their uses in Idle and other... • r/Python
I have been programming in python for a year now and although I can program to suit my needs, it is never very elegant in its looks. Anyway I was...
The Python Bible | Everything You Need to Program in Python: https://www.reddit.com/r/Python/comments/65el38/the_python_bible_everything_you_need_to_program/
reddit
The Python Bible | Everything You Need to Program in Python • r/Python
1 points and 0 comments so far on reddit
Producing spectrogram from microphone: http://stackoverflow.com/questions/43353172/producing-spectrogram-from-microphone
Stack Overflow
Producing spectrogram from microphone
Below I have code that will take input from a microphone, and if the average of the audio block passes a certain threshold it will produce a spectrogram of the audio block (which is 30 ms long). H...
Deploy and scale a machine learning model in Cloud Foundry using Flask and Scikit-learn: https://www.reddit.com/r/Python/comments/65ey3m/deploy_and_scale_a_machine_learning_model_in/
reddit
Deploy and scale a machine learning model in Cloud... • r/Python
1 points and 0 comments so far on reddit
I made a Python client and server for sending notifications over sockets. Thought you guys might find it interesting.: https://www.reddit.com/r/Python/comments/65f2h5/i_made_a_python_client_and_server_for_sending/
reddit
I made a Python client and server for sending... • r/Python
10 points and 1 comments so far on reddit
How to Send and Receive SMS Using Python and Twilio: https://www.reddit.com/r/Python/comments/65ff7r/how_to_send_and_receive_sms_using_python_and/
reddit
How to Send and Receive SMS Using Python and Twilio • r/Python
1 points and 0 comments so far on reddit
Have you ever used binascii.b2a_qp and wished it was 3x faster?: https://www.reddit.com/r/Python/comments/65f8b3/have_you_ever_used_binasciib2a_qp_and_wished_it/
reddit
Have you ever used binascii.b2a_qp and wished it was 3x... • r/Python
1 points and 0 comments so far on reddit
A Chrome Extension that adds direct links to `import` and `from ... import` statements on GitHub: https://www.reddit.com/r/Python/comments/65flun/a_chrome_extension_that_adds_direct_links_to/
reddit
A Chrome Extension that adds direct links to `import`... • r/Python
28 points and 2 comments so far on reddit
Python game for an intermediate python programmer: https://www.reddit.com/r/Python/comments/65g5ty/python_game_for_an_intermediate_python_programmer/
reddit
Python game for an intermediate python programmer • r/Python
Hello everyone! I am a new python programmer and I'm looking forward to seeing how much I know and how much I am able to do so far with python. I...
I Dove Into Making A Twitter Bot In Python: https://www.reddit.com/r/Python/comments/65g5xi/i_dove_into_making_a_twitter_bot_in_python/
reddit
I Dove Into Making A Twitter Bot In Python • r/Python
but i'm a total amateur. is anyone willing to proofread my code? I am getting an error on line 11 of my code. Please talk to me about it like I'm...