How to structure a Python project to work with py.test?: https://www.reddit.com/r/Python/comments/4xzm78/how_to_structure_a_python_project_to_work_with/
  
  reddit
  
  How to structure a Python project to work with py.test? • /r/Python
  This one example project I found here: https://github.com/kennethreitz/samplemod fails if `sample/core.py` imports `sample/helpers.py` as `import...
  jellyfish: A Python library for doing approximate and phonetic matching of strings.: https://www.reddit.com/r/Python/comments/4xznil/jellyfish_a_python_library_for_doing_approximate/
  
  reddit
  
  jellyfish: A Python library for doing approximate and... • /r/Python
  1 points and 0 comments so far on reddit
  Python And Meta classes – Dante's Python musings: https://www.reddit.com/r/Python/comments/4y05g7/python_and_meta_classes_dantes_python_musings/
  
  reddit
  
  Python And Meta classes – Dante's Python musings • /r/Python
  0 points and 0 comments so far on reddit
  List at least one successful Invention where Python was involved.: https://www.reddit.com/r/Python/comments/4y0jr2/list_at_least_one_successful_invention_where/
  
  reddit
  
  List at least one successful Invention where Python... • /r/Python
  0 points and 2 comments so far on reddit
  When should I fork an existing project and when should I write my own?: https://www.reddit.com/r/Python/comments/4y0gc4/when_should_i_fork_an_existing_project_and_when/
  
  reddit
  
  When should I fork an existing project and when should... • /r/Python
  Hello all. Budding advanced Python programmer here. There's a REST API client wrapper out there for a web service I use at school for biological...
  QPython on Android with .pyc and .so files: https://www.reddit.com/r/Python/comments/4y0hly/qpython_on_android_with_pyc_and_so_files/
  
  reddit
  
  QPython on Android with .pyc and .so files • /r/Python
  I have a scheduler I made to save some time that uses a third-party library. Specifically, it uses Z3: https://github.com/Z3Prover/z3. However,...
  Resources for transitioning to a career in data science: https://www.reddit.com/r/Python/comments/4y0l4h/resources_for_transitioning_to_a_career_in_data/
  
  reddit
  
  Resources for transitioning to a career in data science • /r/Python
  2 points and 0 comments so far on reddit
  Review my code: First proper Python project, coming from a perl background.: https://www.reddit.com/r/Python/comments/4y0o72/review_my_code_first_proper_python_project_coming/
  
  reddit
  
  Review my code: First proper Python project, coming... • /r/Python
  First "serious" project in Python, been using it for a month now. Let me know what can be improved, please. https://git.io/v6aks
  TV Overlord - I think it's gotten good enough for others to use.: https://www.reddit.com/r/Python/comments/4y0y0i/tv_overlord_i_think_its_gotten_good_enough_for/
  
  reddit
  
  TV Overlord - I think it's gotten good enough for... • /r/Python
  11 points and 4 comments so far on reddit
  Never knew that DjangoCons were a thing in the 90's: https://www.reddit.com/r/Python/comments/4y1gjx/never_knew_that_djangocons_were_a_thing_in_the_90s/
  
  reddit
  
  Never knew that DjangoCons were a thing in the 90's • /r/Python
  3 points and 0 comments so far on reddit
  List at least one successful online Business where Python was involved.: https://www.reddit.com/r/Python/comments/4y0qra/list_at_least_one_successful_online_business/
  
  reddit
  
  List at least one successful online Business where... • /r/Python
  0 points and 15 comments so far on reddit
  How do I handle extremely large HTTP get responses?: https://www.reddit.com/r/Python/comments/4y2gkc/how_do_i_handle_extremely_large_http_get_responses/
  
  reddit
  
  How do I handle extremely large HTTP get responses? • /r/Python
  I'm using the requests library like this. def detailed(csid, sitename): request = requests.get(export_detailed( str(csid) ),...
  PSA: Don't do drugs and code kids [NSFW?]: https://www.reddit.com/r/Python/comments/4y33cp/psa_dont_do_drugs_and_code_kids_nsfw/
  
  Reddit
  
  reddit.com: over 18?
  reddit: the front page of the internet
  ezGit -- Python script to simplify some of the more used features of Git: https://www.reddit.com/r/Python/comments/4y2yr3/ezgit_python_script_to_simplify_some_of_the_more/
  
  reddit
  
  ezGit -- Python script to simplify some of the more... • /r/Python
  1 points and 0 comments so far on reddit
  Why does create() in PayPal's batch payments via API return False?: http://stackoverflow.com/questions/38725877/why-does-create-in-paypals-batch-payments-via-api-return-false
  
  Stackoverflow
  
  Why does create() in PayPal's batch payments via API return False?
  https://developer.paypal.com/docs/api/payments.payouts-batch/#payouts_create
Sample code:
https://github.com/paypal/PayPal-Python-SDK/blob/master/samples/payout/create.py
Why does create() return...
  Sample code:
https://github.com/paypal/PayPal-Python-SDK/blob/master/samples/payout/create.py
Why does create() return...
Creating new numpy arrays based on condition: http://stackoverflow.com/questions/38943403/creating-new-numpy-arrays-based-on-condition
  
  Stackoverflow
  
  Creating new numpy arrays based on condition
  I have 2 numpy arrays:
aa = np.random.rand(5,5)
bb = np.random.rand(5,5)
How can I create a new array which has a value of 1 when both aa and bb exceed 0.5?
  aa = np.random.rand(5,5)
bb = np.random.rand(5,5)
How can I create a new array which has a value of 1 when both aa and bb exceed 0.5?
