Want to contribute to a community project, but don't know where to look: https://www.reddit.com/r/Python/comments/76m2m7/want_to_contribute_to_a_community_project_but/
reddit
Want to contribute to a community project, but don't... • r/Python
I am pretty experienced in Python programming, and am interested in contributing to an open-source/community project(s) in my free time. The...
Best python blockchain tutorials/training website ?: https://www.reddit.com/r/Python/comments/76n7fo/best_python_blockchain_tutorialstraining_website/
reddit
Best python blockchain tutorials/training website ? • r/Python
1 points and 0 comments so far on reddit
Text Classification with Google Tensorflow and python - Source Dexter: https://www.reddit.com/r/Python/comments/76o4ar/text_classification_with_google_tensorflow_and/
reddit
Text Classification with Google Tensorflow and python -... • r/Python
2 points and 0 comments so far on reddit
Implementation of AI using Python - Your use cases: https://www.reddit.com/r/Python/comments/76ok3j/implementation_of_ai_using_python_your_use_cases/
reddit
Implementation of AI using Python - Your use cases • r/Python
I am reaching this community to help me understand what use cases have you actually implemented that involves AI. I am not talking about...
Switching from PHP to Python for web development: https://www.reddit.com/r/Python/comments/76opam/switching_from_php_to_python_for_web_development/
reddit
Switching from PHP to Python for web development • r/Python
reddit: the front page of the internet
Good website to post Python articles?: https://www.reddit.com/r/Python/comments/76or20/good_website_to_post_python_articles/
reddit
Good website to post Python articles? • r/Python
I just got a python job and have been studying it since. I used to write and post articles on CodeProject but that place is mostly for Microsoft...
What is the best way to edit / fill PDF files in Python?: https://www.reddit.com/r/Python/comments/76ozea/what_is_the_best_way_to_edit_fill_pdf_files_in/
reddit
What is the best way to edit / fill PDF files in Python? • r/Python
Hi, i have a few PDF files which I have to fill everyday. I would like to write a script which will do this for me but i wonder what is the best...
Celery is constantly starting with supervisor: https://www.reddit.com/r/Python/comments/76p12u/celery_is_constantly_starting_with_supervisor/
reddit
Celery is constantly starting with supervisor • r/Python
How to run celery in Supervisor? This is my .conf file: [program:celery_worker] command=celery -A urlextractor worker -l info ...
Fast Python Serialization with Ray and Apache Arrow: https://ray-project.github.io/2017/10/15/fast-python-serialization-with-ray-and-arrow.html
Ray: A fast and simple framework for distributed applications
Fast Python Serialization with Ray and Apache Arrow
This post describes how serialization works in Ray.
Why is the endian reversed after sending over TCP: https://stackoverflow.com/questions/46694774/why-is-the-endian-reversed-after-sending-over-tcp
Stackoverflow
Why is the endian reversed after sending over TCP
I have a client written in C#, and a server written in python. The messages that I send over the socket are 8 bytes followed by the data, the 8 bytes are the data length.
In C# before sending, I c...
In C# before sending, I c...
New release of Flask-Rest-JSONAPI with new performance feature, enhancements and bug fix: https://www.reddit.com/r/Python/comments/76p67r/new_release_of_flaskrestjsonapi_with_new/
reddit
New release of Flask-Rest-JSONAPI with new performance... • r/Python
1 points and 0 comments so far on reddit
Close connection with python tornado http client on each call: https://stackoverflow.com/questions/46663220/close-connection-with-python-tornado-http-client-on-each-call
Stack Overflow
Close connection with python tornado http client on each call
I am using tornado python to execute non blocking hundreds of calls to an external proxy service.
The external proxy service requires me to use a new connection on every call.
I wrote the followin...
The external proxy service requires me to use a new connection on every call.
I wrote the followin...
Plotly legend title: https://stackoverflow.com/questions/45555266/plotly-legend-title
Stack Overflow
Plotly legend title
I'd like to be able to add a title to the legend, in the following code. However, looking at the docs, I don't think there is a method for this.
import plotly.plotly as py
import plotly.graph_objs...
import plotly.plotly as py
import plotly.graph_objs...
How to do database migration using python script?: https://stackoverflow.com/questions/46701614/how-to-do-database-migration-using-python-script
Stack Overflow
How to do database migration using python script?
is it possible to do migration from python script?
I am trying to use django on Heliohost where there is no shell but I can use python script.
something like
from django import shell
shell.main(['
I am trying to use django on Heliohost where there is no shell but I can use python script.
something like
from django import shell
shell.main(['
Python in Excel - New release of PyXLL available: https://www.reddit.com/r/Python/comments/76pn9f/python_in_excel_new_release_of_pyxll_available/
reddit
Python in Excel - New release of PyXLL available • r/Python
PyXLL 3.3 has been released and has some new functions for updating the Excel ribbon at run-time. The full list of changes is here...