Are there any Python 3.x modules to support Macros?: https://www.reddit.com/r/Python/comments/8gj3kb/are_there_any_python_3x_modules_to_support_macros/
  
  reddit
  
  Are there any Python 3.x modules to support Macros? • r/Python
  I am looking for a way to insert pieces of code into the current name space of a Python script, not a function, just a block of code that repeats...
  Where do you deploy when you "automate the boring stuff?": https://www.reddit.com/r/Python/comments/8gjlub/where_do_you_deploy_when_you_automate_the_boring/
  
  reddit
  
  Where do you deploy when you "automate the boring stuff?" • r/Python
  [Once](https://www.reddit.com/r/Python/comments/70udwq/what_routine_tasks_do_you_automate_with_programs/)...
  [Python-Dev] Python startup time - milliseconds matter: https://www.reddit.com/r/Python/comments/8gjuq7/pythondev_python_startup_time_milliseconds_matter/
  
  reddit
  
  [Python-Dev] Python startup time - milliseconds matter • r/Python
  1 points and 0 comments so far on reddit
  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
  