Is there an overview of APIs/packages for other apps/services (Spotify, Telegram, Pushbullet etc.)?: https://www.reddit.com/r/Python/comments/6hkysc/is_there_an_overview_of_apispackages_for_other/
reddit
Is there an overview of APIs/packages for other... • r/Python
I love creating small python scripts that implement features for apps I use that they don't provide themselves, like smart playlists for Google...
HELP! Need to win Python Machine Learning (Text-to-Speech) contest: https://www.reddit.com/r/Python/comments/6hm05g/help_need_to_win_python_machine_learning/
reddit
HELP! Need to win Python Machine Learning... • r/Python
Hey everyone, This is my first post (I made an account just for this, ha!) and I'm going to keep it short and concise so I won't consume too much...
Help with labeling an axvspan: https://www.reddit.com/r/Python/comments/6hly75/help_with_labeling_an_axvspan/
reddit
Help with labeling an axvspan • r/Python
Hi all, I'm fairly new with Python and would really appreciate some help with something that may be very basic, but I haven't found any way of...
Python visualisation on websites: https://www.reddit.com/r/Python/comments/6hm6ly/python_visualisation_on_websites/
reddit
Python visualisation on websites • r/Python
Hey, currently use python for data analysis (numpy, scipy, pandas etc). I want to start using a website to create interactive visualisations. I...
Suddenly getting 403 (Forbidden) with Oauth 2.0 consent on YouTube V3 API: https://stackoverflow.com/questions/44097050/suddenly-getting-403-forbidden-with-oauth-2-0-consent-on-youtube-v3-api
Stackoverflow
Suddenly getting 403 (Forbidden) with Oauth 2.0 consent on YouTube V3 API
I have 3 youtube brand accounts with channels.
To two of them I'm connected and successfully authenticated, but the third one gives me a 403 error when I try to authenticate.
I use the python yout...
To two of them I'm connected and successfully authenticated, but the third one gives me a 403 error when I try to authenticate.
I use the python yout...
How to register a custom gradient for a operation composed of tf operations: https://stackoverflow.com/questions/43256517/how-to-register-a-custom-gradient-for-a-operation-composed-of-tf-operations
Stackoverflow
How to register a custom gradient for a operation composed of tf operations
More specifically I have a simple fprop that is a composition of tf operations.
I want to override the tensorflow gradient computation with my own gradient method using RegisterGradient.
Whats wro...
I want to override the tensorflow gradient computation with my own gradient method using RegisterGradient.
Whats wro...
Intro - The Math of Intelligence (New 3 Month Machine Learning Course): https://www.reddit.com/r/Python/comments/6hmpy6/intro_the_math_of_intelligence_new_3_month/
reddit
Intro - The Math of Intelligence (New 3 Month Machine... • r/Python
1 points and 0 comments so far on reddit
I wrote a paper trading API in Python. Let me know what you think!: https://www.reddit.com/r/Python/comments/6hmzlb/i_wrote_a_paper_trading_api_in_python_let_me_know/
reddit
I wrote a paper trading API in Python. Let me know what... • r/Python
1 points and 0 comments so far on reddit
Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3: https://www.reddit.com/r/Python/comments/6hmvss/universally_unique_lexicographically_sortable/
reddit
Universally Unique Lexicographically Sortable... • r/Python
1 points and 0 comments so far on reddit
My first Python program :) (I'm hooked): https://www.reddit.com/r/Python/comments/6hmq58/my_first_python_program_im_hooked/
reddit
My first Python program :) (I'm hooked) • r/Python
So, Python was on my list of things to teach myself after I took a C++ course this spring (I regret that, should have taken Python or Java). So,...
WereSync (written in Python), a program to incrementally clone Linux drives, version 1.0b (v1.0 pre-release) released! Help needed testing the program in preparation for v1.0 (x-post to r/linux): https://www.reddit.com/r/Python/comments/6hmrxk/weresync_written_in_python_a_program_to/
reddit
WereSync (written in Python), a program to... • r/Python
1 points and 0 comments so far on reddit
How to align two unequal sized timeseries numpy array?: https://stackoverflow.com/questions/10788233/how-to-align-two-unequal-sized-timeseries-numpy-array
Stackoverflow
How to align two unequal sized timeseries numpy array?
I have two numpy array containing timeseries (unix timestamps). I want to find pairs of timestamps (1 from each array) whose difference is within a threshold. For achieving this I need to align two...
Ajax call to Flask API -> Uncaught SyntaxError: Unexpected token :: https://www.reddit.com/r/Python/comments/6hnn2e/ajax_call_to_flask_api_uncaught_syntaxerror/
reddit
Ajax call to Flask API -> Uncaught SyntaxError:... • r/Python
I make a AJAX call, originally I had dataType: "json", but that was giving me a "XMLHttpRequest cannot load - No Access-Control-Allow-Origin" so I...
Python ipaddress Module Error Handling / Structure Issue: https://www.reddit.com/r/Python/comments/6ho3uy/python_ipaddress_module_error_handling_structure/
reddit
Python ipaddress Module Error Handling / Structure Issue • r/Python
I'm not a software engineer by trade (Network Security Engineer), and am learning more automation techniques and coding. I'm sure I'm just missing...
I made a program that turns searches into word clouds with images!: https://www.reddit.com/r/Python/comments/6hoc0t/i_made_a_program_that_turns_searches_into_word/
reddit
I made a program that turns searches into word clouds... • r/Python
I've done somewhat single function, simple things before. While messing around with WordCloud I thought "What if a program could search and...
question concerning tkinter: https://www.reddit.com/r/Python/comments/6hoh0b/question_concerning_tkinter/
reddit
question concerning tkinter • r/Python
I just started learning Python, and my first own project is to build a GUI that keeps track of how many beers me and my roommates drink each month...