What is the point of Jupyter?: https://www.reddit.com/r/Python/comments/6hwa22/what_is_the_point_of_jupyter/
reddit
What is the point of Jupyter? • r/Python
Every time I go through a Python data analysis tutorial they seem to recommend Jupyter, but to me it appears mainly as a documentation tool, what...
Deep Video Analytics, a complete ML/Deep Learning project using Django/Celery/TensorFlow for those who are looking for something more full-featured/complicated than beginner tutorials.: https://www.reddit.com/r/Python/comments/6hwyrk/deep_video_analytics_a_complete_mldeep_learning/
reddit
Deep Video Analytics, a complete ML/Deep Learning... • r/Python
1 points and 0 comments so far on reddit
I just made an app in pythonista. Is there any way to add it to my home screen?: https://www.reddit.com/r/Python/comments/6hy5fk/i_just_made_an_app_in_pythonista_is_there_any_way/
reddit
I just made an app in pythonista. Is there any way to... • r/Python
0 points and 0 comments so far on reddit
Do you look like a Nobel Laureate, Physicist, Chemist, Mathematician, Actor or a Programmer? Find out today!: https://www.reddit.com/r/Python/comments/6hyh13/do_you_look_like_a_nobel_laureate_physicist/
reddit
Do you look like a Nobel Laureate, Physicist, Chemist,... • r/Python
1 points and 0 comments so far on reddit
Django Test mock instance of module variable: https://stackoverflow.com/questions/44572261/django-test-mock-instance-of-module-variable
Stackoverflow
Django Test mock instance of module variable
I'm trying to test my django app which has a proxy api which is instantiated in its own module.
api.py
class ProxyApi(object):
def __init__(self, server_info):
pass
def validate_login(
api.py
class ProxyApi(object):
def __init__(self, server_info):
pass
def validate_login(
How to send an HTTP Request to a static URL and catch the response as JSON-Object?: https://www.reddit.com/r/Python/comments/6hyv4e/how_to_send_an_http_request_to_a_static_url_and/
reddit
How to send an HTTP Request to a static URL and catch... • r/Python
Hi, I got a trial work for an education to become a software developer at a company. I am pretty new to Python and they gave me some simples...
Whitespace interpreter written in Python for my Open University final module (TM470): https://www.reddit.com/r/Python/comments/6hz2fh/whitespace_interpreter_written_in_python_for_my/
reddit
Whitespace interpreter written in Python for my Open... • r/Python
48 points and 5 comments so far on reddit
How to Create a Psychology Experiment using Python (Expyriment) - Flanker Task: https://www.reddit.com/r/Python/comments/6hz2sc/how_to_create_a_psychology_experiment_using/
reddit
How to Create a Psychology Experiment using Python... • r/Python
2 points and 0 comments so far on reddit
Can anyone help me parse a website with a checkbox?: https://www.reddit.com/r/Python/comments/6hz6rp/can_anyone_help_me_parse_a_website_with_a_checkbox/
reddit
Can anyone help me parse a website with a checkbox? • r/Python
I want to script a website for different possiblities, preferably using requests package, the website is http://minmsakar.com/ .
Run a python script to geolocate ip addresses stored in azure sql: https://www.reddit.com/r/Python/comments/6hz87d/run_a_python_script_to_geolocate_ip_addresses/
reddit
Run a python script to geolocate ip addresses stored in... • r/Python
Hi I want to run a python script in the cloud that will map users of a site to where they are in the real world. Everything will be completely...
How to speedup my tensorflow execution on hadoop?: https://stackoverflow.com/questions/44546379/how-to-speedup-my-tensorflow-execution-on-hadoop
Stackoverflow
How to speedup my tensorflow execution on hadoop?
The following script executes very slow. I just want to count the total number of lines in the twitter-follwer-graph (textfile with ~26 GB).
I need to perform a machine learning task. This is just a
I need to perform a machine learning task. This is just a
php: cannot perform multiple fread() calls on php://input: https://stackoverflow.com/questions/44245156/php-cannot-perform-multiple-fread-calls-on-php-input
Stackoverflow
php: cannot perform multiple fread() calls on php://input
I'm sending data back and forth to a PHP application using content-encoding: chunked through POSTs. I need my PHP application to read some data, work on it, send back a response, read some more dat...
Top posts on Stackoverflow – Hacker Noon Top questions , answers and comments includes controversial, most edited , downvoted etc. on stackoverflow.com: https://www.reddit.com/r/Python/comments/6hzsd4/top_posts_on_stackoverflow_hacker_noon_top/
reddit
Top posts on Stackoverflow – Hacker Noon Top questions... • r/Python
0 points and 0 comments so far on reddit
[PAID] Scraping a website using requests library: https://www.reddit.com/r/Python/comments/6hzygb/paid_scraping_a_website_using_requests_library/
reddit
[PAID] Scraping a website using requests library • r/Python
I want to scrape a website " http://minmsakar.com/ " , for example if you put the values 3845 and *, and check the checkbox I get some info, so if...
A python module for fair distribution of tasks: https://github.com/Hackathonners/vania
GitHub
Hackathonners/vania
vania - A module which fairly distributes a list of arbitrary objects among a set of targets, considering weights.