A slightly annoying but not that bad script for Discord: https://www.reddit.com/r/Python/comments/6tijzq/a_slightly_annoying_but_not_that_bad_script_for/
reddit
A slightly annoying but not that bad script for Discord • r/Python
A while ago in class I was on Discord and found the emoji that contains just a single letter. I made a script that would turn all letters into...
Beginners guide to multiprocessing?: https://www.reddit.com/r/Python/comments/6tipnb/beginners_guide_to_multiprocessing/
reddit
Beginners guide to multiprocessing? • r/Python
ok so i'm pretty new to python. i understand threading.Thread and _thread. I know how to call a new thread (i think). but wanted some detail.......
Metaclasses, Decorators, Generators and Context Managers Explained w/ Example Code: https://www.reddit.com/r/Python/comments/6tii86/metaclasses_decorators_generators_and_context/
reddit
Metaclasses, Decorators, Generators and Context... • r/Python
1 points and 0 comments so far on reddit
Anybody know how to edit Googlesheets anonymously using a python script?: https://www.reddit.com/r/Python/comments/6tiwv3/anybody_know_how_to_edit_googlesheets_anonymously/
reddit
Anybody know how to edit Googlesheets anonymously using... • r/Python
I need to update a google spreadsheet using a script. Would be preferable if I can do it without any credentials as it's a public sheet. I tried...
Looking to expand my Python experience: https://www.reddit.com/r/Python/comments/6tj6u9/looking_to_expand_my_python_experience/
reddit
Looking to expand my Python experience • r/Python
Currently I work as a "DevOps Engineer" maintaining our AWS/GCP environment and automating tasks in Python whenever the need arrises. I kind of...
Python Dev job during college: https://www.reddit.com/r/Python/comments/6tjb56/python_dev_job_during_college/
reddit
Python Dev job during college • r/Python
I am 16, and I am about 50% through Learning Python by Mark Lutz. I am trying to take a thorough approach to learning software development, but I...
praw-multiprocess not installing: https://www.reddit.com/r/Python/comments/6tjhkq/prawmultiprocess_not_installing/
reddit
praw-multiprocess not installing • r/Python
So I'm trying to install PRAW however it doesn't seem to work. I'm running 'pip install praw' however this doesn't get me the python file I need...
Deploy a NumPy script as a small binary, how?: https://www.reddit.com/r/Python/comments/6tjmmn/deploy_a_numpy_script_as_a_small_binary_how/
reddit
Deploy a NumPy script as a small binary, how? • r/Python
I have a NumPy script that I'd like to "compile" into a small standalone program so I can deploy it easily on AWS Lambda. I've tried PyInstaller...
Working on a community programming application.: https://www.reddit.com/r/Python/comments/6tjnom/working_on_a_community_programming_application/
reddit
Working on a community programming application. • r/Python
I'm currently working on a free web application to make programming more accessible and engaging for newer programmers (among other purposes). It...
Downloading with chrome headless and selenium: https://stackoverflow.com/questions/45631715/downloading-with-chrome-headless-and-selenium
Stack Overflow
Downloading with chrome headless and selenium
I'm using python-selenium and Chrome 59 and trying to automate a simple download sequence. When I launch the browser normally, the download works, but when I do so in headless mode, the download do...
How to allow non-admin users to authenticate via OAuth2.0 for tenants where users are not allowed to consent apps on their behalf?: https://stackoverflow.com/questions/45631145/how-to-allow-non-admin-users-to-authenticate-via-oauth2-0-for-tenants-where-user
Stackoverflow
How to allow non-admin users to authenticate via OAuth2.0 for tenants where users are not allowed to consent apps on their behalf?
We have an app that uses Office365 OAuth to register and authenticate users (via the allauth.social Django library).
The problem is, when the Microsoft/Azure tenant is configured to restrict non-a...
The problem is, when the Microsoft/Azure tenant is configured to restrict non-a...
Anyone having problems making it through Codecademy Learn Python?: https://www.reddit.com/r/Python/comments/6tjukm/anyone_having_problems_making_it_through/
reddit
Anyone having problems making it through Codecademy... • r/Python
I have been having multiple issues with the lessons. Often times when I move on to the next part of a lesson my code will no longer be in the...
PyQt draggable line with multiple break points: https://stackoverflow.com/questions/45624912/pyqt-draggable-line-with-multiple-break-points
Stackoverflow
PyQt draggable line with multiple break points
I have a application very similar to the following question:Draw half infinite lines?
I would like to have a infinite line with multiple thresholds.
The solution provided in the question is a...
I would like to have a infinite line with multiple thresholds.
The solution provided in the question is a...
Modify contours after detecting an identifier using OpenCV: https://www.reddit.com/r/Python/comments/6tl7fw/modify_contours_after_detecting_an_identifier/
reddit
Modify contours after detecting an identifier using OpenCV • r/Python
I want to know if there is a way to recognize an identifier stuck in a bookspine (probably a box with multiple colors) and create a modified...
Combine two context managers into one: https://stackoverflow.com/questions/45589718/combine-two-context-managers-into-one
Stack Overflow
Combine two context managers into one
I use Python 2.7 and I know that I can write this:
with A() as a, B() as b:
do_something()
I want to provide a convenience helper which does both. The usage of this helper should look like t...
with A() as a, B() as b:
do_something()
I want to provide a convenience helper which does both. The usage of this helper should look like t...
dynamic shares and server logs on website: https://www.reddit.com/r/Python/comments/6tlqto/dynamic_shares_and_server_logs_on_website/
reddit
dynamic shares and server logs on website • r/Python
I have a flask backed (jinja2) website which i would like to enhance and show something visual which gives live updates of what is happening on...
Practical considerations on some regex use cases: https://www.reddit.com/r/Python/comments/6tlv0b/practical_considerations_on_some_regex_use_cases/
reddit
Practical considerations on some regex use cases • r/Python
1 points and 0 comments so far on reddit