Created a real-time stock trading program, tell me what you think!: https://www.reddit.com/r/Python/comments/5h4xxl/created_a_realtime_stock_trading_program_tell_me/
reddit
Created a real-time stock trading program, tell me... • /r/Python
3 points and 1 comments so far on reddit
Where is a good place for beginners to go beyond the console?: https://www.reddit.com/r/Python/comments/5h4znw/where_is_a_good_place_for_beginners_to_go_beyond/
reddit
Where is a good place for beginners to go beyond the... • /r/Python
I'm quite new to python, and programming in general, but I've reached a point where I'm limited by the console. Where is a good place to start...
Plyint in Jenkins with pipeline support?: https://www.reddit.com/r/Python/comments/5h57n9/plyint_in_jenkins_with_pipeline_support/
reddit
Plyint in Jenkins with pipeline support? • /r/Python
Any plugins to display pylint results in Jenkins with pipeline support? Violations plugin is super old now and doesn't support pipelines
Question about Open CV and Facial structure: https://www.reddit.com/r/Python/comments/5h5f11/question_about_open_cv_and_facial_structure/
reddit
Question about Open CV and Facial structure • /r/Python
So I am totally new to this. I was looking for facial detection and recognition and found OpenCV. Would one be able to take the faces of 3...
IMDB to MYSQL database. Total n00b.: https://www.reddit.com/r/Python/comments/5h5lt3/imdb_to_mysql_database_total_n00b/
reddit
IMDB to MYSQL database. Total n00b. • /r/Python
I want to get data from IMDB into a SQL database. I am an intermediate SQL user, but have zero Python experience. I created a local connection...
How do I remove the background from this kind of image?: http://stackoverflow.com/questions/29313667/how-do-i-remove-the-background-from-this-kind-of-image
Stack Overflow
How do I remove the background from this kind of image?
I want to remove the background of this image to get the person only. I have thousand of images like this, basically, a person and a somewhat whitish background.
What I have done is to use edge de...
What I have done is to use edge de...
Python package just like fuzzy lookup add-In for excel ? except fuzzywuzzy: https://www.reddit.com/r/Python/comments/5h66wa/python_package_just_like_fuzzy_lookup_addin_for/
reddit
Python package just like fuzzy lookup add-In for excel... • /r/Python
2 points and 0 comments so far on reddit
Django Weekly 16 - Djangocon Europe, cookiecutter, caching, browse all Django Admin Recent Actions, djangogirls event and more ...: https://www.reddit.com/r/Python/comments/5h6c21/django_weekly_16_djangocon_europe_cookiecutter/
reddit
Django Weekly 16 - Djangocon Europe, cookiecutter,... • /r/Python
1 points and 0 comments so far on reddit
Learn Python: How to Create a Python Project Like a Pro: https://www.reddit.com/r/Python/comments/5h6ysw/learn_python_how_to_create_a_python_project_like/
reddit
Learn Python: How to Create a Python Project Like a Pro • /r/Python
2 points and 0 comments so far on reddit
A Jupyter notebook for a simple application of Baye's Rule: https://www.reddit.com/r/Python/comments/5h75mp/a_jupyter_notebook_for_a_simple_application_of/
reddit
A Jupyter notebook for a simple application of Baye's Rule • /r/Python
1 points and 0 comments so far on reddit
ImportPython Issue 102 - asyncio and coroutines, BigQuery over entire github hosted Python code, chatbots, Running Python in Xcode and more: https://www.reddit.com/r/Python/comments/5h7610/importpython_issue_102_asyncio_and_coroutines/
reddit
ImportPython Issue 102 - asyncio and coroutines,... • /r/Python
1 points and 0 comments so far on reddit
Recommended way to do boolean comparisons?: https://www.reddit.com/r/Python/comments/5h73si/recommended_way_to_do_boolean_comparisons/
reddit
Recommended way to do boolean comparisons? • /r/Python
I thought the best practice for comparing booleans was to use. if my_boolean is True: However I just ran into a gotcha when comparing...