I've wound up feeling tentatively enthusiastic about Python 3: https://www.reddit.com/r/Python/comments/5e4391/ive_wound_up_feeling_tentatively_enthusiastic/
reddit
I've wound up feeling tentatively enthusiastic about... • /r/Python
1 points and 0 comments so far on reddit
Conflicted whether to use a decorator to raise an exception or not, what's the correct way to do it?: https://www.reddit.com/r/Python/comments/5e43nv/conflicted_whether_to_use_a_decorator_to_raise_an/
reddit
Conflicted whether to use a decorator to raise an... • /r/Python
I'm creating an "API"/module for a website using requests and bs4, a majority of the methods require authenthication, but some of them do not....
[Help] I need help creating a program that will read a text file and more.: https://www.reddit.com/r/Python/comments/5e4l2n/help_i_need_help_creating_a_program_that_will/
reddit
[Help] I need help creating a program that will read a... • /r/Python
Hello, thank you for taking your time out to read this. I need help creating a program for my college course that will do this. Write a program...
First ever python project - read the latest news headlines (requires pyttsx and pywin32): https://www.reddit.com/r/Python/comments/5e4nx6/first_ever_python_project_read_the_latest_news/
reddit
First ever python project - read the latest news... • /r/Python
1 points and 0 comments so far on reddit
Python signal counter: http://stackoverflow.com/questions/40683883/python-signal-counter
Stackoverflow
Python signal counter
I have two arrays of data taken from an experiment; x (time) and y (voltage). These are plotted below. Every 200 microseconds, the signal is one of three states:
Take a negative value (i.e. < -...
Take a negative value (i.e. < -...
Uploading file on sharepoint with python causes uploaded file to retain headers in the content: http://stackoverflow.com/questions/40683884/uploading-file-on-sharepoint-with-python-causes-uploaded-file-to-retain-headers
Stackoverflow
Uploading file on sharepoint with python causes uploaded file to retain headers in the content
When I submit the post request using my script, I do not encode the data and prepare the post request as such:
postheader.update({'Accept':'application/json; odata=verbose','Content-Type':'applica...
postheader.update({'Accept':'application/json; odata=verbose','Content-Type':'applica...
Is there anything like webtasks for python?: https://www.reddit.com/r/Python/comments/5e4rpk/is_there_anything_like_webtasks_for_python/
reddit
Is there anything like webtasks for python? • /r/Python
Recently I made a small microservice script using webtask (https://webtask.io/docs/101) . It was neat - apart from heroku, is there any other web...
Easy and straightforward way to deploy python scripts remotely?: https://www.reddit.com/r/Python/comments/5e4uj7/easy_and_straightforward_way_to_deploy_python/
reddit
Easy and straightforward way to deploy python scripts... • /r/Python
I have a shell script that I run locally every night at 12:00am via windows task scheduler that executes 3 different python scripts. Having to...
Multithreading within a Celery Worker: http://stackoverflow.com/questions/40682766/multithreading-within-a-celery-worker
Stackoverflow
Multithreading within a Celery Worker
I am using Celery with RabbitMQ to process data from API requests. The process goes as follows:
Request -> API -> RabbitMQ -> Celery Worker -> Return
Ideally I would spawn more celery workers but...
Request -> API -> RabbitMQ -> Celery Worker -> Return
Ideally I would spawn more celery workers but...
GitHub - carlthome/audio-scraper: Scrape audio from various websites with a simple command-line interface.: https://www.reddit.com/r/Python/comments/5e5eds/github_carlthomeaudioscraper_scrape_audio_from/
reddit
GitHub - carlthome/audio-scraper: Scrape audio from... • /r/Python
1 points and 0 comments so far on reddit
Makes famous people speak whatever you wish by linking their words: https://www.reddit.com/r/Python/comments/5e657e/makes_famous_people_speak_whatever_you_wish_by/
reddit
Makes famous people speak whatever you wish by linking... • /r/Python
147 points and 17 comments so far on reddit
Authentication Micro-service Permissions: https://www.reddit.com/r/Python/comments/5e6fff/authentication_microservice_permissions/
reddit
Authentication Micro-service Permissions • /r/Python
We are working on a new micro-service in Python for handling user authentication. There is some debate internally over whether the micro-service...
streamlink: an up to date fork of livestreamer: https://www.reddit.com/r/Python/comments/5e6mlr/streamlink_an_up_to_date_fork_of_livestreamer/
reddit
streamlink: an up to date fork of livestreamer • /r/Python
Some of you might have noticed that the livestreamer project has not been updated in nearly a year. The author is not active anymore, and he has...