What menial tasks within your company have been automated and saw real returns in the form of time or money saved thanks to Python?: https://www.reddit.com/r/Python/comments/6rr4b9/what_menial_tasks_within_your_company_have_been/
reddit
What menial tasks within your company have been... • r/Python
Edit: Which python package did you use if any? In which department did it take place? If you've installed similar programs for non-IT...
Best back testing framework for algo trading in Python: https://www.reddit.com/r/Python/comments/6rrdiq/best_back_testing_framework_for_algo_trading_in/
reddit
Best back testing framework for algo trading in Python • r/Python
1 points and 0 comments so far on reddit
How do I write a decorator to wrap something in a context manager, that takes parameters?: https://stackoverflow.com/questions/30488849/how-do-i-write-a-decorator-to-wrap-something-in-a-context-manager-that-takes-pa
Stackoverflow
How do I write a decorator to wrap something in a context manager, that takes parameters?
I've seen How to use a context manager inside a decorator and how to pass an object created in decorator to decorated function as well as python decorators with parameters, and I'm trying to combin...
Cleaning up captcha image: https://stackoverflow.com/questions/44788018/cleaning-up-captcha-image
Stack Overflow
Cleaning up captcha image
I'm trying to clean up the image above I've tried several different methods using open cv, I either erode the original image too much to the point where parts of the letters become missing such as ...
Python and Django Full Stack Web Developer Bootcamp: https://www.reddit.com/r/Python/comments/6rrm3s/python_and_django_full_stack_web_developer/
reddit
Python and Django Full Stack Web Developer Bootcamp • r/Python
2 points and 0 comments so far on reddit
What is the proper way of extending the functionality (methods and attributed) of an instantiated class object?: https://www.reddit.com/r/Python/comments/6rrnpl/what_is_the_proper_way_of_extending_the/
reddit
What is the proper way of extending the functionality... • r/Python
I don't know what to look for exactly so I think I need to ask more experienced people. Let's say I have a python library that I want to use and...
How to handle Python packages with Serverless / AWS Lambda (NumPy, Pandas, sklearn, psycopg2, etc).: https://www.reddit.com/r/Python/comments/6rrw2o/how_to_handle_python_packages_with_serverless_aws/
reddit
How to handle Python packages with Serverless / AWS... • r/Python
1 points and 1 comments so far on reddit
Show HN: Aredis–redis client for Python(also has support for sentinel and cluster): https://github.com/NoneGG/aredis
GitHub
GitHub - NoneGG/aredis: redis client for Python asyncio (has support for redis server, sentinel and cluster)
redis client for Python asyncio (has support for redis server, sentinel and cluster) - NoneGG/aredis
Transcrypt Python to JavaScript compiler now has coroutines.: https://www.reddit.com/r/Python/comments/6rryut/transcrypt_python_to_javascript_compiler_now_has/
reddit
Transcrypt Python to JavaScript compiler now has... • r/Python
Version 3.6.44 of the Transcrypt Python to JavaScript compiler now supports async and await. http://www.transcrypt.org
How to plot the Mandelbrot set (code runnable in your browser): https://www.reddit.com/r/Python/comments/6rs311/how_to_plot_the_mandelbrot_set_code_runnable_in/
reddit
How to plot the Mandelbrot set (code runnable in your... • r/Python
2 points and 0 comments so far on reddit
Funny compatibility issues! The questionnaire didn't mention the version of Python.: https://www.reddit.com/r/Python/comments/6rscoj/funny_compatibility_issues_the_questionnaire/
reddit
Funny compatibility issues! The questionnaire didn't... • r/Python
2 points and 0 comments so far on reddit
Python slow to start win32com.client. Any ideas how to speed it up?: https://www.reddit.com/r/Python/comments/6rsic7/python_slow_to_start_win32comclient_any_ideas_how/
reddit
Python slow to start win32com.client. Any ideas how to... • r/Python
I have created a small script to print a label using NiceLabel. The line that I open the NiceLabel DLL with is below: nice =...
Interview Exercise Practice: Implementing a feature in a block of code: https://www.reddit.com/r/Python/comments/6rsoeb/interview_exercise_practice_implementing_a/
reddit
Interview Exercise Practice: Implementing a feature in... • r/Python
I have an interview in a few weeks that requires a 1 hour long coding exercise to implement a feature in a block of code. I am wondering if...
Can a method only be called from a specific function?: https://www.reddit.com/r/Python/comments/6rt4oy/can_a_method_only_be_called_from_a_specific/
reddit
Can a method only be called from a specific function? • r/Python
Let's say I have a class Whatever, and in it the method do_whatever. I want this method to only be callable from within a certain function, say,...
Tutorial uses -V 2.7, should I go ahead and use 3.6?: https://www.reddit.com/r/Python/comments/6rtemb/tutorial_uses_v_27_should_i_go_ahead_and_use_36/
reddit
Tutorial uses -V 2.7, should I go ahead and use 3.6? • r/Python
New to python.. Going to follow this [tutorial](http://first-web-scraper.readthedocs.io/en/latest/) Should I stick to tutorial version or...
Django server not sending logs to logstash: https://stackoverflow.com/questions/45117988/django-server-not-sending-logs-to-logstash
Stack Overflow
Django server not sending logs to Logstash
I am using ELK stack for centralised logging from my Django server. My ELK stack is on a remote server and logstash.conf looks like this:
input {
tcp {
port => 5959
codec => json...
input {
tcp {
port => 5959
codec => json...
Why would anyone use Django over Flask?: https://www.reddit.com/r/Python/comments/6rtxd4/why_would_anyone_use_django_over_flask/
reddit
Why would anyone use Django over Flask? • r/Python
Hey there. So there's a program that I wrote in Python a few months back and recently I decided to turn it into a web application. I'm familiar...