REST API for scrapping web page?: https://www.reddit.com/r/Python/comments/7v1ugj/rest_api_for_scrapping_web_page/
reddit
REST API for scrapping web page? • r/Python
Hi I've built a REST API using flask that scrapes a website and returns the the data to the user. It takes around 1.2-2.5 seconds to do this for a...
I need big time help with regex and pattern detection: https://www.reddit.com/r/Python/comments/7v1v7f/i_need_big_time_help_with_regex_and_pattern/
reddit
I need big time help with regex and pattern detection • r/Python
So I have the following code that I tried inserting into Asciitable.read which didn't work, not sure why... but what I need to do is use...
How to monitor python's concurrent.futures.ProcessPoolExecutor?: https://stackoverflow.com/questions/48572648/how-to-monitor-pythons-concurrent-futures-processpoolexecutor
Stack Overflow
How to monitor python's concurrent.futures.ProcessPoolExecutor?
We are using the ProcessPoolExecutor from concurrent.futures in a service that asynchronously receives requests, and does the actual, synchronous processing in the process pool.
Once we ran into the
Once we ran into the
Where can I get improvement suggestions?: https://www.reddit.com/r/Python/comments/7v2uij/where_can_i_get_improvement_suggestions/
reddit
Where can I get improvement suggestions? • r/Python
Is there a site that I can post my code and people will offer suggestions on how to improve? I am relatively new and I am probably writing code...
Why do people claim that mypy is ready?: https://www.reddit.com/r/Python/comments/7v2zqd/why_do_people_claim_that_mypy_is_ready/
reddit
Why do people claim that mypy is ready? • r/Python
I checked out mypy, and it did not catch this relatively basic error: from typing import Any def f(x : int) -> None: assert...
How to upgrade python from 3.5.2 to 3.6.4 on Ubuntu 16.04?: https://www.reddit.com/r/Python/comments/7v3amy/how_to_upgrade_python_from_352_to_364_on_ubuntu/
reddit
How to upgrade python from 3.5.2 to 3.6.4 on Ubuntu 16.04? • r/Python
1 points and 2 comments so far on reddit
Can we talk dataclasses and numerical python??: https://www.reddit.com/r/Python/comments/7v3gyg/can_we_talk_dataclasses_and_numerical_python/
reddit
Can we talk dataclasses and numerical python?? • r/Python
Wanted to start a discussion here about dataclasses, and where/how they might become integrated into more numerical applications. On the dev...
Python Swift Bridge: https://stackoverflow.com/questions/48242870/python-swift-bridge
Stackoverflow
Python Swift Bridge
Are there any Python Swift bridges so that you can use python in swift?
If I have to create a program to more or less bridge, how would I do it?
As @Alexander said, I should use the PyObjC to bri...
If I have to create a program to more or less bridge, how would I do it?
As @Alexander said, I should use the PyObjC to bri...
Creating a download manager in Python ?: https://www.reddit.com/r/Python/comments/7v3p19/creating_a_download_manager_in_python/
reddit
Creating a download manager in Python ? • r/Python
I have been using JDownloader for downloading and although it is pretty useful, it lacks some features (queues, better download grouping etc.) I...
How would I print out key value pairs in a dictionary?: https://www.reddit.com/r/Python/comments/7v4ft7/how_would_i_print_out_key_value_pairs_in_a/
reddit
How would I print out key value pairs in a dictionary? • r/Python
This is what I have so far. Thanks. def dictComp(): userInput = input("Which number would you like to cube up to? ") return {x...
Video classification using many to many LSTM in TensorFlow: https://stackoverflow.com/questions/48570146/video-classification-using-many-to-many-lstm-in-tensorflow
Stack Overflow
Video classification using many to many LSTM in TensorFlow
I have to build a binary classifier to predict whether the input video contains an action or not.
The input to the model will be of shape: [batch, frames, height, width, channel]
Here, batch is num...
The input to the model will be of shape: [batch, frames, height, width, channel]
Here, batch is num...
How can I call a function on an instance?: https://www.reddit.com/r/Python/comments/7v4xzx/how_can_i_call_a_function_on_an_instance/
reddit
How can I call a function on an instance? • r/Python
I am very new to Python. I want to be able to grab an instance's attribute and edit it. This is what I have so far but it throws an error "User...
I'm under the impression Python can be used to make internet robots?: https://www.reddit.com/r/Python/comments/7v58hk/im_under_the_impression_python_can_be_used_to/
reddit
I'm under the impression Python can be used to make... • r/Python
1: Sorry if I'm submitting this in the wrong sub or without a flair or whatever 2: I don't know what to call them besides "internet robots" So as...
Actually good advice and help with code: https://www.reddit.com/r/Python/comments/7v5bmr/actually_good_advice_and_help_with_code/
reddit
Actually good advice and help with code • r/Python
Tried stackoverflow and im done. I immensIy dislike that site. Rarely get help and instead just snarky jerks. Im not looking for someone to write...
Can someone help with giving me a basic outline on how I would begin to write this program? (noob): https://www.reddit.com/r/Python/comments/7v5gqj/can_someone_help_with_giving_me_a_basic_outline/
reddit
Can someone help with giving me a basic outline on how... • r/Python
I'm a python noob and want to write a program that does the following. 1. Requests you to input 15 numbers. 2. Allocates the first five numbers...
Wait until Data is extracted from page (rather than time.sleep): https://stackoverflow.com/questions/46946374/wait-until-data-is-extracted-from-page-rather-than-time-sleep
Stackoverflow
Wait until Data is extracted from page (rather than time.sleep)
I am wanting my job to do a command similar to wait for data to be scraped in:
# Lay odds
#langs2 = driver.find_elements_by_xpath("//ul[@class='runners']//li[1]")
langs2 = driver.
# Lay odds
#langs2 = driver.find_elements_by_xpath("//ul[@class='runners']//li[1]")
langs2 = driver.