Increase Version number if Travis at github was successfull: http://stackoverflow.com/questions/42718373/increase-version-number-if-travis-at-github-was-successfull
  
  Stackoverflow
  
  Increase Version number if Travis at github was successfull
  I wrote a simple script in Python.
Now I would like travis to check my code. After travis was successful, the version number should get increased.
Up to now my script has no version number yet. I...
  Now I would like travis to check my code. After travis was successful, the version number should get increased.
Up to now my script has no version number yet. I...
Has anyone experiences with PyData conferences?: https://www.reddit.com/r/Python/comments/5z471u/has_anyone_experiences_with_pydata_conferences/
  I'm developing Postmark API client. Any feedback would be very appreciated!: https://www.reddit.com/r/Python/comments/5z4brt/im_developing_postmark_api_client_any_feedback/
  
  reddit
  
  I'm developing Postmark API client. Any feedback would... • r/Python
  1 points and 0 comments so far on reddit
  Principal Component Analysis (PCA): A Practical Example - Step by Step.: https://www.reddit.com/r/Python/comments/5z4nhl/principal_component_analysis_pca_a_practical/
  
  reddit
  
  Principal Component Analysis (PCA): A Practical Example... • r/Python
  1 points and 0 comments so far on reddit
  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
  