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...
Looking to make a bullet hell, where to start?: https://www.reddit.com/r/Python/comments/65gvg9/looking_to_make_a_bullet_hell_where_to_start/
reddit
Looking to make a bullet hell, where to start? • r/Python
I posted this on r/pygame but they have lower user activity. I am relatively new to python/pygame and so I would maybe need a tutorial(s) or...
SuperSight - Static HTML dashboard generator made for Matplotlib plots: https://www.reddit.com/r/Python/comments/65ien7/supersight_static_html_dashboard_generator_made/
reddit
SuperSight - Static HTML dashboard generator made for... • r/Python
Hello, I wrote SuperSight for my personal use but I will be very happy to continue developing this library if people are interested using...