graph plot API for ArangoDB pyArango: https://stackoverflow.com/questions/49614427/graph-plot-api-for-arangodb-pyarango
  
  Stack Overflow
  
  graph plot API for ArangoDB pyArango
  I am using ArangoDB community edition, I can query on a created graph in AQL and get results in JSON which is graphically visualized on ArangoDB web interface tool.
AQL Query
FOR v,e,p IN 1..3 OU...
  AQL Query
FOR v,e,p IN 1..3 OU...
Sockets and queues, how to increase the queue size?: https://www.reddit.com/r/Python/comments/8ghgqq/sockets_and_queues_how_to_increase_the_queue_size/
  
  reddit
  
  Sockets and queues, how to increase the queue size? • r/Python
  Hi everyone, I have a very simple python socket client/server on a machine. The clients asks for a file name and the server responds with a file...
  AutoPy 1.0.1 released: A simple, cross-platform GUI automation library for Python
  Wren - A tool that enables users to explore and research news stories: https://www.reddit.com/r/Python/comments/8gkimx/wren_a_tool_that_enables_users_to_explore_and/
  
  reddit
  
  Wren - A tool that enables users to explore and... • r/Python
  0 points and 0 comments so far on reddit
  Why is string comparison so fast in python?: https://stackoverflow.com/questions/49950747/why-is-string-comparison-so-fast-in-python
  
  Stack Overflow
  
  Why is string comparison so fast in python?
  I became curious to understand the internals of how string comparison works in python when I was solving the following example algorithm problem: 
Given two strings, return the length of the long...
  Given two strings, return the length of the long...
How do I distribute a python program to end users?: https://www.reddit.com/r/Python/comments/8glwd5/how_do_i_distribute_a_python_program_to_end_users/
  
  reddit
  
  How do I distribute a python program to end users? • r/Python
  I offered to do some automation work for redditors on r/entrepreneur because I want to start a company which automates things. However, I don't...
  We Hacked Together A Tool Written in Python For Searching Speech in Video: https://www.reddit.com/r/Python/comments/8glypx/we_hacked_together_a_tool_written_in_python_for/
  
  reddit
  
  We Hacked Together A Tool Written in Python For... • r/Python
  Hey, we hacked together Tappt, a web app that lets you search speech in videos (currently YouTube). You can type in a word, and we'll jump you...
  Is there any numpy tricks to avoid for loops in this piece of code?: https://stackoverflow.com/questions/50110619/is-there-any-numpy-tricks-to-avoid-for-loops-in-this-piece-of-code
  
  Stack Overflow
  
  Is there any numpy tricks to avoid for loops in this piece of code?
  I have a following pice of code, which basically sets certain elements of a long numpy array to zero. 
import numpy as np
a = np.array([[[1, 2, 3, 4], [0, 1, 2, 3], [1, 2, 3, 4]],
[...
  import numpy as np
a = np.array([[[1, 2, 3, 4], [0, 1, 2, 3], [1, 2, 3, 4]],
[...
ssl handshake failure using proxy for scrapy: https://stackoverflow.com/questions/50110824/ssl-handshake-failure-using-proxy-for-scrapy
  
  Stack Overflow
  
  ssl handshake failure using proxy for scrapy
  I'm trying to setup a proxy on a scrapy project.
I followed te instructions from this answer:
"1-Create a new file called “middlewares.py” and save it in your scrapy project and add the following ...
  I followed te instructions from this answer:
"1-Create a new file called “middlewares.py” and save it in your scrapy project and add the following ...
I created a simple Cho-Han game today. Please check it out and let me know what you think.: https://www.reddit.com/r/Python/comments/8gm87z/i_created_a_simple_chohan_game_today_please_check/
  
  reddit
  
  r/Python - I created a simple Cho-Han game today. Please check it out and let me know what you think.
  2 votes and 1 so far on reddit
  Dynaconf 0.5.5 released with .env, .toml and Flask (.env) support - does not matter where your config data comes from, Dynaconf can read it!: https://www.reddit.com/r/Python/comments/8gkyqn/dynaconf_055_released_with_env_toml_and_flask_env/
  
  reddit
  
  Dynaconf 0.5.5 released with .env, .toml and Flask... • r/Python
  1 points and 0 comments so far on reddit
  RoboBrowser like authentication to SAML2 side: https://www.reddit.com/r/Python/comments/8glooy/robobrowser_like_authentication_to_saml2_side/
  
  reddit
  
  RoboBrowser like authentication to SAML2 side • r/Python
  I'm trying to create a program to pull all of my grades from my University to a .csv file so i can manage them myself. The web-scraping part I've...
  marshmallow-annotations: Builds schema from your annotations on your classes: https://www.reddit.com/r/Python/comments/8gnn64/marshmallowannotations_builds_schema_from_your/
  
  reddit
  
  marshmallow-annotations: Builds schema from your... • r/Python
  tl;dl pip install --user marshmallow-annotations>=2.0.0 And then: from marshmallow_annotations import AnnotationSchema from .music...