Anyone else in Halite II with Python bot timing out when there are many ships?: https://www.reddit.com/r/Python/comments/7m0n2x/anyone_else_in_halite_ii_with_python_bot_timing/
  
  reddit
  
  Anyone else in Halite II with Python bot timing out... • r/Python
  Anyone else experiencing the timeout error who is also experiencing the timeout error? Has anyone managed to fix it and if so how? I have also...
  python memory consumption of objects and process: https://stackoverflow.com/questions/47908281/python-memory-consumption-of-objects-and-process
  
  Stackoverflow
  
  python memory consumption of objects and process
  I wrote the following code:
from hurry.size import size
from pysize import get_zise
import os
import psutil
def load_objects():
process = psutil.Process(os.getpid())
print "start method"
  from hurry.size import size
from pysize import get_zise
import os
import psutil
def load_objects():
process = psutil.Process(os.getpid())
print "start method"
TCP ping time measure difference from other tools: https://www.reddit.com/r/Python/comments/7m0ut5/tcp_ping_time_measure_difference_from_other_tools/
  
  reddit
  
  TCP ping time measure difference from other tools • r/Python
  Hello, I am trying to write a simple tool that measures the TCP port open, the code works well. The issue I have is that when I compare the TCP...
  Generational GC in Python and Ruby (2013): http://patshaughnessy.net/2013/10/30/generational-gc-in-python-and-ruby
  My program is really slow while rendering 128 particles: https://www.reddit.com/r/Python/comments/7m0wu7/my_program_is_really_slow_while_rendering_128/
  
  reddit
  
  My program is really slow while rendering 128 particles • r/Python
  Hello, I'm a newbie in OpenGL and I wonder, why is my program slow while rendering 128 particles? I think that's not enough to get less fps than...
  Conda or official Python 3.6 docker image for a Flask/Dash web app?: https://www.reddit.com/r/Python/comments/7m0w7s/conda_or_official_python_36_docker_image_for_a/
  
  reddit
  
  Conda or official Python 3.6 docker image for a... • r/Python
  Hi all. Short intro: I come from scientific Python background and was always very happy with Conda distribution. Easy install, batteries...
  Python Programming Tutorial File handling part 18: https://www.reddit.com/r/Python/comments/7m117q/python_programming_tutorial_file_handling_part_18/
  
  reddit
  
  Python Programming Tutorial File handling part 18 • r/Python
  2 points and 2 comments so far on reddit
  Wouldn't it be better if people learn to make Gui first and then learn to program inside?: https://www.reddit.com/r/Python/comments/7m0ymd/wouldnt_it_be_better_if_people_learn_to_make_gui/
  
  reddit
  
  Wouldn't it be better if people learn to make Gui first... • r/Python
  I've seen a couple of video lectures, personally haven't followed the exercises. But I feel that wouldn't it be better to learn & build the gui...
  I'm in trouble with python multidimensial array: https://www.reddit.com/r/Python/comments/7m17sd/im_in_trouble_with_python_multidimensial_array/
  
  reddit
  
  I'm in trouble with python multidimensial array • r/Python
  Hello all. I'm new to python, i wrote C# like 3 years or more and now i am trying to learn python. I want to make a script that sorts my MP3 to...
  Open-source cryptocurrency portfolio manager written in Flask!: https://www.reddit.com/r/Python/comments/7m18d0/opensource_cryptocurrency_portfolio_manager/
  
  reddit
  
  Open-source cryptocurrency portfolio manager written in... • r/Python
  240 points and 13 comments so far on reddit
  How to access a cookie from callback function in Dash by Plotly?: https://stackoverflow.com/questions/47945841/how-to-access-a-cookie-from-callback-function-in-dash-by-plotly
  
  Stack Overflow
  
  How to access a cookie from callback function in Dash by Plotly?
  I have a simple Dash callback function like following:
@app.callback(
dash.dependencies.Output('test_output', 'children'),
[dash.dependencies.Input('test_input', 'value')]):
def process(va...
  @app.callback(
dash.dependencies.Output('test_output', 'children'),
[dash.dependencies.Input('test_input', 'value')]):
def process(va...
What exactly are you able to code with Python?: https://www.reddit.com/r/Python/comments/7m1nh9/what_exactly_are_you_able_to_code_with_python/
  
  reddit
  
  What exactly are you able to code with Python? • r/Python
  I want to start coding and not sure where to start.A friend told me to use Python but I'm not sure what it's used for and how you go about...
  Wishing the Python Community Merry Christmas using Python Turtle: https://www.reddit.com/r/Python/comments/7m1j4s/wishing_the_python_community_merry_christmas/
  
  reddit
  
  Wishing the Python Community Merry Christmas using... • r/Python
  0 points and 0 comments so far on reddit
  Elpygen - easy Python code generation for Emacs: https://www.reddit.com/r/Python/comments/7m1omt/elpygen_easy_python_code_generation_for_emacs/
  
  reddit
  
  Elpygen - easy Python code generation for Emacs • r/Python
  1 points and 0 comments so far on reddit
  NumFOCUS 2017 Highlights Reel: What You Achieved: https://www.reddit.com/r/Python/comments/7m1sv8/numfocus_2017_highlights_reel_what_you_achieved/
  
  reddit
  
  NumFOCUS 2017 Highlights Reel: What You Achieved • r/Python
  2 points and 0 comments so far on reddit
  Please help me make progress!: https://www.reddit.com/r/Python/comments/7m2ddv/please_help_me_make_progress/
  
  reddit
  
  Please help me make progress! • r/Python
  I got one idea and I wanted to realize it, so I have a few questions 1. My idea is like some program for learning children and is it possible to...
  A microservice client, where/how?: https://www.reddit.com/r/Python/comments/7m2gc5/a_microservice_client_wherehow/
  
  reddit
  
  A microservice client, where/how? • r/Python
  Multiple microservices are consuming service A via plan REST HTTP. They all use the same http client code for approaching service A -gets params,...
  