In regards to "professional/corporate" web scraping settings, how likely is it that Python would be the language of choice?: https://www.reddit.com/r/Python/comments/86o4tj/in_regards_to_professionalcorporate_web_scraping/
reddit
In regards to "professional/corporate" web scraping... • r/Python
Since starting Python (and programming) about a year ago, most of the projects I've worked on have in some form or another been about scraping...
Natural Language Processing API: https://www.reddit.com/r/Python/comments/86oo8u/natural_language_processing_api/
reddit
Natural Language Processing API • r/Python
Hi! We've developed [natural language processing API](https://www.summarizebot.com/summarization_business.html) for the most popular text analysis...
Kushal Das: Using Python to access Onion network over SOCKS proxy: https://www.reddit.com/r/Python/comments/86pphm/kushal_das_using_python_to_access_onion_network/
reddit
Kushal Das: Using Python to access Onion network over... • r/Python
1 points and 0 comments so far on reddit
I got the Google Foobar challenge!: https://www.reddit.com/r/Python/comments/86qzh5/i_got_the_google_foobar_challenge/
reddit
I got the Google Foobar challenge! • r/Python
Hello all! I am a bit tired today and so will just mostly cut-and-paste another redditor's question. So I just completed level 3 and the first...
Can anybody recommend any good books to learn python: https://www.reddit.com/r/Python/comments/86r786/can_anybody_recommend_any_good_books_to_learn/
reddit
Can anybody recommend any good books to learn python • r/Python
I already have Learn Python the Hard Way. And I also have automate the boring stuff with python. I was just curious if there may be some other...
inaugurate: a generic 'hit-the-ground-running' bootstrap script. Customize it to create a bootstrap script for your 'not-really-trivial' to install Python apps: https://www.reddit.com/r/Python/comments/86rbge/inaugurate_a_generic_hitthegroundrunning/
reddit
inaugurate: a generic 'hit-the-ground-running'... • r/Python
A bash (version 3 -- for compatibility with vanilla Mac OS S) script I was working on while developing a Python app for which I wanted a real...
Decoding a hex string: https://stackoverflow.com/questions/49255915/decoding-a-hex-string
Stackoverflow
Decoding a hex string
This is part of a bigger problem where we needed to port an old application to a new device (and of course to another programming language/framework). After a lot of effort ( sniffing the comm lines,
An iOS developer and beginner python dev here - question about threading and asynchronous calls in flask: https://www.reddit.com/r/Python/comments/86sdny/an_ios_developer_and_beginner_python_dev_here/
reddit
An iOS developer and beginner python dev here -... • r/Python
In objective-c /Swift we have full support for async calls from (usually main) threads. Recently, I have been working with Flask where in a view...
List of projects still on Python 2: https://www.reddit.com/r/Python/comments/86smmq/list_of_projects_still_on_python_2/
reddit
List of projects still on Python 2 • r/Python
A while back I came over a web site with a list of Python 2 projects needing help with upgrading to Python 3. I've searched this sub for that...
parallel-ssh: asynchronous parallel SSH client library.: https://www.reddit.com/r/Python/comments/86smzg/parallelssh_asynchronous_parallel_ssh_client/
reddit
parallel-ssh: asynchronous parallel SSH client library. • r/Python
1 points and 0 comments so far on reddit
Is it possible to make good mobile apps with Python ?: https://www.reddit.com/r/Python/comments/86szn2/is_it_possible_to_make_good_mobile_apps_with/
reddit
Is it possible to make good mobile apps with Python ? • r/Python
Hi ! I'm looking for a way to create mobile apps in Python. I know some frameworks such as Kivy, but I don't know if they are efficient. Can...
Charting USA inflation rate monthly (YoY) - 1914 to 2017 - Very few lines of code.: https://www.reddit.com/r/Python/comments/86tj77/charting_usa_inflation_rate_monthly_yoy_1914_to/
reddit
Charting USA inflation rate monthly (YoY) - 1914 to... • r/Python
1 points and 0 comments so far on reddit
Finding the center of mass for both sides of a video with opencv: https://www.reddit.com/r/Python/comments/86u88m/finding_the_center_of_mass_for_both_sides_of_a/
reddit
Finding the center of mass for both sides of a video... • r/Python
I'm currently using cx = int(M['m10']/M['m00']) cy = int(M['m01']/M['m00']) to find the center of mass of my video. I would like to...