Zipkin for profiling traditional progamm (one process, one thread): http://stackoverflow.com/questions/41508180/zipkin-for-profiling-traditional-progamm-one-process-one-thread
Stackoverflow
Zipkin for profiling traditional progamm (one process, one thread)
Is it feasible to use zipkin to profile a traditional program which has one process and one thread?
I would like to analyse the performance of my python program.
I would like to trace all python ...
I would like to analyse the performance of my python program.
I would like to trace all python ...
Working on a new media/physical computing project and looking for advice on which framework to use: https://www.reddit.com/r/Python/comments/5nprgy/working_on_a_new_mediaphysical_computing_project/
reddit
Working on a new media/physical computing project and... • /r/Python
Hi all, I posted over on /r/pygame about creating a large-scale app (i.e. classes, modules etc. rather than all in one file) that would interface...
Python access to current browser's content, possible?: https://www.reddit.com/r/Python/comments/5npo4n/python_access_to_current_browsers_content_possible/
reddit
Python access to current browser's content, possible? • /r/Python
I have a scenario, I am viewing a web page that I created ( a dynamic one ), then I make some changes ( enter some contents into input field, or...
Abusing import statement in pth file to replace werkzeug debugger with wdb: https://www.reddit.com/r/Python/comments/5npy2g/abusing_import_statement_in_pth_file_to_replace/
reddit
Abusing import statement in pth file to replace... • /r/Python
2 points and 0 comments so far on reddit
Most popular Python libraries and frameworks on GitHub: https://www.reddit.com/r/Python/comments/5nq7ry/most_popular_python_libraries_and_frameworks_on/
reddit
Most popular Python libraries and frameworks on GitHub • /r/Python
1 points and 0 comments so far on reddit
New Python blog: PyBites - http://pybit.es: https://www.reddit.com/r/Python/comments/5nqaaz/new_python_blog_pybites_httppybites/
Pybites
Master Python With Pybites Coaching & Real-World Practice
With Pybites you'll beat imposter syndrome, stop tutorial paralysis, and build real world apps using Python. It's tried, proven and pytested.
Payment Api with Django 1.10: https://www.reddit.com/r/Python/comments/5nqj5z/payment_api_with_django_110/
reddit
Payment Api with Django 1.10 • /r/Python
Hi, I am currently a developer who's building a custom dashboard/control panel for my company. I did not choose OpenERP/Odoo as a solution, since...
How to reproduce UnicodeEncodeError?: http://stackoverflow.com/questions/41568129/how-to-reproduce-unicodeencodeerror
Stackoverflow
How to reproduce UnicodeEncodeError?
I get an error in a production system, which I fail to reproduce in a development environment:
with io.open(file_name, 'wt') as fd:
fd.write(data)
Exception:
File "/home/.../foo.py", line ...
with io.open(file_name, 'wt') as fd:
fd.write(data)
Exception:
File "/home/.../foo.py", line ...
Is it possible to distribute a django app as a module so that end-user can directly run it as "python -m app.py" without creating a project?: https://www.reddit.com/r/Python/comments/5nqyk6/is_it_possible_to_distribute_a_django_app_as_a/
reddit
Is it possible to distribute a django app as a module... • /r/Python
I'm a freelancer who sometimes gets web app projects from many users who aren't pros, but just want to try out apps in their windows or mac...
Scikit-Learn Cheat Sheet: Python Machine Learning: https://www.reddit.com/r/Python/comments/5nr0uk/scikitlearn_cheat_sheet_python_machine_learning/
reddit
Scikit-Learn Cheat Sheet: Python Machine Learning • /r/Python
102 points and 2 comments so far on reddit
Django proxy model to different database: http://stackoverflow.com/questions/41589508/django-proxy-model-to-different-database
Stack Overflow
Django proxy model to different database
Situation
We have a few different applications which use tickets from a ticket support system for different kinds of functionality.
First of all we have an application which has a few models that
We have a few different applications which use tickets from a ticket support system for different kinds of functionality.
First of all we have an application which has a few models that
Supervisor events: how to listen for PROCESS_STATE_STOPPED events for all or specified processes: http://stackoverflow.com/questions/41594534/supervisor-events-how-to-listen-for-process-state-stopped-events-for-all-or-spe
Stack Overflow
Supervisor events: how to listen for PROCESS_STATE_STOPPED events for all or specified processes
I'm trying to use supervisord events to listen to PROCESS_STATE_STOPPED events from processes managed by Supervisor.
My event listener (listener.py), looks like this:
import sys
from supervisor.
My event listener (listener.py), looks like this:
import sys
from supervisor.
Use Jupyter Notebook to deploy a machine learning model as an API in Pivotal Cloud Foundry: https://www.reddit.com/r/Python/comments/5nr5fn/use_jupyter_notebook_to_deploy_a_machine_learning/
reddit
Use Jupyter Notebook to deploy a machine learning... • /r/Python
1 points and 0 comments so far on reddit
REST API testing with python projects: https://www.reddit.com/r/Python/comments/5nrpf1/rest_api_testing_with_python_projects/
reddit
REST API testing with python projects • /r/Python
Any other projects you could recommend other than https://github.com/chitamoor/Rester or https://github.com/svanoort/pyresttest
Im supposed to write a smiley :'( on python 3.5 would need help.: https://www.reddit.com/r/Python/comments/5nru8b/im_supposed_to_write_a_smiley_on_python_35_would/
reddit
Im supposed to write a smiley :'( on python 3.5 would... • /r/Python
It's supposed to be print(' A suitable smiley for you would be :'( but I dont know thow to end the sentence since ' closes the write your own...
Why __init__ methods must have self."" arguments?: https://www.reddit.com/r/Python/comments/5ns5id/why_init_methods_must_have_self_arguments/
reddit
Why __init__ methods must have self."" arguments? • /r/Python
Hi there r/python. Economics student here learning python on his free time with Matthes' book "Crash course on python". I am right now facing...
Python modules for lazy People: https://www.reddit.com/r/Python/comments/5ns5iz/python_modules_for_lazy_people/
reddit
Python modules for lazy People • /r/Python
Here a list of python modules for lazy people! Dataset https://dataset.readthedocs.io/en/latest/ Pycnic http://pycnic.nullism.com/ envoy ...