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...
Jinja2 Frame Variables in Global Function: http://stackoverflow.com/questions/40616807/jinja2-frame-variables-in-global-function
Stackoverflow
Jinja2 Frame Variables in Global Function
I have a global function test
from jinja2.utils import contextfunction
@contextfunction
def test(context):
context.get_all()
And in my test I'm calling it like this...
{% set i = 0 %}
{% fo...
from jinja2.utils import contextfunction
@contextfunction
def test(context):
context.get_all()
And in my test I'm calling it like this...
{% set i = 0 %}
{% fo...
Drchrono (YC W11) Looking for Python/Django Engineers: https://www.hackerrank.com/tests/527036edb11ff/0ca5532381fbebad9fffaa28dc90475f
HackerRank
Join over 2 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
Found some interesting document store DBs: anyone using these?: https://www.reddit.com/r/Python/comments/5e8gh1/found_some_interesting_document_store_dbs_anyone/
reddit
Found some interesting document store DBs: anyone... • /r/Python
* http://djondb.com/ : looks interesting * http://hyperdex.org/ : also interesting, but apparently needs to be forked; author's moved onto a...
A simple-to-use context manager to send emails using gmail.: https://www.reddit.com/r/Python/comments/5e90qn/a_simpletouse_context_manager_to_send_emails/
reddit
A simple-to-use context manager to send emails using... • /r/Python
1 points and 2 comments so far on reddit