is there any alternative to sys.getsizeof() in PyPy?: http://stackoverflow.com/questions/42562838/is-there-any-alternative-to-sys-getsizeof-in-pypy
  
  Stackoverflow
  
  is there any alternative to sys.getsizeof() in PyPy?
  I am trying to run a Python (2.7) script with PyPy but I have encountered the following error:
TypeError: sys.getsizeof() is not implemented on PyPy.
A memory profiler using this function is most
  TypeError: sys.getsizeof() is not implemented on PyPy.
A memory profiler using this function is most
Is developing games and applications on python the same as that on c   or java ? Packaging and function wise .: https://www.reddit.com/r/Python/comments/5z4xsv/is_developing_games_and_applications_on_python/
  
  reddit
  
  Is developing games and applications on python the same... • r/Python
  1 points and 0 comments so far on reddit
  Why test driven development is almost always a good thing.: https://www.reddit.com/r/Python/comments/5z55v6/why_test_driven_development_is_almost_always_a/
  
  reddit
  
  Why test driven development is almost always a good thing. • r/Python
  1 points and 1 comments so far on reddit
  Sharingan: Newspaper Text and Context Extractor built on Python 3.6 and OpenCV 3.2: https://www.reddit.com/r/Python/comments/5z569w/sharingan_newspaper_text_and_context_extractor/
  
  reddit
  
  Sharingan: Newspaper Text and Context Extractor built... • r/Python
  2 points and 0 comments so far on reddit
  Simple example of using deep neural network (TensorFlow) to play OpenAI's CartPole game: https://www.reddit.com/r/Python/comments/5z613q/simple_example_of_using_deep_neural_network/
  
  reddit
  
  Simple example of using deep neural network... • r/Python
  In this tutorial, we use a multilayer perceptron model to learn how to play CartPole. For training data, we train on games where the agent simply...
  Would it be possible to make this kind of Twitter "bot"?: https://www.reddit.com/r/Python/comments/5z6fxx/would_it_be_possible_to_make_this_kind_of_twitter/
  
  reddit
  
  Would it be possible to make this kind of Twitter "bot"? • r/Python
  Hey guys, could it be possible for me to make a little app that lets me know when someone logs in my Twitter account from another country? I know...
  Recommended 3D visualization libraries that allow you to use the mouse to rotate plots/surfaces, etc: https://www.reddit.com/r/Python/comments/5z68xo/recommended_3d_visualization_libraries_that_allow/
  
  reddit
  
  Recommended 3D visualization libraries that allow you... • r/Python
  I am learning some linear algebra, and as a learning tool I'd like to learn how to use Python to generate some simple 3D graphs (scatter plots,...
  On Programming Languages; Why My Dad Went From Programming to Driving a Bus: https://www.reddit.com/r/Python/comments/5z6tqf/on_programming_languages_why_my_dad_went_from/
  
  reddit
  
  On Programming Languages; Why My Dad Went From... • r/Python
  0 points and 0 comments so far on reddit
  How do I add a setuptools entry_point as an example in my main project?: http://stackoverflow.com/questions/13545289/how-do-i-add-a-setuptools-entry-point-as-an-example-in-my-main-project
  
  Stackoverflow
  
  How do I add a setuptools entry_point as an example in my main project?
  I want to make my program pluggable.  I'd like to use the setuptools way of doing so, using eggs.
I've been able to make a plugin to provide an alternate class for some functionality, and I can us...
  I've been able to make a plugin to provide an alternate class for some functionality, and I can us...
Use Python to log into site that uses Microsoft Live?: https://www.reddit.com/r/Python/comments/5z75es/use_python_to_log_into_site_that_uses_microsoft/
  
  reddit
  
  Use Python to log into site that uses Microsoft Live? • r/Python
  I'm trying to make a program that can get your info for the game Gears of War 4. I know how to parse webpages and such, but I've never taken the...
  Embedding the Python Interpreter in a Qt Application: https://ubuverse.com/embedding-the-python-interpreter-in-a-qt-application/
  
  Ubuverse
  
  Embedding the Python Interpreter in a Qt/C++ Application
  How to embed the Python interpreter in C++ applications using the Qt framework.
  camel-snake-pep8: A program to help rename variables in projects to conform to PEP-8.: https://www.reddit.com/r/Python/comments/5z7c82/camelsnakepep8_a_program_to_help_rename_variables/
  
  reddit
  
  camel-snake-pep8: A program to help rename variables in... • r/Python
  1 points and 0 comments so far on reddit
  "The Union of the Snake: z/OS meets Anaconda" - Python and Anaconda coming to IBM mainframes for data science on z/OS: https://www.reddit.com/r/Python/comments/5z7o67/the_union_of_the_snake_zos_meets_anaconda_python/
  
  reddit
  
  "The Union of the Snake: z/OS meets Anaconda" - Python... • r/Python
  1 points and 1 comments so far on reddit
  I wrote a tutorial on how to program sockets in Python [ARTICLE]: https://www.reddit.com/r/Python/comments/5z7uyf/i_wrote_a_tutorial_on_how_to_program_sockets_in/
  
  reddit
  
  I wrote a tutorial on how to program sockets in Python... • r/Python
  21 points and 3 comments so far on reddit
  Built in functions in Python 3: https://www.reddit.com/r/Python/comments/5z7zva/built_in_functions_in_python_3/
  
  reddit
  
  Built in functions in Python 3 • r/Python
  First question: I'm looking to do a calculator and wanted to do it without calling math.sqrt. So I look up what the function does and I only found...
  Python Requests and Burp Suite (or any HTTP Proxy): https://www.reddit.com/r/Python/comments/5z83m7/python_requests_and_burp_suite_or_any_http_proxy/
  
  reddit
  
  Python Requests and Burp Suite (or any HTTP Proxy) • r/Python
  2 points and 0 comments so far on reddit
  