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?
What the most well designed, written and tested Python code base you've come across? GitHub repos are encouraged!: https://www.reddit.com/r/Python/comments/4y39cc/what_the_most_well_designed_written_and_tested/
reddit
What the most well designed, written and tested Python... • /r/Python
Title says it all. Let's get inspired!
Tweepy Help: Detecting how many times a new tweet in the stream has arrived: https://www.reddit.com/r/Python/comments/4y3qij/tweepy_help_detecting_how_many_times_a_new_tweet/
reddit
Tweepy Help: Detecting how many times a new tweet in... • /r/Python
For those with expereience using tweepy, is there any easy way to do this? Right now I'm just trying to manipulate using the 0th index of a...
How can I invoke a Python 3 script as a CCS/Eclipse build step on both Linux and Windows?: http://stackoverflow.com/questions/38949377/how-can-i-invoke-a-python-3-script-as-a-ccs-eclipse-build-step-on-both-linux-and
Stackoverflow
How can I invoke a Python 3 script as a CCS/Eclipse build step on both Linux and Windows?
I have a Python 3.5 script that I would like to invoke as a pre-build step in my Code Composer build. To be clear, it should be run as one of the entries in (my project) > Properties > CCS Build > ...
LinkedIn’s {Py}gradle Plugin Brings Build Automation to Python: https://www.reddit.com/r/Python/comments/4y42f8/linkedins_pygradle_plugin_brings_build_automation/
reddit
LinkedIn’s {Py}gradle Plugin Brings Build Automation... • /r/Python
2 points and 0 comments so far on reddit
How to remove system text from my output: https://www.reddit.com/r/Python/comments/4y4543/how_to_remove_system_text_from_my_output/
reddit
How to remove system text from my output • /r/Python
So, I'm writing a script to ping machines I am keeping in a .txt file (I'm able to do this without issue). However, when I get my output, it...
Starting to write first medium-sized project involving statistics on cricket, would love some input.: https://www.reddit.com/r/Python/comments/4y46kv/starting_to_write_first_mediumsized_project/
reddit
Starting to write first medium-sized project involving... • /r/Python
To provide a brief background: I am currently a 4th-year math major who loves cricket and sports betting. I have used python in the past for data...
NetCDF4 Issue After Pip Install with Python2 (2.7) (X-Post from /r/archlinux: https://www.reddit.com/r/Python/comments/4y4r9j/netcdf4_issue_after_pip_install_with_python2_27/
reddit
NetCDF4 Issue After Pip Install with Python2 (2.7)... • /r/Python
Hey guys, Not sure how appropriate this is for here but I've recently set up an Arch linux build and am trying to get netcdf4 to run with python...
Detect grid nodes using OpenCV (or using something else): http://stackoverflow.com/questions/38944594/detect-grid-nodes-using-opencv-or-using-something-else
Stack Overflow
Detect grid nodes using OpenCV (or using something else)
I have a grid on pictures (they are from camera). After binarization they look like this (red is 255, blue is 0):
What is the best way to detect grid nodes (crosses) on these pictures?
Note: grid is
What is the best way to detect grid nodes (crosses) on these pictures?
Note: grid is